[SCM] PostGIS branch stable-3.4 updated. 3.4.0-70-g7d99993ed

git at osgeo.org git at osgeo.org
Sun Nov 19 21:17:12 PST 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.4 has been updated
       via  7d99993edaf832f611217a4a11c28647750003dc (commit)
       via  ef657b983be3707265fe29fe9364c3779742f0db (commit)
      from  1cd420d0efebfa532a38ff0e990191b830fadb6d (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 7d99993edaf832f611217a4a11c28647750003dc
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 20 00:17:04 2023 -0500

    Prep for PostGIS 3.4.1 release

diff --git a/Version.config b/Version.config
index e2c7383bd..2a03c12de 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=1dev
+POSTGIS_MICRO_VERSION=1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/introduction.xml b/doc/introduction.xml
index e0ad66b4c..62d63e65b 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -234,6 +234,7 @@
 					<member>Bryce L. Nordgren</member>
 					<member>Carl Anderson</member>
 					<member>Charlie Savage</member>
+					<member>Chris Mayo</member>
 					<member>Christian Schroeder</member>
 					<member>Christoph Berg</member>
 					<member>Christoph Moench-Tegeder</member>
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index a4439ee29..82c0f85e5 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,61 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+        <sect1>
+            <title>PostGIS 3.4.0</title>
+            <para>2023/11/19</para>
+            <para>This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
+            To take advantage of all features, GEOS 3.12+ is needed.
+            To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.</para>
+            <para>NOTE: GEOS 3.12.1 details at <ulink url="https://libgeos.org/posts/2023-11-11-geos-3-12-1-released/">GEOS 3.12.1 release notes</ulink></para>
+             <simplesect>
+                <title>Bug Fixes</title>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5541">5541</ulink>, Fix --without-gui configure switch (Chris Mayo)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5558">5558</ulink>, Fix uninitialized variable in ST_AsMVTGeom (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5590">5590</ulink>, Fix script-based load of topology.sql (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5574">5574</ulink>, #5575, #5576, #5577, #5578, #5579, #5569
+                        Fix restore of postgis dumps since 2.1 (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5568">5568</ulink>, Improve robustness of topology face split handling (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5548">5548</ulink>, Fix box-filtered validity check of topologies with edge-less faces
+                        (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5485">5485</ulink>, Fix postgis script on OpenBSD (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5516">5516</ulink>, Fix upgrade with views using deprecated function, among which:
+                        ST_AddBand (#5509), ST_AsGeoJSON (#5523) ST_AsKML (#5524)
+                        ST_Aspect (#5491), ST_BandIsNoData (#5510), ST_BandMetadata (#5502),
+                        ST_BandNoDataValue (#5503), ST_BandPath (#5511),
+                        ST_BandPixelType (#5512), ST_Clip (#5488), ST_Count (#5517),
+                        ST_GeoReference (#5514), ST_Intersects(raster, ...) (#5489),
+                        ST_LineCrossingDirection (#5518)
+                        ST_MakeEmptyRaster (#5508), ST_MapAlgebraFCT (#5500),
+                        ST_Polygon(raster, ...) (#5507), ST_SetBandIsNoData (#5505),
+                        ST_SetBandNoDataValue (#5506), ST_SetGeoreference (#5504),
+                        ST_SetValue (#5519),
+                        ST_Slope (#5490), ST_SummaryStats (#5515), ST_TileEnvelope (#5499)
+                        ST_Value (#5513, #5484), toTopoGeom (#5526).
+                        (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5494">5494</ulink>, Fix double-upgrade with view using st_dwithin(text, ...)
+                        (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5479">5479</ulink>, postgis_full_version() and postgis_gdal_version() sometimes
+                        warn of deprecated SRID: 2163 (Regina Obe)</para>
+                <para>Include elevation in output of ST_Contour when in polygonal mode (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5482">5482</ulink>, New Proj output is only available for proj 7.1+ (Regina Obe)</para>
+                <para>Fix JsonB casting issue (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5535">5535</ulink>, Cleanup String handling in debug_standardize_address
+                        and standardize_address (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5605">5605</ulink>, Fix regression failure with GEOS 3.13, main branch (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5603">5603</ulink>, [postgis_tiger_geocoder] Change to load 2023 Census Tiger/Line (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5525">5525</ulink>, [postgis_tiger_geocoder],[postgis_topology] Regression failure
+                        when installed by non-superuser (Regina Obe, Sandro Santilli)</para>
+             </simplesect>
+
+            <simplesect>
+                <title>Enhancements</title>
+                  <para><ulink url="https://trac.osgeo.org/postgis/ticket/5492">5492</ulink>, Have postgis script report presence of deprecated functions
+                  (Sandro Santilli)</para>
+                  <para><ulink url="https://trac.osgeo.org/postgis/ticket/5493">5493</ulink>, Always try to drop deprecated function on upgrade
+                  (Sandro Santilli)</para>
+             </simplesect>
+        </sect1>
         <sect1>
             <title>PostGIS 3.4.0</title>
             <para>2023/08/15</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 9b4af99d4..715defb8f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -69,25 +69,29 @@ UPGRADEABLE_VERSIONS = \
 	3.0.7 \
 	3.0.8 \
 	3.0.9 \
+	3.0.10 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2	\
 	3.1.3 \
 	3.1.4 \
 	3.1.5 \
-	3.1.9 \
 	3.1.6 \
 	3.1.7 \
 	3.1.8 \
+	3.1.9 \
+	3.1.10 \
 	3.2.0 \
 	3.2.1 \
 	3.2.2 \
 	3.2.3 \
 	3.2.4 \
 	3.2.5 \
+	3.2.6 \
 	3.3.0 \
 	3.3.1 \
 	3.3.2 \
 	3.3.3 \
 	3.3.4 \
+	3.3.5 \
 	3.4.0

commit ef657b983be3707265fe29fe9364c3779742f0db
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 20 00:12:37 2023 -0500

    Regression failure when installed by non-superuser
    Closes #5525 for PostGIS 3.4.1

diff --git a/NEWS b/NEWS
index c9a5110e9..5e509f53b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.4.1dev
-xxxx/xx/xx
+PostGIS 3.4.1
+2023/11/19
 This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.12+ is needed.
 To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
@@ -40,6 +40,8 @@ To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
           and standardize_address (Regina Obe)
  - #5605, Fix regression failure with GEOS 3.13, main branch (Regina Obe)
  - #5603, [postgis_tiger_geocoder] Change to load 2023 Census Tiger/Line (Regina Obe)
+ - #5525, [postgis_tiger_geocoder],[postgis_topology] Regression failure
+          when installed by non-superuser (Regina Obe, Sandro Santilli)
 
 * Enhancements *
 
diff --git a/libpgcommon/sql/AddToSearchPath.sql.inc b/libpgcommon/sql/AddToSearchPath.sql.inc
index c3746c522..a5e02279e 100644
--- a/libpgcommon/sql/AddToSearchPath.sql.inc
+++ b/libpgcommon/sql/AddToSearchPath.sql.inc
@@ -29,7 +29,8 @@ BEGIN
 
 	RAISE NOTICE 'cur_search_path from pg_db_role_setting is %', var_cur_search_path;
 
-	IF var_cur_search_path IS NULL THEN
+	-- only run this test if person creating the extension is a super user
+	IF var_cur_search_path IS NULL AND (SELECT rolsuper FROM pg_roles where rolname = CURRENT_USER) THEN
 		SELECT setting
 		INTO var_cur_search_path
 		FROM pg_file_settings

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

Summary of changes:
 NEWS                                    |  6 ++--
 Version.config                          |  2 +-
 doc/introduction.xml                    |  1 +
 doc/release_notes.xml                   | 55 +++++++++++++++++++++++++++++++++
 extensions/upgradeable_versions.mk      |  6 +++-
 libpgcommon/sql/AddToSearchPath.sql.inc |  3 +-
 6 files changed, 68 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list