[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.2-1-gf4771c748

git at osgeo.org git at osgeo.org
Fri Jul 22 20:59:45 PDT 2022


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.2 has been updated
       via  f4771c748fef82a5d0b6f7d4680c981e38fcf24a (commit)
      from  628da50be30d45d71c01b273e778d562f80f8b5f (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 f4771c748fef82a5d0b6f7d4680c981e38fcf24a
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 22 23:58:08 2022 -0400

    Flip to next dev milestone

diff --git a/NEWS b/NEWS
index 0a80cd27b..ecfd9c1b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+PostGIS 3.2.3dev
+2022/xx/xx
+
+This version requires PostgreSQL 9.6-15, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9+
+ (and ST_MakeValid enhancements with 3.10+),
+Proj 6.1+, and PostgreSQL 14+.
+
+* Bug Fixes *
+
+
 PostGIS 3.2.2
 2022/07/22
 
diff --git a/Version.config b/Version.config
index d58de7926..1fe8b354e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-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 9b92454cb..069ab03eb 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -72,4 +72,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.5 \
 	3.1.6 \
 	3.2.0 \
-	3.2.1
+	3.2.1 \
+	3.2.2

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list