[SCM] PostGIS branch stable-3.4 updated. 3.4.2-1-gd739ca28b
git at osgeo.org
git at osgeo.org
Thu Feb 8 09:26:54 PST 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 d739ca28b02d183fe439a01e5d072f7147d3307a (commit)
from c19ce56ca8982635026ba605f5b2fdce3622bb4a (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 d739ca28b02d183fe439a01e5d072f7147d3307a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Feb 8 09:26:50 2024 -0800
Bump to 3.4.3dev
diff --git a/NEWS b/NEWS
index a31650d63..bca6b6beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
-PostGIS 3.4.2
-2024/02/08
+PostGIS 3.4.3
+xxxx/xx/xx
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.
+* Bug Fixes *
+
+ -
+
+
+PostGIS 3.4.2
+2024/02/08
+
* Bug Fixes *
- #5633, Fix load, upgrade and usage with standard_conforming_strings
diff --git a/Version.config b/Version.config
index e3f3e63fd..8f75c59d0 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3dev
# 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 b4729367e..9d9780b07 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -95,4 +95,5 @@ UPGRADEABLE_VERSIONS = \
3.3.4 \
3.3.5 \
3.4.0 \
- 3.4.1
+ 3.4.1 \
+ 3.4.2
-----------------------------------------------------------------------
Summary of changes:
NEWS | 12 ++++++++++--
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 13 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list