[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-41-g43ded1ed9

git at osgeo.org git at osgeo.org
Sun Aug 7 21:21:28 PDT 2022


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, master has been updated
       via  43ded1ed950a9255913a0bd358a1a123b5f0323d (commit)
      from  7d50d1b3c7e3e41b6b3a066f51270e29d35de1e7 (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 43ded1ed950a9255913a0bd358a1a123b5f0323d
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 8 00:21:22 2022 -0400

    Prep for 3.3.0rc1 release

diff --git a/NEWS b/NEWS
index 80deb6cca..1c8243fad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.3.0rc1
-2022/xx/xx
+2022/08/xx
 This version requires PostgreSQL 11 or higher, GEOS 3.6 or higher, and Proj 5.2+.
 Additional features are enabled if you are running GEOS 3.9+
 ST_MakeValid enhancements with 3.10+, numerouse additional enhancements with GEOS 3.11+.
@@ -21,7 +21,8 @@ Changes since PostGIS 3.3.0beta2:
   - #5195, #5196  Change address_standardizer
            and postgis_tiger_geocoder CREATE EXTENSION to use CREATE
            instead of CREATE OR REPLACE. (Regina Obe)
-
+  - #5202, Guard against downgrade (Sandro Santilli)
+  - #5104, postgis_extensions_upgrade() fails with pgextwlist (Regina Obe)
 
 
 PostGIS 3.3.0beta2
diff --git a/Version.config b/Version.config
index b7f7afe6e..da74c5bd9 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc1
 
 # 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 7c6873914..94942bee7 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,7 +2,42 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
-        <sect1>
+    <sect1>
+        <title>PostGIS 3.3.0rc1</title>
+        <para>2022/08/08</para>
+        <para>This version requires PostgreSQL 11 or higher, GEOS 3.6 or higher, and Proj 5.2+.
+        Additional features are enabled if you are running GEOS 3.9+
+        ST_MakeValid enhancements with 3.10+, numerous additional enhancements with GEOS 3.11+.
+        Requires SFCGAL 1.4.1+ for ST_AlphaShape and ST_OptimalAlphaShape.</para>
+        <para>NOTE: GEOS 3.11.0 was recently released,
+ details at <ulink url="https://libgeos.org/posts/2022-07-01-geos-3-11-0-released/">GEOS 3.11.0 release notes</ulink></para>
+        <para>The new --enable-lto flag improves speed of math computations.  This new feature is disabled by default
+because on some platforms, causes compilation errors (BSD and MingW64 issues have been raised)</para>
+        <para>Use below to enable it.</para>
+        <programlisting>./configure --enable-lto</programlisting>
+        <para>Changes since PostGIS 3.3.0beta2:</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5154">5154</ulink>, raster ST_Value is undercosted (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5157">5157</ulink>, Revise minimum_bounding_circle Cunit test
+                        to be tolerant of small 32-bit floating point differences
+                        (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5191">5191</ulink>, Functions should use integer instead of int4 (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5139">5139</ulink>, PostGIS causes to_jsonb to no longer be parallel safe,
+                        ST_AsGeoJSON and ST_AsGML are also parallel unsafe
+                        (Regina Obe, Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5025">5025</ulink>, Ensure that additional operators are not appended
+                        when the function and opfamily disagree
+                        about dimensionality (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5195">5195</ulink>, #5196  Change address_standardizer
+                        and postgis_tiger_geocoder CREATE EXTENSION to use CREATE
+                        instead of CREATE OR REPLACE. (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5202">5202</ulink>, Guard against downgrade (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5104">5104</ulink>, postgis_extensions_upgrade() fails with pgextwlist (Regina Obe)</para>
+        </simplesect>
+    </sect1>
+
+    <sect1>
         <title>PostGIS 3.3.0beta2</title>
         <para>2022/07/13</para>
         <para>This version requires PostgreSQL 11 or higher, GEOS 3.6 or higher, and Proj 5.2+.

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list