[SCM] PostGIS branch master updated. 3.5.0beta1-11-gdf9317741
git at osgeo.org
git at osgeo.org
Sun Sep 22 16:09:26 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 df9317741170e86ff8346decdd555b54a0432072 (commit)
from 39f89ae61840b7587bb19cf0ae83f0870d2e89cd (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 df9317741170e86ff8346decdd555b54a0432072
Author: Regina Obe <lr at pcorp.us>
Date: Sun Sep 22 19:09:11 2024 -0400
Prepping for 3.5.0rc1
diff --git a/NEWS b/NEWS
index c9ba47e04..c3d299272 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.5.0rc1
-2024/xx/xx
+2024/09/22
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.
diff --git a/README.postgis b/README.postgis
index 1429dc454..58b504d78 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.5.0beta1
-:Date: 2024-09-16
+:Version: 3.5.0rc1
+:Date: 2024-09-22
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 452e112b0..da7473671 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=0rc1
# 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 401ff5e0e..d3be75e02 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -104,6 +104,6 @@ UPGRADEABLE_VERSIONS = \
3.4.1 \
3.4.2 \
3.4.3 \
- 3.4.4dev \
3.5.0alpha2 \
- 3.5.0beta1
+ 3.5.0beta1 \
+ 3.5.0dev
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
extensions/upgradeable_versions.mk | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list