[SCM] PostGIS branch stable-3.1 updated. 3.1.10-19-gca03d62ca

git at osgeo.org git at osgeo.org
Tue Feb 6 15:07:19 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  ca03d62cac82018f7ac1e3b9118428ab75e73c51 (commit)
      from  9d49efb8a73a42a26961187a63d21ee338640027 (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 ca03d62cac82018f7ac1e3b9118428ab75e73c51
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Feb 6 15:07:14 2024 -0800

    Prepare for 3.1.11 release

diff --git a/NEWS b/NEWS
index 8bb820427..f870a0db2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.1.11dev
-xxxx/xx/xx
+PostGIS 3.1.11
+2024/02/06
 
 * Bug Fixes *
  - #5610, Regression fix: Allow Nan and infinity again
diff --git a/README.postgis b/README.postgis
index 758fafaa2..5c9fb03a1 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.10
-:Date: 2023-11-19
+:Version: 3.1.11
+:Date: 2024-02-06
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 466d51efa..96fb28316 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=11dev
+POSTGIS_MICRO_VERSION=11
 
 # 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 f39f1a2b7..b25947ec5 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,23 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+    <sect1>
+        <title>Release 3.1.11</title>
+        <para>This release works with PostgreSQL 9.6-14.</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+            <para>Release date: 2024/02/06</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/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>Release 3.1.10</title>
         <para>This release works with PostgreSQL 9.6-14.</para>

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

Summary of changes:
 NEWS                  |  4 ++--
 README.postgis        |  4 ++--
 Version.config        |  2 +-
 doc/release_notes.xml | 17 +++++++++++++++++
 4 files changed, 22 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list