]> granicus.if.org Git - postgis/commitdiff
Prep for PostGIS 2.5.0rc1 release
authorRegina Obe <lr@pcorp.us>
Sun, 19 Aug 2018 13:10:56 +0000 (13:10 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 19 Aug 2018 13:10:56 +0000 (13:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16694 b70326c6-7e19-0410-871a-916f4a2858ee

HOWTO_RELEASE
README.postgis
Version.config
doc/release_notes.xml

index 3cae494b4e2421475b64e30b2abeaf41c5082242..9f0717d4f2a704a15d9e3ff55444f2a9d0db9c48 100644 (file)
@@ -69,7 +69,7 @@ Release procedure
        (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 @@ Release procedure
           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
index 59c4cd1342dbb7efc4a029c316238f17dc4125e1..599580b5c7132e6fc5cd80b5161506426c452227 100644 (file)
@@ -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
index a9f7a062d7cb4aa29293ab29dd1581ddf704110a..9e5fb1a9ebf5231b064d3fd77919a215f288ff0c 100644 (file)
@@ -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
index 94e85af99e80e45dc0641952a540daa03dce8ba2..8808984b6c1ca7f68b2c590fc72d70f9a59210d5 100644 (file)
@@ -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>