[postgis-tickets] r16295 - minor edits to HOWTO_RELEASE
Regina Obe
lr at pcorp.us
Sun Jan 14 08:05:46 PST 2018
Author: robe
Date: 2018-01-14 08:05:45 -0800 (Sun, 14 Jan 2018)
New Revision: 16295
Modified:
branches/2.3/HOWTO_RELEASE
branches/2.3/Version.config
branches/2.3/doc/release_notes.xml
branches/2.3/extensions/upgradeable_versions.mk
Log:
minor edits to HOWTO_RELEASE
Add 2.3.5, 2.3.6dev to upgradeable_versions.mk
Update release_notes.xml to reflect impending release
Flip version to 2.3.6rc1 (in prep for rc1 tagging)
Modified: branches/2.3/HOWTO_RELEASE
===================================================================
--- branches/2.3/HOWTO_RELEASE 2018-01-14 15:42:00 UTC (rev 16294)
+++ branches/2.3/HOWTO_RELEASE 2018-01-14 16:05:45 UTC (rev 16295)
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2015-10-08
+Date: 2018-01-14
Versioning Scheme
-----------------
@@ -24,7 +24,7 @@
to work or rather *HIGHLY RECOMMENDED* to get new functionalities.
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
+So for example if you just released 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.
*Liblwgeom*
@@ -48,6 +48,7 @@
- Proj4
- GDAL (for raster)
- json-c (for GeoJSON load support)
+ - protobuf, protobuf-c (for MVT support)
* For the docs:
- xsltproc
- DocBook XSL scripts
@@ -103,7 +104,7 @@
b) Update links on https://git.osgeo.org/gitea/postgis/postgis.net/src/master/_content/pages/source.html
c) commit and wait 5 minutes to see changes on website
- PostGIS doc release versioned doc - http://postgis.net/documentation/
- Verify the documentation is up to date (might need to change the apach config)
+ Verify the documentation is up to date (might need to change the apache config)
- Wikipedia
- Twitter
This should automatically happen as a result of posting to PostGIS website since Planet PostGIS autotweets.
Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config 2018-01-14 15:42:00 UTC (rev 16294)
+++ branches/2.3/Version.config 2018-01-14 16:05:45 UTC (rev 16295)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=6dev
+POSTGIS_MICRO_VERSION=6rc1
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
Modified: branches/2.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml 2018-01-14 15:42:00 UTC (rev 16294)
+++ branches/2.3/doc/release_notes.xml 2018-01-14 16:05:45 UTC (rev 16295)
@@ -2,7 +2,26 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>Release 2.3.6</title>
+ <para>Release date: 2018/01/17</para>
+ <para>This is a bug fix and performance improvement release.</para>
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
+ <para>#3713, Support encodings that happen to output a '\' character</para>
+ <para>#3822, Have postgis_full_version() also show and check version of
+ PostgreSQL the scripts were built against (Sandro Santilli)</para>
+ <para>#3965, ST_ClusterKMeans used to lose some clusters on initialization
+ (Darafei Praliaskouski)</para>
+ <para>#3956, Brin opclass object does not upgrade properly (Sandro Santilli)</para>
+ <para>#3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
+ (Darafei Praliaskouski)</para>
+ <para>#3975, ST_Transform runs query on spatial_ref_sys without schema
+ qualification. May cause restore issues. (Paul Ramsey)</para>
+ </simplesect>
+ </sect1>
+
<sect1>
<title>Release 2.3.5</title>
<para>Release date: 2017/11/15</para>
Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk 2018-01-14 15:42:00 UTC (rev 16294)
+++ branches/2.3/extensions/upgradeable_versions.mk 2018-01-14 16:05:45 UTC (rev 16295)
@@ -28,7 +28,9 @@
2.3.1 \
2.3.2 \
2.3.3 \
- 2.3.4
+ 2.3.4 \
+ 2.3.5 \
+ 2.3.6dev
# This is to avoid forcing "check-installed-upgrades" as a default
# rule, see https://trac.osgeo.org/postgis/ticket/3420
More information about the postgis-tickets
mailing list