[postgis-tickets] r16694 - Prep for PostGIS 2.5.0rc1 release

Regina Obe lr at pcorp.us
Sun Aug 19 06:10:57 PDT 2018


Author: robe
Date: 2018-08-19 06:10:56 -0700 (Sun, 19 Aug 2018)
New Revision: 16694

Modified:
   trunk/HOWTO_RELEASE
   trunk/README.postgis
   trunk/Version.config
   trunk/doc/release_notes.xml
Log:
Prep for PostGIS 2.5.0rc1 release

Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE	2018-08-14 08:08:10 UTC (rev 16693)
+++ trunk/HOWTO_RELEASE	2018-08-19 13:10:56 UTC (rev 16694)
@@ -69,7 +69,7 @@
 	(this should only be needed for trunk release)
 - Commit all changes
 - If this is a minor or major release (no branch exists):
-	   $ base=http://svn.osgeo.org/postgis/
+	   $ base=https://svn.osgeo.org/postgis/
 	   $ rev=x.x
 	   $ svn copy -m "Branch $rev" $base/trunk $base/branches/$rev
 
@@ -81,7 +81,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=https://svn.osgeo.org/postgis/
    $ brev=x.x
    $ rev=x.x.x
    $ svn copy -m "Tagged release $rev" $base/branches/$brev $base/tags/$rev

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2018-08-14 08:08:10 UTC (rev 16693)
+++ trunk/README.postgis	2018-08-19 13:10:56 UTC (rev 16694)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.5.0beta2
-:Date: 2018-08-11
+:Version: 2.5.0rc1
+:Date: 2018-08-19
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties

Modified: trunk/Version.config
===================================================================
--- trunk/Version.config	2018-08-14 08:08:10 UTC (rev 16693)
+++ trunk/Version.config	2018-08-19 13:10:56 UTC (rev 16694)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=0rc1dev
+POSTGIS_MICRO_VERSION=0rc1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2018-08-14 08:08:10 UTC (rev 16693)
+++ trunk/doc/release_notes.xml	2018-08-19 13:10:56 UTC (rev 16694)
@@ -3,8 +3,8 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
-      <title>Release 2.5.0beta2</title>
-      <para>Release date: 2018/08/11</para>
+      <title>Release 2.5.0rc1</title>
+      <para>Release date: 2018/08/19</para>
       <simplesect>
         <title>New Features</title>
         <para>#1847, spgist 2d and 3d support for PG 11+
@@ -86,6 +86,8 @@
         <para>#4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe)</para>
         <para>#4120, ST_AsMVTGeom: Clip using tile coordinates (Raúl Marín).</para>
         <para>#4145, Speedup MVT column parsing (Raúl Marín)</para>
+        <para>#4146, Fix compilation error against Postgres 12 (Raúl Marín).</para>
+        <para>#4147, #4148, Honor SOURCE_DATE_EPOCH when present (Christoph Berg)</para>
       </simplesect>
     </sect1>
 



More information about the postgis-tickets mailing list