[postgis-tickets] r16010 - Push versions to dev

Paul Ramsey pramsey at cleverelephant.ca
Wed Oct 18 11:19:58 PDT 2017


Author: pramsey
Date: 2017-10-18 11:19:58 -0700 (Wed, 18 Oct 2017)
New Revision: 16010

Modified:
   branches/2.3/HOWTO_RELEASE
   branches/2.3/NEWS
   branches/2.3/Version.config
   branches/2.3/extensions/upgradeable_versions.mk
Log:
Push versions to dev


Modified: branches/2.3/HOWTO_RELEASE
===================================================================
--- branches/2.3/HOWTO_RELEASE	2017-10-18 18:12:04 UTC (rev 16009)
+++ branches/2.3/HOWTO_RELEASE	2017-10-18 18:19:58 UTC (rev 16010)
@@ -82,7 +82,7 @@
    Go to: ​https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch
 
 - Tag branch:  (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1
-   $ base=http://svn.osgeo.org/postgis/
+   $ base=http://svn.osgeo.org/postgis
    $ brev=x.x
    $ rev=x.x.x
    $ svn copy -m "Tagged release $rev" $base/branches/$brev $base/tags/$rev

Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS	2017-10-18 18:12:04 UTC (rev 16009)
+++ branches/2.3/NEWS	2017-10-18 18:19:58 UTC (rev 16010)
@@ -1,3 +1,11 @@
+PostGIS 2.3.5
+2017/xx/xx
+
+  * Bug Fixes and Enhancements
+
+  -
+
+
 PostGIS 2.3.4
 2017/10/18
 

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2017-10-18 18:12:04 UTC (rev 16009)
+++ branches/2.3/Version.config	2017-10-18 18:19:58 UTC (rev 16010)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=4
+POSTGIS_MICRO_VERSION=5dev
 
 # 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	2017-10-18 18:12:04 UTC (rev 16009)
+++ branches/2.3/extensions/upgradeable_versions.mk	2017-10-18 18:19:58 UTC (rev 16010)
@@ -26,7 +26,8 @@
 	2.3.0 \
 	2.3.1 \
 	2.3.2 \
-	2.3.3
+	2.3.3 \
+    2.3.4
 
 # 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