Skip to content

Commit 90ddfc7

Browse files
committed
Pumpup to 3.7.3 and documenting fix
1 parent 85b809d commit 90ddfc7

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

.github/workflows/boost_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ jobs:
131131
sudo service postgresql start
132132
psql -c "CREATE DATABASE ___pgr___test___;"
133133
DIR=$(git rev-parse --show-toplevel)
134-
bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.2"
134+
bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.3"
135135
pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap"

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
boost_minor: [56]
32-
old_pgr: [3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2]
32+
old_pgr: [3.7.2, 3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2]
3333

3434
steps:
3535
- uses: actions/checkout@v4
@@ -126,6 +126,6 @@ jobs:
126126
run: |
127127
sudo service postgresql start
128128
psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();"
129-
psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.2';"
129+
psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.3';"
130130
psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();"
131131
pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap"

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include(pgr/BuildType)
3030
#---------------------------------------------
3131
#---------------------------------------------
3232

33-
project(PGROUTING VERSION 3.7.2
33+
project(PGROUTING VERSION 3.7.3
3434
LANGUAGES C CXX )
3535
set(PROJECT_VERSION_DEV "")
3636
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
@@ -45,6 +45,7 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC)
4545

4646
set(MINORS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6)
4747
set(OLD_SIGNATURES
48+
3.7.2
4849
3.7.1
4950
3.7.0
5051
3.6.3

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
.. current
88

9+
### pgRouting 3.7.3 Release Notes
910

11+
To see all issues & pull requests closed by this release see the [Git closed
12+
milestone for 3.7.3
13+
](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.3%22)
14+
15+
* [#2731](https://github.com/pgRouting/pgrouting/pull/2731) Build Failure on Ubuntu 22
1016

1117
### pgRouting 3.7.2 Release Notes
1218

doc/src/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ pgRouting 3.7
3636

3737
.. current
3838
39+
pgRouting 3.7.3 Release Notes
40+
-------------------------------------------------------------------------------
41+
42+
To see all issues & pull requests closed by this release see the `Git closed
43+
milestone for 3.7.3
44+
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.3%22>`__
3945

46+
* `#2731 <https://github.com/pgRouting/pgrouting/pull/2731>`__ Build Failure on Ubuntu 22
4047

4148
pgRouting 3.7.2 Release Notes
4249
-------------------------------------------------------------------------------

docqueries/version/full_version.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SET
66
SELECT version, library FROM pgr_full_version();
77
version | library
88
---------+-----------------
9-
3.7.2 | pgrouting-3.7.2
9+
3.7.3 | pgrouting-3.7.3
1010
(1 row)
1111

1212
/* -- q2 */

docqueries/version/version.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SET
66
SELECT pgr_version();
77
pgr_version
88
-------------
9-
3.7.2
9+
3.7.3
1010
(1 row)
1111

1212
/* -- q2 */

tools/testers/pg_prove_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "$PGPORT"
3737

3838
pushd ./tools/testers/ || exit 1
3939

40-
bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.2"
40+
bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.3"
4141

4242
PGOPTIONS="-c client_min_messages=WARNING" pg_prove --failures --Q --recurse \
4343
-S on_error_rollback=off \

0 commit comments

Comments
 (0)