[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-1-g3083021

git at osgeo.org git at osgeo.org
Sat Sep 11 11:19:21 PDT 2021


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  3083021ce2e170e0e76cf0408033c18c9bec3787 (commit)
      from  e357e0a7381a8c2f36c62375380acbf800da697d (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 3083021ce2e170e0e76cf0408033c18c9bec3787
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 11 14:19:15 2021 -0400

    Flip back to dev mode and fix HOWTO_RELEASE instructions

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 676ffc1..16c5797 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -98,7 +98,7 @@ Release procedure
   - Commit all changes
   - If this is a minor or major release (no branch exists):
 	   $ rev=x.x
-	   $ git checkout main; git checkout -b "$rev"; git push -u osgeo $rev
+	   $ git checkout master; git checkout -b "$rev"; git push -u osgeo $rev
 
 	   Go to: https://debbie.postgis.net and copy last branch version and make new job
 	   a) Replace PostGIS_* string params with new version
diff --git a/NEWS b/NEWS
index 2db6651..7f3f090 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,5 @@
-PostGIS 3.2.0alpha1
-2021/09/10
-
-This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
-Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and PostgreSQL 14+.
+PostGIS 3.2.0
+2021/xx/xx
 
  * Breaking changes *
   - #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
@@ -83,9 +80,11 @@ Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and Pos
   - #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
     the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
 
+PostGIS 3.2.0alpha1
+2021/09/10
 
-PostGIS 3.2.0
-2021/xx/xx
+This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and PostgreSQL 14+.
 
  * Breaking changes *
   - #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
diff --git a/Version.config b/Version.config
index a29d574..843963a 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=0alpha1
+POSTGIS_MICRO_VERSION=0dev
 
 # 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 639d1cd..b040a45 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -67,4 +67,4 @@ UPGRADEABLE_VERSIONS = \
 	3.1.3 \
 	3.1.4 \
 	3.1.5dev \
-	3.2.0dev
+	3.2.0alpha1

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

Summary of changes:
 HOWTO_RELEASE                      |  2 +-
 NEWS                               | 13 ++++++-------
 Version.config                     |  2 +-
 extensions/upgradeable_versions.mk |  2 +-
 4 files changed, 9 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list