[SCM] PostGIS branch stable-3.5 updated. 3.5.7-55-gaadeecfb5
git at osgeo.org
git at osgeo.org
Mon Jul 6 03:56:16 PDT 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.5 has been updated
via aadeecfb513034ce713c51285286d6989096b3d2 (commit)
from b775c99ddeeecd32fe68a23cc95963c59c81029d (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 aadeecfb513034ce713c51285286d6989096b3d2
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Mon Jul 6 14:16:31 2026 +0400
NEWS: start PostGIS 3.5.8 section
Closes https://github.com/postgis/postgis/pull/898
References https://github.com/postgis/postgis/pull/897
diff --git a/NEWS b/NEWS
index 964e69197..727115c49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+PostGIS 3.5.8
+2026/xx/xx
+
+* Bug Fixes *
+
+ - GH-897, [topology] Harden topology helper functions and
+ maintenance SQL against identifier, tolerance, bigint, and cleanup
+ regressions (Darafei Praliaskouski)
+ - GH-898, Fix ST_DFullyWithin indexed plans and large-coordinate
+ ring-orientation precision regressions (Darafei Praliaskouski)
+
PostGIS 3.5.7
2026/06/10
@@ -28,12 +39,6 @@ PostGIS 3.5.7
GDAL compatibility (Darafei Praliaskouski)
- GH-895, Qualify pg_class lookup during SRID/PROJ validation
(Darafei Praliaskouski)
- - GH-897, [topology] Harden topology helper functions and
- maintenance SQL against identifier, tolerance, bigint, and cleanup
- regressions (Darafei Praliaskouski)
- - GH-898, Fix ST_DFullyWithin indexed plans and large-coordinate
- ring-orientation precision regressions (Darafei Praliaskouski)
-
PostGIS 3.5.6
2026/04/14
diff --git a/Version.config b/Version.config
index 23e465b5d..5d9b2d110 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=7
+POSTGIS_MICRO_VERSION=8dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
-----------------------------------------------------------------------
Summary of changes:
NEWS | 17 +++++++++++------
Version.config | 2 +-
2 files changed, 12 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list