[SCM] PostGIS branch stable-3.4 updated. 3.4.3rc1-2-ge36594574
git at osgeo.org
git at osgeo.org
Wed Sep 4 11:47:49 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, stable-3.4 has been updated
via e36594574671877ca6178c944e6d430f87f310bf (commit)
from f3a4d95bd50037e8ab5e8ca511357d156142b86a (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 e36594574671877ca6178c944e6d430f87f310bf
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Sep 4 11:46:03 2024 -0700
3.4.3 release prep
diff --git a/NEWS b/NEWS
index 801b0db90..7a469849d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.4.3
-xxxx/xx/xx
+2024/09/04
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.
diff --git a/README.postgis b/README.postgis
index 93069a84a..c8ec17a32 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.4.3
-:Date: 2024-09-03
+:Date: 2024-09-04
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 1cdbf66fd..6892d6cfe 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=3rc1
+POSTGIS_MICRO_VERSION=3
# 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 0d7f09ac2..ad653a686 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -70,6 +70,7 @@ UPGRADEABLE_VERSIONS = \
3.0.8 \
3.0.9 \
3.0.10 \
+ 3.0.11 \
3.1.0 \
3.1.1 \
3.1.2 \
@@ -81,6 +82,7 @@ UPGRADEABLE_VERSIONS = \
3.1.8 \
3.1.9 \
3.1.10 \
+ 3.1.11 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -88,12 +90,14 @@ UPGRADEABLE_VERSIONS = \
3.2.4 \
3.2.5 \
3.2.6 \
+ 3.2.7\
3.3.0 \
3.3.1 \
3.3.2 \
3.3.3 \
3.3.4 \
3.3.5 \
+ 3.3.6 \
3.4.0 \
3.4.1 \
3.4.2 \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 2 +-
Version.config | 2 +-
extensions/upgradeable_versions.mk | 4 ++++
4 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list