[SCM] PostGIS branch stable-3.1 updated. 3.1.11-14-g302a87729

git at osgeo.org git at osgeo.org
Sun Dec 22 22:12:33 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.1 has been updated
       via  302a87729f44ed971d1e0bbcebcd96bb23432448 (commit)
       via  84044c10e8a0b1c950b5d9d42df97ac91ef5a661 (commit)
      from  e6485c56aacc7ca61c28392c2652ba2fb46431cb (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 302a87729f44ed971d1e0bbcebcd96bb23432448
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 23 01:11:37 2024 -0500

    Flip to next milestone

diff --git a/Version.config b/Version.config
index 3dc835cdc..9ab5137b7 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=12
+POSTGIS_MICRO_VERSION=13dev
 
 # 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 693d8deb0..32dc2d9cd 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -83,4 +83,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.8 \
 	3.1.9 \
 	3.1.10 \
-	3.1.11
+	3.1.11 \
+	3.1.12

commit 84044c10e8a0b1c950b5d9d42df97ac91ef5a661
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 23 01:09:24 2024 -0500

    Prep for PostGIS 3.1.12 release

diff --git a/NEWS b/NEWS
index d86887520..a691a2b0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,17 @@
-PostGIS 3.1.12dev
-xxxx/xx/xx
+PostGIS 3.1.12
+2024/12/23
+
+PostgreSQL 9.6-14 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features.
+Proj 4.9+ required.
 
 * Bug Fixes *
 
- - #5795, Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)
+ - #5795, [topology] Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)
  - #5589, ST_3DDistance error for shared first point (Paul Ramsey)
  - #5686, ST_NumInteriorRings and Triangle crash (Paul Ramsey)
  - #5765, Handle nearly co-linear edges with slightly less slop (Paul Ramsey)
  - #5745, St_AsLatLonText rounding errors (Paul Ramsey)
+ - Handle null returns from wkb parser (Paul Ramsey)
 
 
 PostGIS 3.1.11
diff --git a/README.postgis b/README.postgis
index 5c9fb03a1..e4b166c25 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.11
-:Date: 2024-02-06
+:Version: 3.1.12
+:Date: 2024-12-23
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 6897fa077..3dc835cdc 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=12dev
+POSTGIS_MICRO_VERSION=12
 
 # 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 b25947ec5..ecb1466fc 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,20 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+    <sect1>
+        <title>Release 3.1.12</title>
+        <para>This release works with PostgreSQL 9.6-14.</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+            <para>Release date: 2024/12/23</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5795">#5795</ulink>, [topology] Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)</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/#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>
+            <para>Handle null returns from wkb parser (Paul Ramsey)</para>
+        </simplesect>
+    </sect1>
     <sect1>
         <title>Release 3.1.11</title>
         <para>This release works with PostgreSQL 9.6-14.</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index d174d8a20..693d8deb0 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -70,6 +70,8 @@ UPGRADEABLE_VERSIONS = \
 	3.0.8 \
 	3.0.9 \
 	3.0.10 \
+	3.0.11 \
+	3.0.12 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2 \

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

Summary of changes:
 NEWS                               | 10 +++++++---
 README.postgis                     |  4 ++--
 Version.config                     |  2 +-
 doc/release_notes.xml              | 14 ++++++++++++++
 extensions/upgradeable_versions.mk |  5 ++++-
 5 files changed, 28 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list