[SCM] PostGIS branch master updated. 3.4.0rc1-1245-g27444c823

git at osgeo.org git at osgeo.org
Thu Jul 4 01:15:42 PDT 2024


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  27444c823ccab462b2db299bda1709f058c35147 (commit)
      from  dbd47ecee044475d885dbf5366078e230ee67ddb (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 27444c823ccab462b2db299bda1709f058c35147
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Jul 4 03:55:34 2024 -0400

    Prepping for 3.5.0alpha1 release
    
     - Update NEWS
     - Update extension upgrade versions
     - Have berrie64 test against PG17

diff --git a/NEWS b/NEWS
index c0283954f..7f1563088 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-PostGIS 3.5.0dev
-xxxx/xx/xx
+PostGIS 3.5.0alpha1
+2024/07/04
 
-To take advantage of all SFCGAL featurs, SFCGAL 1.5.0+ is needed.
+To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.
 
 Many thanks to our translation teams, in particular:
 
@@ -51,8 +51,8 @@ Andreas Schild (German Team)
       - command status reports status of all databases
     (Sandro Santilli)
   - #5742, expose version of PROJ at compile time (Sandro Santilli)
-  - #5721, Allow sharing sequences between different topologies (Lars Opsahl)
-  - #5667, TopoGeo_LoadGeometry (Sandro Santilli)
+  - #5721, postgis_topology: Allow sharing sequences between different topologies (Lars Opsahl)
+  - #5667, postgis_topology: TopoGeo_LoadGeometry (Sandro Santilli)
   - #5055, add explicit <> geometry operator to prevent non-unique
            error with <> and != (Paul Ramsey)
   - Add ST_HasZ/ST_HasM (Loïc Bartoletti)
@@ -61,7 +61,7 @@ Andreas Schild (German Team)
             (Loïc Bartoletti)
   - GT-156, postgis_sfcgal: CG_Visibility (Loïc Bartoletti)
   - GT-157, postgis_sfcgal: Add ST_ExtrudeStraightSkeleton (Loïc Bartoletti)
-  - #5496, ST_Clip support for touched (Regina Obe)
+  - #5496, postgis_raster: ST_Clip support for touched (Regina Obe)
   - GH-760, postgis_sfcgal: CG_Intersection, CG_3DIntersects, CG_Intersects,
             CG_Difference, CG_Union (and aggregate), CG_Triangulate, CG_Area,
             CG_3DDistance, CG_Distance (Loïc Bartoletti)
@@ -72,8 +72,8 @@ Andreas Schild (German Team)
 
 * Enhancements *
 
-  - #3587, faster load of big lines in topologies (Sandro Santilli)
-  - #5670, faster ST_CreateTopoGeo (Sandro Santilli)
+  - #3587, postgis_topology: faster load of big lines in topologies (Sandro Santilli)
+  - #5670, postgis_topology: faster ST_CreateTopoGeo (Sandro Santilli)
   - #5531, documentation format upgraded to DocBook 5 (Sandro Santilli)
   - #5543, allow building without documentation (Sandro Santilli)
   - #5596, GH-749, Allow promoting column as an id
diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 316170cd7..3b73a0024 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -2,7 +2,7 @@ export WORKSPACE=/home/jenkins/workspace
 export GEOS_VER=3.13.0
 
 export OS_BUILD=64
-export PG_VER=16
+export PG_VER=17
 export GEOS_PATH=${WORKSPACE}/geos/rel-${GEOS_VER}
 #export GEOS_PATH=~/geos/rel-${GEOS_VER}
 export PGPATH=${WORKSPACE}/pg/label/${label}/rel/pg${PG_VER}w${OS_BUILD}
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 894a64a53..8421bbd1f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -102,4 +102,5 @@ UPGRADEABLE_VERSIONS = \
 	3.4.0 \
 	3.4.1 \
 	3.4.2 \
-	3.4.3dev
+	3.4.3dev \
+	3.5.0dev

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

Summary of changes:
 NEWS                               | 16 ++++++++--------
 ci/berrie64/configs.sh             |  2 +-
 extensions/upgradeable_versions.mk |  3 ++-
 3 files changed, 11 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list