[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.3-39-geddbbc7

git at osgeo.org git at osgeo.org
Fri Sep 3 18:29: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.0 has been updated
       via  eddbbc7c80272255e19e01b59ccdb196b5cfc1ec (commit)
      from  22dec99042910bda7d950ada5c490b80ea353bd6 (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 eddbbc7c80272255e19e01b59ccdb196b5cfc1ec
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 3 21:29:36 2021 -0400

    Prep for PostGIS 3.0.4 release

diff --git a/NEWS b/NEWS
index a00da7d..872b847 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.0.4dev
-2021/xx/xx
+PostGIS 3.0.4
+2021/09/04
 
   - #4941, Fix loose mbr in topology.face on update (Sandro Santilli)
   - #4871, TopoGeometry::geometry cast returns NULL for empty
diff --git a/Version.config b/Version.config
index 150eb2c..3eb8b09 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=0
-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 1c4ce3d..b9cbca7 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,35 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+        <title>Release 3.0.4</title>
+        <para>Release date: 2021/09/04</para>
+        <para>This is a bug fix / performance enhancements release. This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
+              Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8</para>
+        <simplesect>
+          <title>Bug Fixes and Enhancements</title>
+          <para>4941, Fix loose mbr in topology.face on update (Sandro Santilli)</para>
+          <para>4871, TopoGeometry::geometry cast returns NULL for empty
+                TopoGeometry objects (Sandro Santilli)</para>
+          <para>4817, Handle complex compound coordinate systems (Paul Ramsey)
+          - Support newer proj versions that have deprecated pj_get_release (Paul Ramsey)</para>
+          <para>4835, Adjust geodetic tolerance for calculations (Paul Ramsey)</para>
+          <para>4853, DBSCAN cluster not formed when recordset length equal to minPoints (Dan Baston)</para>
+          <para>4844, Repair axis order handling for polar coordinate systems (Paul Ramsey)</para>
+          <para>4863, Update bboxes after scale/affine coordinate changes (Paul Ramsey)</para>
+          <para>4918, Fix rare crash in st_minpossiblevalue() (Paul Ramsey)</para>
+          <para>4949, Swapped coordinates for N/E planar systems (Paul Ramsey)</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>4740, Round values in geography_distance_tree
+                as we do on geography_distance (Raúl Marín, Paul Ramsey, Regina Obe)</para>
+          <para>4968, Update autogen.sh to handle autoconf 2.71 issues (Raúl Marín, Regina Obe)</para>
+          <para>4916, #4770, #4724, #4916, Crashes in aggregate functions (Paul Ramsey)</para>
+        </simplesect>
+    </sect1>
+
+    <sect1>
         <title>Release 3.0.3</title>
         <para>Release date: 2020/11/20</para>
         <para>This is a bug fix / performance enhancements release. This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+

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

Summary of changes:
 NEWS                  |  4 ++--
 Version.config        |  2 +-
 doc/release_notes.xml | 29 +++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list