[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.8-21-g1c185bc53

git at osgeo.org git at osgeo.org
Sun May 28 20:41:38 PDT 2023


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  1c185bc53104214b46a9097ce613a182f8331c09 (commit)
      from  c0eb7aea076e169a554ef894037126e9b0d145fe (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 1c185bc53104214b46a9097ce613a182f8331c09
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 28 23:41:32 2023 -0400

    Prep for 3.1.9 release

diff --git a/NEWS b/NEWS
index 780a4175a..dcd18c4d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.1.9dev
-xxxx/xx/xx
+PostGIS 3.1.9
+2023/05/28
 
 * Bug Fixes
   - #5384, Fix crash in ST_AsGML when given id is longer than given prefix
diff --git a/README.postgis b/README.postgis
index ee1852de7..16d62c5ca 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.8
-:Date: 2022-11-12
+:Version: 3.1.9
+:Date: 2023-05-28
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 217df23e2..50e76fa3b 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=9dev
+POSTGIS_MICRO_VERSION=9
 
 # 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 b5372fb66..bd188929f 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>Release 3.1.9</title>
+        <para>This release works with PostgreSQL 9.6-14.</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+                <para>Release date: 2023/05/28</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5384">5384</ulink>, Fix crash in ST_AsGML when given id is longer than given prefix
+                        (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5380">5380</ulink>, Fix 2.5 upgrades with views using geography based ST_Distance
+                        (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5338">5338</ulink>, Dump/Restore of raster table fails on
+                        enforce_coverage_tile_rast constraint (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5315">5315</ulink>, #5318, #5319, #5320, #5342 crashes on infinite coordinates
+                        (Regina Obe, Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5344">5344</ulink>, Include topology id sequence state in dumps (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5288">5288</ulink>, ST_LineCrossingDirection multi-cross error (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5347">5347</ulink>, _ST_BestSRID crashes on ARM with infinite geometries (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5331">5331</ulink>, [postgis_tiger_geocoder] reverse_geocode, prefer addressable ranges
+                        (Regina Obe, Locance</para>
+        </simplesect>
+    </sect1>
     <sect1>
         <title>Release 3.1.8</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 | 21 +++++++++++++++++++++
 4 files changed, 26 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list