[SCM] PostGIS branch master updated. 3.6.0rc1-33-g02baae6a4
git at osgeo.org
git at osgeo.org
Sun Aug 24 23:54:41 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 02baae6a4da8ce753d0a851d6a8253b54313d046 (commit)
from b7ca6ec2229b825e0af8c367930b857f39bcb07c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02baae6a4da8ce753d0a851d6a8253b54313d046
Author: Regina Obe <lr at pcorp.us>
Date: Mon Aug 25 02:54:04 2025 -0400
Flip version to PostGIS 3.6.0rc2
diff --git a/NEWS b/NEWS
index be2c04e53..2f934aa88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.6.0rc2
-2025/08/xx
+2025/08/25
This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.14+ is needed.
To take advantage of all SFCGAL features, SFCGAL 2.2+ is needed.
@@ -45,9 +45,9 @@ Denys Kovshun (Ukrainian Team)
to schema qualify dependent extensions, switch to use typmod for tiger tables
(Regina Obe)
-* Deprecated / Removed signatures *
+* Deprecated / Removed signatures *
- - #3110, GT-242, [topology] numerous topology functions that accepted integer
+ - #3110, GT-242, [topology] numerous topology functions that accepted integer
replaced with bigint versions to support both integer and bigint inputs
(Ayo Adesugba, U.S. Census Bureau)
- #5498 Drop st_approxquantile(raster, double precision), wasn't usable as it triggered
diff --git a/README.postgis b/README.postgis
index 51a1dff89..65494b7a9 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.6.0rc1
-:Date: 2025-08-18
+:Version: 3.6.0rc2
+:Date: 2025-08-25
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index cf6d63e9f..d6a12d87d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc2
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 1f5a6c2ed..c8d019da2 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6686,9 +6686,12 @@ msgstr ""
#. Tag: para
#, no-c-format
-msgid ""
-"Disable topology support. There is no corresponding library as all logic "
-"needed for topology is in postgis-&last_release_version; library."
+msgid "Disables tiger geocoder support."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Compile without topology support."
msgstr ""
#. Tag: para
@@ -35191,12 +35194,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0"
+msgid "PostGIS 3.6.0rc2"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/xx/xx"
+msgid "2025/08/25"
msgstr ""
#. Tag: para
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index d80ae0656..9fa7182f7 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,8 +3,8 @@
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
<section>
- <title>PostGIS 3.6.0</title>
- <para>2025/xx/xx</para>
+ <title>PostGIS 3.6.0rc2</title>
+ <para>2025/08/25</para>
<para>This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.14+ is needed.
To take advantage of all SFCGAL features, SFCGAL 2.2+ is needed.</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 2eba06641..5b22ffb90 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -114,4 +114,5 @@ UPGRADEABLE_VERSIONS = \
3.5.3 \
3.6.0alpha1 \
3.6.0beta1 \
- 3.6.0rc1
+ 3.6.0rc1 \
+ 3.6.0dev
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 +++---
README.postgis | 4 ++--
Version.config | 2 +-
doc/po/templates/postgis-manual.pot | 13 ++++++++-----
doc/release_notes.xml | 4 ++--
extensions/upgradeable_versions.mk | 3 ++-
6 files changed, 18 insertions(+), 14 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list