[SCM] PostGIS branch master updated. 3.5.0alpha1-8-gd939065be

git at osgeo.org git at osgeo.org
Fri Jul 5 21:40:23 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  d939065be0b86c8228df3220a381fe69add581cf (commit)
      from  d30b898ac835eedcf234956390e170d14f4d9f6c (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 d939065be0b86c8228df3220a381fe69add581cf
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 6 00:40:18 2024 -0400

    Prep for 3.5.0alpha2 release

diff --git a/NEWS b/NEWS
index 3656b401f..a697ff1a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
 PostGIS 3.5.0alpha2
-2024/xx/xx
+2024/07/06
 
 Changes since alpha1
 
 #5760, postgis_topology: Fix spelling errors (Bas Couwenberg)
 #5759, 3.5.0-alpha1 fails to build due to test failures (Sandro Santilli) 
 
-To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.
-PostgreSQL 12-17 supported
+To take advantage of all postgis_sfcgal extension features SFCGAL 1.5 is needed.
+PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
 
 Many thanks to our translation teams, in particular:
 
diff --git a/Version.config b/Version.config
index 452e112b0..99c2ff1b8 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0alpha2
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index ed4d66fd3..050e57a90 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -103,4 +103,5 @@ UPGRADEABLE_VERSIONS = \
 	3.4.1 \
 	3.4.2 \
 	3.4.3dev \
-	3.5.0alpha1
+	3.5.0alpha1 \
+	3.5.0dev

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

Summary of changes:
 NEWS                               | 6 +++---
 Version.config                     | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list