[SCM] PostGIS branch stable-3.6 updated. 3.6.3-15-g94d984bd0
git at osgeo.org
git at osgeo.org
Mon Jun 8 11:37:03 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.6 has been updated
via 94d984bd083635c1d253db0f87cf80b32548e406 (commit)
from daae069eff9c6427d3f2801616998774436d3de5 (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 94d984bd083635c1d253db0f87cf80b32548e406
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jun 8 11:28:56 2026 -0700
Prep for 3.6.4 release
diff --git a/NEWS b/NEWS
index d03d043fa..554b99045 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.6.4
-2026/xx/xx
+2026/06/08
* Fixes *
diff --git a/README.postgis b/README.postgis
index 3166952d6..320e7d2c1 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.6.3
-:Date: 2026-04-14
+:Version: 3.6.4
+:Date: 2026-06-08
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index d2ae378e9..d3e7ae7b8 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 825f1839f..930bb8d46 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,19 @@
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <section>
+ <title>PostGIS 3.6.4</title>
+ <para>2026/06/08</para>
+
+ <simplesect>
+ <title>Fixes</title>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6076">6076</link>, ST_Length(geography) for GeometryCollection not consistent with geometry implementation</para>
+ <para><link xlink:href="https://github.com/postgis/postgis/pull/862">GH-862</link>, Use SFCGAL undeprecated function sfcgal_geometry_tessellate() (Jean Felder)</para>
+ <para>Flatgeobuf schema mismatch vulnerability (NeuroWinter)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5899">5899</link>, pg_upgrade issue for non-standard geography SRID (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5916">5916</link>, ST_Split hang with very large ordinates (Paul Ramsey)</para>
+ </simplesect>
+ </section>
<section>
<title>PostGIS 3.6.3</title>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 13 +++++++++++++
4 files changed, 17 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list