(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
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
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
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
<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+
<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>