[SCM] PostGIS branch stable-3.3 updated. 3.3.6-37-ga0c796766

git at osgeo.org git at osgeo.org
Thu Sep 5 15:11:10 PDT 2024


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.3 has been updated
       via  a0c796766cbcd369d871283f559fd97a186464dd (commit)
      from  36b1515938115efda53f18e2b4d859bd4e7ea5bd (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 a0c796766cbcd369d871283f559fd97a186464dd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Sep 5 15:11:00 2024 -0700

    Bump versions for 3.3.7

diff --git a/README.postgis b/README.postgis
index c99c0902b..3859b0623 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.3.6
-:Date: 2024-02-07
+:Version: 3.3.7
+:Date: 2024-09-05
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 52b09cc9d..337584ec8 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=7dev
+POSTGIS_MICRO_VERSION=7
 
 # 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 35f4bf80a..88a158d7d 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,27 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+        <sect1>
+            <title>PostGIS 3.3.7</title>
+            <para>2024/09/05</para>
+            <simplesect>
+                <title>Bug Fixes</title>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5766">5766</ulink>, Always report invalid non-null MBR of universal face (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5709">5709</ulink>, Fix loose mbr in topology.face on ST_ChangeEdgeGeom (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5698">5698</ulink>, Fix robustness issue splitting line by vertex very close to endpoints, affecting topology population functions (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5649">5649</ulink>, ST_Value should return NULL on missing band (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5677">5677</ulink>, ST_Union(geom[]) should unary union single entry arrays (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5679">5679</ulink>, Remove spurious COMMIT statements from sfcgal script (Sandro Santilli, Loïc Bartoletti)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5680">5680</ulink>, Fix populate_topology_layer with standard_conforming_strings set to off (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5589">5589</ulink>, ST_3DDistance error for shared first point (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5686">5686</ulink>, ST_NumInteriorRings and Triangle crash (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5671">5671</ulink>, Bug in ST_Area function with use_spheroid=false (Paul Ramsey, Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5687">5687</ulink>, #5756 Support for PostgreSQL 17, revise postgis_get_full_version_schema() to not rely on search_path</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5740">5740</ulink>, ST_DistanceSpheroid(geometry) incorrectly handles polygons (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5765">5765</ulink>, Handle nearly co-linear edges with slightly less slop (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5745">5745</ulink>, St_AsLatLonText rounding errors (Paul Ramsey)</para>
+            </simplesect>
+        </sect1>
         <sect1>
             <title>PostGIS 3.3.6</title>
             <para>2024/02/07</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 1b04e030d..0b1ac9a68 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -70,9 +70,10 @@ UPGRADEABLE_VERSIONS = \
 	3.0.8 \
 	3.0.9 \
 	3.0.10 \
+	3.0.11 \
 	3.1.0 \
 	3.1.1 \
-	3.1.2	\
+	3.1.2 \
 	3.1.3 \
 	3.1.4 \
 	3.1.5 \
@@ -81,6 +82,7 @@ UPGRADEABLE_VERSIONS = \
 	3.1.8 \
 	3.1.9 \
 	3.1.10 \
+	3.1.11 \
 	3.2.0 \
 	3.2.1 \
 	3.2.2 \
@@ -88,9 +90,11 @@ UPGRADEABLE_VERSIONS = \
 	3.2.4 \
 	3.2.5 \
 	3.2.6 \
+	3.2.7 \
 	3.3.0 \
 	3.3.1 \
 	3.3.2 \
 	3.3.3 \
 	3.3.4 \
-	3.3.5
+	3.3.5 \
+	3.3.6

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

Summary of changes:
 README.postgis                     |  4 ++--
 Version.config                     |  2 +-
 doc/release_notes.xml              | 21 +++++++++++++++++++++
 extensions/upgradeable_versions.mk |  8 ++++++--
 4 files changed, 30 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list