[postgis-tickets] r15265 - More minor corrections to HOW_TO_RELEASE, bump version to 2.3.2dev

Regina Obe lr at pcorp.us
Mon Nov 28 07:10:35 PST 2016


Author: robe
Date: 2016-11-28 07:10:35 -0800 (Mon, 28 Nov 2016)
New Revision: 15265

Modified:
   branches/2.3/HOWTO_RELEASE
   branches/2.3/Version.config
   branches/2.3/extensions/upgradeable_versions.mk
Log:
More minor corrections to HOW_TO_RELEASE, bump version to 2.3.2dev

Modified: branches/2.3/HOWTO_RELEASE
===================================================================
--- branches/2.3/HOWTO_RELEASE	2016-11-28 14:59:30 UTC (rev 15264)
+++ branches/2.3/HOWTO_RELEASE	2016-11-28 15:10:35 UTC (rev 15265)
@@ -111,4 +111,6 @@
        This should automatically happen as a result of posting to PostGIS website since Planet PostGIS autotweets.
 - Update Trac and make old Milestone as completed
 - Push the revision number forward (see Versioning Scheme)
-- Remove the "dev" suffixed version from extensions/upgradeable_versions.mk
+- Add the newly released version to extensions/upgradeable_versions.mk and make sure all prior micros are present
+- Commit changes
+- Update version number on Debbie Jenkins branch job.

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2016-11-28 14:59:30 UTC (rev 15264)
+++ branches/2.3/Version.config	2016-11-28 15:10:35 UTC (rev 15265)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=1
+POSTGIS_MICRO_VERSION=2dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk	2016-11-28 14:59:30 UTC (rev 15264)
+++ branches/2.3/extensions/upgradeable_versions.mk	2016-11-28 15:10:35 UTC (rev 15265)
@@ -22,7 +22,8 @@
 	2.2.2 \
 	2.2.3 \
 	2.2.4 \
-	2.3.0
+	2.3.0 \
+	2.3.1
 
 # This is to avoid forcing "check-installed-upgrades" as a default
 # rule, see https://trac.osgeo.org/postgis/ticket/3420



More information about the postgis-tickets mailing list