[postgis-tickets] r15297 - Prepare for PostGIS 2.2.5 release
Regina Obe
lr at pcorp.us
Sun Jan 29 11:59:27 PST 2017
Author: robe
Date: 2017-01-29 11:59:27 -0800 (Sun, 29 Jan 2017)
New Revision: 15297
Modified:
branches/2.2/ChangeLog
branches/2.2/HOWTO_RELEASE
branches/2.2/NEWS
branches/2.2/README.postgis
branches/2.2/Version.config
branches/2.2/doc/release_notes.xml
Log:
Prepare for PostGIS 2.2.5 release
Modified: branches/2.2/ChangeLog
===================================================================
--- branches/2.2/ChangeLog 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/ChangeLog 2017-01-29 19:59:27 UTC (rev 15297)
@@ -1,3 +1,28 @@
+2017-01-07 08:59 Regina Obe <lr at pcorp.us>
+
+ * [r15286] NEWS, postgis/gserialized_gist_2d.c,
+ regress/knn_recheck.sql, regress/knn_recheck_expected: KNN
+ recheck in 9.5+ fails with index returned tuples in wrong order
+ closes #3418 for PostGIS 2.2
+ add NEWS note for missing GRANT in upgrade
+ references #3680
+
+2016-12-20 03:24 Regina Obe <lr at pcorp.us>
+
+ * [r15279] utils/postgis_proc_upgrade.pl: PostGIS upgrade scripts
+ missing GRANT for views
+ closes #3680 for PostGIS 2.2
+ also correct strk's email
+
+2016-11-26 21:25 Regina Obe <lr at pcorp.us>
+
+ * [r15259] Version.config: Bump to 2.2.5dev
+
+2016-11-26 21:19 Regina Obe <lr at pcorp.us>
+
+ * [r15257] ChangeLog, NEWS, README.postgis, Version.config,
+ doc/release_notes.xml: Prep for 2.2.4 release
+
2016-11-26 18:54 Regina Obe <lr at pcorp.us>
* [r15254] NEWS, raster/rt_pg/rtpostgis.sql.in: add raster
Modified: branches/2.2/HOWTO_RELEASE
===================================================================
--- branches/2.2/HOWTO_RELEASE 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/HOWTO_RELEASE 2017-01-29 19:59:27 UTC (rev 15297)
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2015-10-08
+Date: 2017-01-30
Versioning Scheme
-----------------
@@ -25,7 +25,7 @@
All POSTGIS_MICRO_VERSION that are in branch or trunk should end in dev.
So for example if you just release 2.1.1, then the 2.1 branch should have
-POSTGIS_MICRO_VERSION set to 2dev so that the full version is 2.1.2dev.
+POSTGIS_MICRO_VERSION set to 2dev so that the full version is 2.2.5dev.
*Liblwgeom*
@@ -63,8 +63,8 @@
- Edit README.postgis and set release date and version.
- Add release notes in doc/release_notes.xml
- Update Version.config to drop the "dev" suffix
-- Add the "dev" suffixed version in extensions/upgradeable_versions.mk
- and ensure all the previous released minor versions are listed in it
+- Ensure all the previous released micro versions are listed in
+ in extensions/upgradeable_versions.mk
- Commit all changes
- Tag branch:
$ base=http://svn.osgeo.org/postgis/
@@ -72,6 +72,7 @@
$ svn copy -m "Tagged release $rev" $base/branches/2.2 $base/tags/$rev
- Run: sh make_dist.sh $rev (or use debbie for this)
- Build and test generated tarball (including extension upgrade)
+- Update jenkins jobs to latest micro dev.
- Copy tarball to web site and edit downloads page
- Announce on e-mail
- postgis-users
@@ -89,7 +90,7 @@
-- http://debbie.postgis.net:8080 (log in)
Create new job copy last tag e.g. PostGIS_2.0_tagged_docs to PostGIS_2.1_tagged_docs
and make appropriate edits and then just run.
- Or just be lazy and bug Regina Obe do this.
+ Or just be lazy and bug Regina Obe to do this.
- Freshmeat
- Wikipedia
- Twitter (we all love twitter don't we)
Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/NEWS 2017-01-29 19:59:27 UTC (rev 15297)
@@ -1,5 +1,5 @@
PostGIS 2.2.5
-2017/MM/DD
+2017/01/29
* Bug Fixes *
- #3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order
Modified: branches/2.2/README.postgis
===================================================================
--- branches/2.2/README.postgis 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/README.postgis 2017-01-29 19:59:27 UTC (rev 15297)
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 2.2.4
-:Date: 2016-11-26
+:Version: 2.2.5
+:Date: 2017-01-29
:Website: http://postgis.net
This distribution contains a module which implements GIS simple features, ties
Modified: branches/2.2/Version.config
===================================================================
--- branches/2.2/Version.config 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/Version.config 2017-01-29 19:59:27 UTC (rev 15297)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=5dev
+POSTGIS_MICRO_VERSION=5
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
Modified: branches/2.2/doc/release_notes.xml
===================================================================
--- branches/2.2/doc/release_notes.xml 2017-01-28 08:30:09 UTC (rev 15296)
+++ branches/2.2/doc/release_notes.xml 2017-01-29 19:59:27 UTC (rev 15297)
@@ -3,26 +3,36 @@
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
<sect1>
+ <title>Release 2.2.5</title>
+ <para>Release date: 2017/01/30</para>
+ <para>This is a bug fix and performance improvement release.</para>
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
+ <para>3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order</para>
+ <para>3680, PostGIS upgrade scripts missing GRANT for views</para>
+ </simplesect>
+ </sect1>
+ <sect1>
<title>Release 2.2.4</title>
<para>Release date: 2016/11/26</para>
<para>This is a bug fix and performance improvement release.</para>
- <simplesect>
- <title>Bug Fixes and Enhancements</title>
- <para>1973, st_concavehull() returns sometimes empty geometry collection
- Fix from gde</para>
- <para>3656, Fix upgrade of aggregates from 2.2 or lower version</para>
- <para>3501, add raster constraint max extent exceeds array size limit
- for large tables, change to use ST_Extent</para>
- <para>3659, Crash caused by raster GUC define after CREATE EXTENSION
- using wrong memory context. (manaeem)</para>
- </simplesect>
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
+ <para>1973, st_concavehull() returns sometimes empty geometry collection
+ Fix from gde</para>
+ <para>3656, Fix upgrade of aggregates from 2.2 or lower version</para>
+ <para>3501, add raster constraint max extent exceeds array size limit
+ for large tables, change to use ST_Extent</para>
+ <para>3659, Crash caused by raster GUC define after CREATE EXTENSION
+ using wrong memory context. (manaeem)</para>
+ </simplesect>
</sect1>
<sect1>
<title>Release 2.2.3</title>
<para>Release date: 2016/10/06</para>
<para>This is a bug fix and performance improvement release.</para>
- <simplesect>
- <title>Bug Fixes and Enhancements</title>
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
<para>3615, Fix schema support in RT_CreateOveriew (Cait Smith)</para>
<para>3628, Fix lack of support for capitalized-Y in SwapOrdinates</para>
<para>3524, Add interruptibility to geography brute-force distance
@@ -55,7 +65,7 @@
<para>3644, Deadlock on interrupt</para>
<para>3542, Crash on Geometry(MultiCurve())</para>
<para>Numerous documentation corrections from ruvyn</para>
- </simplesect>
+ </simplesect>
</sect1>
<sect1>
More information about the postgis-tickets
mailing list