[SCM] PostGIS branch stable-3.6 updated. 3.6.2-1-g815ee4fae

git at osgeo.org git at osgeo.org
Mon Feb 9 17:17:10 PST 2026


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, stable-3.6 has been updated
       via  815ee4faea67d929dc80cbb1f52c81085f31064d (commit)
      from  08d9b9f749fa3531591055db2a736bfb6df47006 (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 815ee4faea67d929dc80cbb1f52c81085f31064d
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 9 20:16:59 2026 -0500

    Push to next dev milestone

diff --git a/NEWS b/NEWS
index 72a5e5b9a..362a04829 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+PostGIS 3.6.3dev
+2026/xx/xx
+
+This version requires PostgreSQL 12-18, 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.
+
+If you are upgrading postgis_topology from a version before 3.6.1 and
+have topogeometry columns, make sure to run after the upgrade to fix
+topogeometry corruption:
+
+  SELECT topology.FixCorruptTopoGeometryColumn(
+    schema_name, table_name, feature_column
+  ) FROM topology.layer;
+
+* Fixes *
+
 
 PostGIS 3.6.2
 2026/02/09
diff --git a/Version.config b/Version.config
index cbd77096c..7ac201024 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index e778dc6db..ec5a31885 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -120,4 +120,5 @@ UPGRADEABLE_VERSIONS = \
 	3.5.4 \
 	3.5.5 \
 	3.6.0 \
-	3.6.1
+	3.6.1 \
+	3.6.2

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               | 17 +++++++++++++++++
 Version.config                     |  2 +-
 extensions/upgradeable_versions.mk |  3 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list