From: Regina Obe Date: Sun, 19 Aug 2018 13:10:56 +0000 (+0000) Subject: Prep for PostGIS 2.5.0rc1 release X-Git-Tag: 2.5.0rc1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bd25e183250c995fe97af8832452e46f5e13643;p=postgis Prep for PostGIS 2.5.0rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16694 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 3cae494b4..9f0717d4f 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -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 diff --git a/README.postgis b/README.postgis index 59c4cd134..599580b5c 100644 --- a/README.postgis +++ b/README.postgis @@ -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 diff --git a/Version.config b/Version.config index a9f7a062d..9e5fb1a9e 100644 --- a/Version.config +++ b/Version.config @@ -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 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 94e85af99..8808984b6 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,8 +3,8 @@ Appendix Release Notes - Release 2.5.0beta2 - Release date: 2018/08/11 + Release 2.5.0rc1 + Release date: 2018/08/19 New Features #1847, spgist 2d and 3d support for PG 11+ @@ -86,6 +86,8 @@ #4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe) #4120, ST_AsMVTGeom: Clip using tile coordinates (Raúl Marín). #4145, Speedup MVT column parsing (Raúl Marín) + #4146, Fix compilation error against Postgres 12 (Raúl Marín). + #4147, #4148, Honor SOURCE_DATE_EPOCH when present (Christoph Berg)