[SCM] PostGIS branch stable-3.3 updated. 3.3.5-30-gcfe89b399

git at osgeo.org git at osgeo.org
Wed Feb 7 16:36:40 PST 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  cfe89b39940bae86a7a9c529b7961a641b5bf245 (commit)
      from  173f5cf47aff2df58ac13f8564c39a79aba47942 (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 cfe89b39940bae86a7a9c529b7961a641b5bf245
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Feb 7 16:36:34 2024 -0800

    Prepare for 3.3.6 release

diff --git a/NEWS b/NEWS
index 39c55a739..9ce939de9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 PostGIS 3.3.6dev
-xxxx/xx/xx
+2024/02/07
+
 This version requires PostgreSQL 11-16, GEOS 3.6 or higher, and Proj 4.9+
 Additional features are enabled if you are running GEOS 3.9+
- (and ST_MakeValid enhancements with 3.10+),
-Proj 6.1+, and PostgreSQL 15+.
+(and ST_MakeValid enhancements with 3.10+), Proj 6.1+,
+and PostgreSQL 15+.
 
 * Bug Fixes and Enhancements *
 
@@ -25,10 +26,6 @@ Proj 6.1+, and PostgreSQL 15+.
 
 PostGIS 3.3.5
 2023/11/19
-This version requires PostgreSQL 11-16, GEOS 3.6 or higher, and Proj 4.9+
-Additional features are enabled if you are running GEOS 3.9+
- (and ST_MakeValid enhancements with 3.10+),
-Proj 6.1+, and PostgreSQL 15+.
 
 * Bug Fixes and Enhancements *
  - #5598, Fix restore of 3.3 dumps (Sandro Santilli)
diff --git a/README.postgis b/README.postgis
index d58ad6dac..c99c0902b 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.3.5
-:Date: 2023-11-19
+:Version: 3.3.6
+:Date: 2024-02-07
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 39d3320e7..5affae1a4 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=6dev
+POSTGIS_MICRO_VERSION=6
 
 # 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 02909ccdf..35f4bf80a 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,14 +2,31 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+        <sect1>
+            <title>PostGIS 3.3.6</title>
+            <para>2024/02/07</para>
+            <para>This version requires PostgreSQL 11-16, GEOS 3.6 or higher, and Proj 4.9+. Additional features are enabled if you are running GEOS 3.9+ (and ST_MakeValid enhancements with 3.10+), Proj 6.1+, and PostgreSQL 15+.</para>
+            <simplesect>
+                <title>Bug Fixes</title>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5633">5633</ulink>, Fix postgis load, upgrade and usage with standard_conforming_strings set to off (Sandro Santilli, Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5571">5571</ulink>, Memory over-allocation for narrow inputs (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5610">5610</ulink>, Allow Nan and infinity again in ST_SetPoint (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5627">5627</ulink>, Handling of EMPTY components in PiP check (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5629">5629</ulink>, Handling EMPTY components in repeated point removal (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5604">5604</ulink>, Handle distance between collections with empty elements (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5635">5635</ulink>, Handle NaN points in ST_Split (Regina Obe)</para>
+                <para>Logic error in ST_Covers(geography) (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5646">5646</ulink>, Crash on collections with empty members (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5580">5580</ulink>, Handle empty collection components in 3d distance (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5639">5639</ulink>, ST_DFullyWithin line/poly error case (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5662">5662</ulink>, Change XML parsers to SAX2 (Paul Ramsey)</para>
+            </simplesect>
+        </sect1>
         <sect1>
             <title>PostGIS 3.3.5</title>
             <para>2023/11/19</para>
-            <para>This version requires PostgreSQL 11-16, GEOS 3.6 or higher, and Proj 4.9+
-Additional features are enabled if you are running GEOS 3.9+
- (and ST_MakeValid enhancements with 3.10+),
-Proj 6.1+, and PostgreSQL 15+.</para>
-            <simplesect><title>Bug Fixes and Enhancements</title>
+            <simplesect>
+                <title>Bug Fixes and Enhancements</title>
                 <para><ulink url="https://trac.osgeo.org/postgis/ticket/5598">5598</ulink>, Fix restore of 3.3 dumps (Sandro Santilli)</para>
                 <para><ulink url="https://trac.osgeo.org/postgis/ticket/5568">5568</ulink>, Improve robustness of topology face split handling (Sandro Santilli)</para>
                 <para><ulink url="https://trac.osgeo.org/postgis/ticket/5548">5548</ulink>, Fix box-filtered validity check of topologies with edge-less faces
@@ -21,7 +38,7 @@ Proj 6.1+, and PostgreSQL 15+.</para>
                           (Sandro Santilli)</para>
                 <para>Fix JsonB casting issue (Paul Ramsey)</para>
                 <para><ulink url="https://trac.osgeo.org/postgis/ticket/5616">5616</ulink>, Fix to find docbook on newer docbook installs (Regina Obe)</para>
-                </simplesect>
+            </simplesect>
         </sect1>
         <sect1>
             <title>PostGIS 3.3.4</title>

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

Summary of changes:
 NEWS                  | 11 ++++-------
 README.postgis        |  4 ++--
 Version.config        |  2 +-
 doc/release_notes.xml | 29 +++++++++++++++++++++++------
 4 files changed, 30 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list