Skip to content

Commit

Permalink
Prep for PostGIS 2.5.0rc1 release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@16694 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
robe2 committed Aug 19, 2018
1 parent 873c6cb commit 5bd25e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.postgis
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Version.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions doc/release_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 5bd25e1

Please sign in to comment.