[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.1-43-g008d2db

git at osgeo.org git at osgeo.org
Fri Jul 2 14:50:03 PDT 2021


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  008d2db632b1ae420ee16c8fc7d0e6dec3c2d9b5 (commit)
      from  fd0cef4ac6a88d4257e73793cc3416cacdfe1a69 (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 008d2db632b1ae420ee16c8fc7d0e6dec3c2d9b5
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 2 17:49:54 2021 -0400

    Add 3.1.2 and 3.1.3 notes to release notes, and prep for 3.1.3 release

diff --git a/NEWS b/NEWS
index 3ab70f3..4add24c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.1.3
-2021/xx/xx
+2021/07/02
 
 * Bug Fixes
   - #4929, Fix missing error from GetRingEdges when invoked with
diff --git a/README.postgis b/README.postgis
index c8b531a..1369452 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.1
-:Date: 2021-01-28
+:Version: 3.1.3
+:Date: 2021-07-02
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 3361ca2..1d4fc95 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3
 
 # 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 f57aa73..4b8c448 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,42 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+    <sect1>
+        <title>Release 3.1.3</title>
+        <para>Release date: 2021/07/02</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+            <para>#4929, Fix missing error from GetRingEdges when invoked with
+                    unexistent topology or edge (Sandro Santilli)</para>
+            <para>#4927, Fix PostgreSQL 14 compile FuncnameGetCandidates changes
+                    (Regina Obe, Julien Rouhaud)</para>
+        </simplesect>
+    </sect1>
+
+     <sect1>
+        <title>Release 3.1.2</title>
+        <para>Release date: 2021/05/21</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+                <para>#4871, TopoGeometry::geometry cast returns NULL for empty
+                        TopoGeometry objects (Sandro Santilli)</para>
+                <para>#4826, postgis_tiger_geocoder Better answers when no zip is provided
+                        (Regina Obe)</para>
+                <para>#4817, handle more complex compound coordinate dystems (Paul Ramsey)</para>
+                <para>#4842, Only do axis flips on CRS that have a "Lat" as the first column (Paul Ramsey)
+                - Support recent Proj versions that have removed pj_get_release (Paul Ramsey)</para>
+                <para>#4835, Adjust tolerance for geodetic calculations (Paul Ramsey)</para>
+                <para>#4840, Improper conversion of negative geographic azimuth to positive (Paul Ramsey)</para>
+                <para>#4853, DBSCAN cluster not formed when recordset length equal to minPoints (Dan Baston)</para>
+                <para>#4863, Update bboxes after scale/affine coordinate changes (Paul Ramsey)</para>
+                <para>#4876, Fix raster issues related to PostgreSQL 14 tablefunc changes
+                        (Paul Ramsey, Regina Obe)</para>
+                <para>#4877, mingw64 PostGIS / PostgreSQL 14 compile (Regina Obe, Tom Lane)</para>
+                <para>#4838, Update to support Tiger 2020 (Regina Obe)</para>
+                <para>#4890, Change Proj cache lifetime to last as long as connection (Paul Ramsey)</para>
+                <para>#4845, Add Pg14 build support (Paul Ramsey)</para>
+        </simplesect>
+    </sect1>
 
     <sect1>
         <title>Release 3.1.1</title>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list