[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.3-29-gff338b8

git at osgeo.org git at osgeo.org
Fri Sep 3 21:00:42 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  ff338b8fd6968edee2f5fa721a8d85cf539a402c (commit)
       via  ff1be8a6a33d43b4e9f8a5e8b8a1a2d2ec23f1bd (commit)
       via  cb8b6b81ae1ba60c0818fa45e8d4706df493464b (commit)
      from  1a86e863aa799b34fb862ea96c9b177f914a53a0 (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 ff338b8fd6968edee2f5fa721a8d85cf539a402c
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 4 00:00:15 2021 -0400

    Prepping for PostGIS 3.1.4 release

diff --git a/NEWS b/NEWS
index 061b79a..32c9f4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.1.4dev
-2021/xx/xx
+PostGIS 3.1.4
+2021/09/04
 
 * Bug Fixes
   - #4782, Have postgis_restore.pl use backup postgis schema by
@@ -18,6 +18,8 @@ PostGIS 3.1.4dev
   - #4958, TIGER2020 fix faces and add Tabblock20 (Regina Obe)
   - #4959, Drop Colorado state files also drops national county tables (Regina Obe)
   - #4916, #4770, #4724, #4916, Crashes in aggregate functions (Paul Ramsey)
+  - #4982, Problem when calling the buffer function from MobilityDB
+           (Esteban Zimanyi, MobilityDB)
 
 
 PostGIS 3.1.3
diff --git a/README.postgis b/README.postgis
index 1369452..bb9515d 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.3
-:Date: 2021-07-02
+:Version: 3.1.4
+:Date: 2021-09-04
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 4109242..007e591 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
 
 # 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 95ae28f..3230849 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,32 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+
+    <sect1>
+        <title>Release 3.1.4</title>
+        <simplesect>
+            <title>Bug Fixes</title>
+            <para>Release date: 2021/09/04</para>
+            <para>#4782, Have postgis_restore.pl use backup postgis schema by
+                default (Sandro Santilli)</para>
+            <para>#4854, Fix type of TopoGeometry receiving different-type
+                TopoGeometry components (Sandro Santilli)</para>
+            <para>#4918, Fix rare crash in st_minpossiblevalue (Paul Ramsey)</para>
+            <para>#4941, Fix loose mbr in topology.face on update (Sandro Santilli)</para>
+            <para>#4949, Swapped coordinates for N/E planar systems (Paul Ramsey)</para>
+            <para>#GI617, Fix typo in setting of INVMINDIST (Charles Karney)</para>
+            <para>#4326, Fix CircularPolygon area calculation (Paul Ramsey)</para>
+            <para>#4917, Fix crasher with '-' regclass (Paul Ramsey)</para>
+            <para>#4919, Rare crash in selectivity calculation (Paul Ramsey)</para>
+            <para>#4926, Preserve SRID on unions of empty geometry (Paul Ramsey)</para>
+            <para>#4910, Allow repeated points in GML input poslists (Paul Ramsey)</para>
+            <para>#4958, TIGER2020 fix faces and add Tabblock20 (Regina Obe)</para>
+            <para>#4959, Drop Colorado state files also drops national county tables (Regina Obe)</para>
+            <para>#4916, #4770, #4724, #4916, Crashes in aggregate functions (Paul Ramsey)</para>
+            <para>#4982, Problem when calling the buffer function from MobilityDB
+                (Esteban Zimanyi, MobilityDB)</para>
+        </simplesect>
+    </sect1>
     <sect1>
         <title>Release 3.1.3</title>
         <para>Release date: 2021/07/02</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 728237b..537796b 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,6 +58,7 @@ UPGRADEABLE_VERSIONS = \
 	3.0.1 \
 	3.0.2 \
 	3.0.3 \
+	3.0.4 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2 \

commit ff1be8a6a33d43b4e9f8a5e8b8a1a2d2ec23f1bd
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 3 23:33:12 2021 -0400

    Handle null arg. Patch from Esteban Zimanyi, MobilityDB. References #4982 for PostGIS 3.1.4

diff --git a/postgis/lwgeom_geos.c b/postgis/lwgeom_geos.c
index 2a7eb8c..b44bfb2 100644
--- a/postgis/lwgeom_geos.c
+++ b/postgis/lwgeom_geos.c
@@ -1044,8 +1044,7 @@ Datum buffer(PG_FUNCTION_ARGS)
 	}
 	else
 	{
-		params_text = palloc(VARHDRSZ);
-		SET_VARSIZE(params_text, 0);
+		params_text = cstring_to_text("");
 	}
 
 	/* Empty.Buffer() == Empty[polygon] */

commit cb8b6b81ae1ba60c0818fa45e8d4706df493464b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 3 22:53:27 2021 -0400

    Update ST_Azimuth to include more defs suggested by Francois Bonzon. References #4880 for PostGIS 3.1.4

diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index 4bc966e..ff3c093 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -140,7 +140,8 @@ from somegeogtable;</programlisting>
 			<title>Description</title>
 
 			<para>Returns the azimuth in radians of the segment defined by the given
-			point geometries, or NULL if the two points are coincident. The azimuth is angle is referenced from north, and is positive clockwise: North = 0; East = &#x03C0;/2; South = &#x03C0;; West = 3&#x03C0;/2.</para>
+			point geometries, or NULL if the two points are coincident. The azimuth is angle is referenced from north, and is positive clockwise:  North = 0; Northeast = &#x03C0;/4; East = &#x03C0;/2; Southeast = 3&#x03C0;/4;
+            South = &#x03C0;; Southwest 5&#x03C0;/4; West = 3&#x03C0;/2; Northwest = 7&#x03C0;/4. </para>
 			<para>For the geography type, the forward azimuth is solved as part of the inverse geodesic problem.</para>
 			<para>The azimuth is mathematical concept defined as the angle between a reference plane and a point, with angular units in radians.
 			Units can be converted to degrees using a built-in PostgreSQL function degrees(), as shown in the example.</para>

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

Summary of changes:
 NEWS                               |  6 ++++--
 README.postgis                     |  4 ++--
 Version.config                     |  2 +-
 doc/reference_measure.xml          |  3 ++-
 doc/release_notes.xml              | 26 ++++++++++++++++++++++++++
 extensions/upgradeable_versions.mk |  1 +
 postgis/lwgeom_geos.c              |  3 +--
 7 files changed, 37 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list