Skip to content

Commit e4cc807

Browse files
committed
Pump up to v3.7.2
1 parent 385c0de commit e4cc807

File tree

23 files changed

+331
-139
lines changed

23 files changed

+331
-139
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.1"
134+
bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.2"
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.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.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.1';"
129+
psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.2';"
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
@@ -18,7 +18,7 @@ include(pgr/BuildType)
1818
#---------------------------------------------
1919
#---------------------------------------------
2020

21-
project(PGROUTING VERSION 3.7.1
21+
project(PGROUTING VERSION 3.7.2
2222
LANGUAGES C CXX )
2323
set(PROJECT_VERSION_DEV "")
2424
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
@@ -33,6 +33,7 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC)
3333

3434
set(MINORS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6)
3535
set(OLD_SIGNATURES
36+
3.7.1
3637
3.7.0
3738
3.6.3
3839
3.6.2

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
.. current
88

99

10+
11+
### pgRouting 3.7.2 Release Notes
12+
13+
No Changes Yet
14+
1015
### pgRouting 3.7.1 Release Notes
1116

1217
To see all issues & pull requests closed by this release see the [Git closed

doc/src/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ pgRouting 3.7
3737
.. current
3838
3939
40+
41+
pgRouting 3.7.2 Release Notes
42+
-------------------------------------------------------------------------------
43+
44+
No Changes Yet
45+
4046
pgRouting 3.7.1 Release Notes
4147
-------------------------------------------------------------------------------
4248

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.1 | pgrouting-3.7.1
9+
3.7.2 | pgrouting-3.7.2
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.1
9+
3.7.2
1010
(1 row)
1111

1212
/* -- q2 */

locale/de/LC_MESSAGES/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v3.7.1
2+
# Copyright (C) pgRouting Contributors - Version v3.7.2
33
# This file is distributed under the same license as the pgRouting package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: pgRouting v3.7.1\n"
8+
"Project-Id-Version: pgRouting v3.7.2\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-06-25 12:55-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

locale/de/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v3.7.1
2+
# Copyright (C) pgRouting Contributors - Version v3.7.2
33
# This file is distributed under the same license as the pgRouting package.
44
# Regina Obe <[email protected]>, 2023.
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: pgRouting v3.7.1\n"
7+
"Project-Id-Version: pgRouting v3.7.2\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2024-10-17 00:50+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

locale/en/LC_MESSAGES/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v3.7.1
2+
# Copyright (C) pgRouting Contributors - Version v3.7.2
33
# This file is distributed under the same license as the pgRouting package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: pgRouting v3.7.1\n"
9+
"Project-Id-Version: pgRouting v3.7.2\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-06-25 12:55-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)