diff --git a/.github/workflows/boost_version.yml b/.github/workflows/boost_version.yml index b5c697698f..47836d5174 100644 --- a/.github/workflows/boost_version.yml +++ b/.github/workflows/boost_version.yml @@ -131,5 +131,5 @@ jobs: sudo service postgresql start psql -c "CREATE DATABASE ___pgr___test___;" DIR=$(git rev-parse --show-toplevel) - bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.0" + bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.1" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2678618ec9..bb1315ccbd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - old_pgr: [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] + 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] steps: - uses: actions/checkout@v4 @@ -122,6 +122,6 @@ jobs: run: | sudo service postgresql start psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" - psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.0';" + psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.1';" psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/CMakeLists.txt b/CMakeLists.txt index 8735fba9e7..c95d118d47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ include(pgr/BuildType) #--------------------------------------------- #--------------------------------------------- -project(PGROUTING VERSION 3.7.0 +project(PGROUTING VERSION 3.7.1 LANGUAGES C CXX ) set(PROJECT_VERSION_DEV "") string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER) @@ -33,6 +33,7 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC) set(MINORS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6) set(OLD_SIGNATURES + 3.7.0 3.6.3 3.6.2 3.6.1 diff --git a/NEWS.md b/NEWS.md index f376a82821..6430b5a88e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,11 @@ .. current + +### pgRouting 3.7.1 Release Notes + +No Changes Yet + ### pgRouting 3.7.0 Release Notes To see all issues & pull requests closed by this release see the [Git closed diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 3fac319973..25348a5ef7 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -36,6 +36,12 @@ pgRouting 3.7 .. current + +pgRouting 3.7.1 Release Notes +------------------------------------------------------------------------------- + +No Changes Yet + pgRouting 3.7.0 Release Notes ------------------------------------------------------------------------------- diff --git a/docqueries/version/full_version.result b/docqueries/version/full_version.result index 8df58803fb..7d858d6672 100644 --- a/docqueries/version/full_version.result +++ b/docqueries/version/full_version.result @@ -6,7 +6,7 @@ SET SELECT version, library FROM pgr_full_version(); version | library ---------+----------------- - 3.7.0 | pgrouting-3.7.0 + 3.7.1 | pgrouting-3.7.1 (1 row) /* -- q2 */ diff --git a/docqueries/version/version.result b/docqueries/version/version.result index d8fb9ee349..971b934de5 100644 --- a/docqueries/version/version.result +++ b/docqueries/version/version.result @@ -6,7 +6,7 @@ SET SELECT pgr_version(); pgr_version ------------- - 3.7.0 + 3.7.1 (1 row) /* -- q2 */ diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index b0a7ef6c4e..f366a8d068 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po index 3e0cd6aad2..ce77a916e0 100644 --- a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/en/LC_MESSAGES/index.po b/locale/en/LC_MESSAGES/index.po index 48ce38b67d..e9864fc737 100644 --- a/locale/en/LC_MESSAGES/index.po +++ b/locale/en/LC_MESSAGES/index.po @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po index 7c41681d7b..43cec8140c 100644 --- a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-17 00:50+0000\n" +"POT-Creation-Date: 2024-12-11 11:17-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.16.0\n" +"Generated-By: Babel 2.12.1\n" msgid "BFS - Category" msgstr "" @@ -4386,28 +4386,34 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" -msgid "pgRouting 3.7.0 Release Notes" +msgid "pgRouting 4.0.0 Release Notes" +msgstr "" + +msgid "Removal of deprecated functions and signatures" msgstr "" -#, python-format msgid "" -"To see all issues & pull requests closed by this release see the `Git " -"closed milestone for 3.7.0 " -"`__" +"``pgr_trspviaedges(text,integer[],double " +"precision[],boolean,boolean,text)``" msgstr "" -msgid "Support" +msgid "pgRouting 3" msgstr "" -msgid "" -"`#2656 `__ Stop support" -" of PostgreSQL12 on pgrouting v3.7" +msgid "Minors 3.x" msgstr "" -msgid "Stopping support of PostgreSQL 12" +msgid "pgRouting 3.7" msgstr "" -msgid "CI does not test for PostgreSQL 12" +msgid "pgRouting 3.7.0 Release Notes" +msgstr "" + +#, python-format +msgid "" +"To see all issues & pull requests closed by this release see the `Git " +"closed milestone for 3.7.0 " +"`__" msgstr "" msgid "New experimental functions" @@ -5487,38 +5493,29 @@ msgstr "" msgid ":doc:`pgr_trspVia`:" msgstr "" -msgid "Migration of ``pgr_trspViaEdges``" -msgstr "" - -msgid "" -"And will travel thru the following Via points " -":math:`4\\rightarrow3\\rightarrow6`" -msgstr "" - -msgid ":doc:`pgr_withPointsVia` when there are no restrictions," +msgid "Migration of pgr_trspViaEdges" msgstr "" -msgid ":doc:`pgr_trspVia_withPoints` when there are restrictions." +msgid "In this section this set of points is going to be used:" msgstr "" -msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_withPointsVia``" +msgid "Migrating pgr_trspViaEdges using pgr_withPointsVia" msgstr "" -msgid "Use :doc:`pgr_withPointsVia` instead." +msgid "Using :doc:`pgr_withPointsVia`." msgstr "" -msgid ":doc:`pgr_withPointsVia`:" +msgid "" +"When the need of using the same (meaningless) names and and strict types " +"then convert the result to the deprecated function columns:" msgstr "" -msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_trspVia_withPoints``" +msgid "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints" msgstr "" msgid "Use :doc:`pgr_trspVia_withPoints` instead." msgstr "" -msgid ":doc:`pgr_trspVia_withPoints`:" -msgstr "" - msgid ":doc:`withPoints-category`" msgstr "" @@ -7037,7 +7034,7 @@ msgid "Upgrading the database" msgstr "" msgid "" -"To upgrade pgRouting in the database to version 3.7.0 use the following " +"To upgrade pgRouting in the database to version 3.7.1 use the following " "command:" msgstr "" @@ -8235,6 +8232,9 @@ msgstr "" msgid "Renamed from version 1.x" msgstr "" +msgid "Support" +msgstr "" + msgid "Returns the polygon part of an alpha shape." msgstr "" @@ -14255,11 +14255,6 @@ msgstr "" msgid "``pgr_trspViaVertices(text,anyarray,boolean,boolean,text)``" msgstr "" -msgid "" -"``pgr_trspviaedges(text,integer[],double " -"precision[],boolean,boolean,text)``" -msgstr "" - msgid "New prototypes" msgstr "" @@ -15585,81 +15580,18 @@ msgstr "" msgid "Mayors" msgstr "" -msgid "pgRouting 3" +msgid "pgRouting 4" msgstr "" -msgid "Minors 3.x" +msgid "Minors 4.x" msgstr "" -msgid "pgRouting 3.7" +msgid "pgRouting 4.0" msgstr "" msgid "pgRouting 3.6" msgstr "" -msgid "pgRouting 3.6.3 Release Notes" -msgstr "" - -#, python-format -msgid "" -"To see all issues & pull requests closed by this release see the `Git " -"closed milestone for 3.6.3 " -"`__" -msgstr "" - -msgid "Build" -msgstr "" - -msgid "Explicit minimum requirements:" -msgstr "" - -msgid "postgres 11.0.0" -msgstr "" - -msgid "postgis 3.0.0" -msgstr "" - -msgid "g++ 13+ is supported" -msgstr "" - -msgid "Code fixes" -msgstr "" - -msgid "Fix warnings from cpplint." -msgstr "" - -msgid "Fix warnings from clang 18." -msgstr "" - -msgid "CI tests" -msgstr "" - -msgid "Add a clang tidy test on changed files." -msgstr "" - -msgid "" -"Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, " -"3.1.1, 3.1.2" -msgstr "" - -msgid "Documentation" -msgstr "" - -msgid "Results of documentation queries adujsted to boost 1.83.0 version:" -msgstr "" - -msgid "pgr_edgeDisjointPaths" -msgstr "" - -msgid "pgr_stoerWagner" -msgstr "" - -msgid "pgtap tests" -msgstr "" - -msgid "bug fixes" -msgstr "" - msgid "pgRouting 3.6.2 Release Notes" msgstr "" @@ -15676,6 +15608,9 @@ msgstr "" msgid "The upgrade was failing for same minor" msgstr "" +msgid "Code fixes" +msgstr "" + msgid "Fix warnings from cpplint" msgstr "" @@ -15802,6 +15737,9 @@ msgid "" " simplification." msgstr "" +msgid "Documentation" +msgstr "" + msgid "" "`#2490 `__ Automatic " "page history links." @@ -15870,6 +15808,9 @@ msgid "" "wildcards on SQL" msgstr "" +msgid "pgtap tests" +msgstr "" + msgid "" "`#2559 `__ pgtap test" " using sampledata" @@ -16327,6 +16268,9 @@ msgid "" " on Github." msgstr "" +msgid "Build" +msgstr "" + msgid "" "`#1850 `__: Change " "Boost min version to 1.56" @@ -16898,6 +16842,9 @@ msgstr "" msgid "pgr_turnRestrictedPath" msgstr "" +msgid "pgr_stoerWagner" +msgstr "" + msgid "pgr_dagShortestpath" msgstr "" diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index aebad72d2b..e176889b90 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-09-29 16:37+0000\n" diff --git a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po index 036b0d2724..f0d2299afe 100644 --- a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Pedro Jose Rios Vergara , 2022. @@ -8,7 +8,7 @@ # DeepL , 2024. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2024-10-10 19:43+0000\n" diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index da2ba93696..1828aa5bb8 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-05-01 03:45+0000\n" diff --git a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po index 6c7170aa07..8b981050cc 100644 --- a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Translators: @@ -18,7 +18,7 @@ # Celia Virginia Vergara Castillo , 2024. msgid "" msgstr "" -"Project-Id-Version: PROJECT VERSION 3.7.0\n" +"Project-Id-Version: PROJECT VERSION 3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2024-09-23 01:16+0000\n" diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index f097138118..e965b7f3d1 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-11-15 15:30+0000\n" diff --git a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po index a09cc7227d..091e4f5542 100644 --- a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2022. # Hyung-Gyu Ryoo , 2022. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2022-12-13 12:30+0000\n" diff --git a/locale/pot/index.pot b/locale/pot/index.pot index 63cce55100..ee39e02057 100644 --- a/locale/pot/index.pot +++ b/locale/pot/index.pot @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/pot/pgrouting_doc_strings.pot b/locale/pot/pgrouting_doc_strings.pot index c62a4180f2..fbf6ed4368 100644 --- a/locale/pot/pgrouting_doc_strings.pot +++ b/locale/pot/pgrouting_doc_strings.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-17 00:50+0000\n" +"POT-Creation-Date: 2024-12-11 11:17-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3937,22 +3937,28 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" -msgid "pgRouting 3.7.0 Release Notes" +msgid "pgRouting 4.0.0 Release Notes" msgstr "" -msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.7.0 `__" +msgid "Removal of deprecated functions and signatures" msgstr "" -msgid "Support" +msgid "``pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)``" msgstr "" -msgid "`#2656 `__ Stop support of PostgreSQL12 on pgrouting v3.7" +msgid "pgRouting 3" +msgstr "" + +msgid "Minors 3.x" +msgstr "" + +msgid "pgRouting 3.7" msgstr "" -msgid "Stopping support of PostgreSQL 12" +msgid "pgRouting 3.7.0 Release Notes" msgstr "" -msgid "CI does not test for PostgreSQL 12" +msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.7.0 `__" msgstr "" msgid "New experimental functions" @@ -4897,36 +4903,27 @@ msgstr "" msgid ":doc:`pgr_trspVia`:" msgstr "" -msgid "Migration of ``pgr_trspViaEdges``" -msgstr "" - -msgid "And will travel thru the following Via points :math:`4\\rightarrow3\\rightarrow6`" -msgstr "" - -msgid ":doc:`pgr_withPointsVia` when there are no restrictions," +msgid "Migration of pgr_trspViaEdges" msgstr "" -msgid ":doc:`pgr_trspVia_withPoints` when there are restrictions." +msgid "In this section this set of points is going to be used:" msgstr "" -msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_withPointsVia``" +msgid "Migrating pgr_trspViaEdges using pgr_withPointsVia" msgstr "" -msgid "Use :doc:`pgr_withPointsVia` instead." +msgid "Using :doc:`pgr_withPointsVia`." msgstr "" -msgid ":doc:`pgr_withPointsVia`:" +msgid "When the need of using the same (meaningless) names and and strict types then convert the result to the deprecated function columns:" msgstr "" -msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_trspVia_withPoints``" +msgid "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints" msgstr "" msgid "Use :doc:`pgr_trspVia_withPoints` instead." msgstr "" -msgid ":doc:`pgr_trspVia_withPoints`:" -msgstr "" - msgid ":doc:`withPoints-category`" msgstr "" @@ -6175,7 +6172,7 @@ msgstr "" msgid "Upgrading the database" msgstr "" -msgid "To upgrade pgRouting in the database to version 3.7.0 use the following command:" +msgid "To upgrade pgRouting in the database to version 3.7.1 use the following command:" msgstr "" msgid "More information can be found in https://www.postgresql.org/docs/current/sql-createextension.html" @@ -7213,6 +7210,9 @@ msgstr "" msgid "Renamed from version 1.x" msgstr "" +msgid "Support" +msgstr "" + msgid "Returns the polygon part of an alpha shape." msgstr "" @@ -12214,9 +12214,6 @@ msgstr "" msgid "``pgr_trspViaVertices(text,anyarray,boolean,boolean,text)``" msgstr "" -msgid "``pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)``" -msgstr "" - msgid "New prototypes" msgstr "" @@ -13237,75 +13234,18 @@ msgstr "" msgid "Mayors" msgstr "" -msgid "pgRouting 3" +msgid "pgRouting 4" msgstr "" -msgid "Minors 3.x" +msgid "Minors 4.x" msgstr "" -msgid "pgRouting 3.7" +msgid "pgRouting 4.0" msgstr "" msgid "pgRouting 3.6" msgstr "" -msgid "pgRouting 3.6.3 Release Notes" -msgstr "" - -msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.6.3 `__" -msgstr "" - -msgid "Build" -msgstr "" - -msgid "Explicit minimum requirements:" -msgstr "" - -msgid "postgres 11.0.0" -msgstr "" - -msgid "postgis 3.0.0" -msgstr "" - -msgid "g++ 13+ is supported" -msgstr "" - -msgid "Code fixes" -msgstr "" - -msgid "Fix warnings from cpplint." -msgstr "" - -msgid "Fix warnings from clang 18." -msgstr "" - -msgid "CI tests" -msgstr "" - -msgid "Add a clang tidy test on changed files." -msgstr "" - -msgid "Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2" -msgstr "" - -msgid "Documentation" -msgstr "" - -msgid "Results of documentation queries adujsted to boost 1.83.0 version:" -msgstr "" - -msgid "pgr_edgeDisjointPaths" -msgstr "" - -msgid "pgr_stoerWagner" -msgstr "" - -msgid "pgtap tests" -msgstr "" - -msgid "bug fixes" -msgstr "" - msgid "pgRouting 3.6.2 Release Notes" msgstr "" @@ -13318,6 +13258,9 @@ msgstr "" msgid "The upgrade was failing for same minor" msgstr "" +msgid "Code fixes" +msgstr "" + msgid "Fix warnings from cpplint" msgstr "" @@ -13408,6 +13351,9 @@ msgstr "" msgid "`#2522 `__ bdAstar code simplification." msgstr "" +msgid "Documentation" +msgstr "" + msgid "`#2490 `__ Automatic page history links." msgstr "" @@ -13462,6 +13408,9 @@ msgstr "" msgid "`#2561 `__ Not use wildcards on SQL" msgstr "" +msgid "pgtap tests" +msgstr "" + msgid "`#2559 `__ pgtap test using sampledata" msgstr "" @@ -13819,6 +13768,9 @@ msgstr "" msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.2.0 `_ on Github." msgstr "" +msgid "Build" +msgstr "" + msgid "`#1850 `__: Change Boost min version to 1.56" msgstr "" @@ -14290,6 +14242,9 @@ msgstr "" msgid "pgr_turnRestrictedPath" msgstr "" +msgid "pgr_stoerWagner" +msgstr "" + msgid "pgr_dagShortestpath" msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/index.po b/locale/zh_Hans/LC_MESSAGES/index.po index d9ec1efa85..47698a53d9 100644 --- a/locale/zh_Hans/LC_MESSAGES/index.po +++ b/locale/zh_Hans/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-09-23 14:18+0000\n" diff --git a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po index dc7ee5c923..acbac04c43 100644 --- a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.0 +# Copyright (C) pgRouting Contributors - Version v3.7.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. # Wangdapeng , 2023. @@ -9,7 +9,7 @@ # DeepL , 2024. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.0\n" +"Project-Id-Version: pgRouting v3.7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2024-10-10 19:47+0000\n" diff --git a/tools/testers/pg_prove_tests.sh b/tools/testers/pg_prove_tests.sh index 672489585e..268f2cb2dd 100755 --- a/tools/testers/pg_prove_tests.sh +++ b/tools/testers/pg_prove_tests.sh @@ -37,7 +37,7 @@ echo "$PGPORT" pushd ./tools/testers/ || exit 1 -bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.0" +bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.1" PGOPTIONS="-c client_min_messages=WARNING" pg_prove --failures --Q --recurse \ -S on_error_rollback=off \