[postgis-tickets] r16109 - Prepare for release
Paul Ramsey
pramsey at cleverelephant.ca
Wed Nov 15 09:54:40 PST 2017
Author: pramsey
Date: 2017-11-15 09:54:39 -0800 (Wed, 15 Nov 2017)
New Revision: 16109
Modified:
branches/2.3/ChangeLog
branches/2.3/NEWS
branches/2.3/README.postgis
branches/2.3/Version.config
branches/2.3/doc/release_notes.xml
Log:
Prepare for release
Modified: branches/2.3/ChangeLog
===================================================================
--- branches/2.3/ChangeLog 2017-11-14 05:42:21 UTC (rev 16108)
+++ branches/2.3/ChangeLog 2017-11-15 17:54:39 UTC (rev 16109)
@@ -1,3 +1,56 @@
+2017-11-09 09:01 Regina Obe <lr at pcorp.us>
+
+ * [r16101] NEWS, extensions/upgradeable_versions.mk: Add missing
+ 2.2.6 upgrade path
+ References #3926 for PostGIS 2.3.5
+
+2017-11-09 08:55 Regina Obe <lr at pcorp.us>
+
+ * [r16100] NEWS: Add missing release notes for ST_Segmentize
+ geography fix.
+ References #3667 for PostGIS 2.3.5
+
+2017-11-07 18:31 Paul Ramsey <pramsey at cleverelephant.ca>
+
+ * [r16095] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+ regress/geography_expected: Replace project-and-entend logic with
+ bisect-and-recurse in geography segmentization.
+ Preserves "mostly equal" segment lengths, and
+ should be more numerically stable.
+ Backport to 2.3.
+ References #3667
+
+2017-10-31 15:33 Sandro Santilli <strk at kbt.io>
+
+ * [r16087] configure.ac, liblwgeom/Makefile.in: Make sure target
+ directories are created before copying files to them
+
+ References #3912 for 2.3 branch
+ References #3916 for 2.3 branch
+
+2017-10-21 09:04 Sandro Santilli <strk at kbt.io>
+
+ * [r16030] .gitignore, GNUmakefile.in, configure.ac,
+ liblwgeom/Makefile.in, loader/Makefile.in, raster/install-sh,
+ raster/loader/Makefile.in, utils/Makefile.in: Put build AUX files
+ under build-aux
+
+ Cleans and ignore build aux files from new location,
+ and remove spurious install-sh from repository.
+
+ References #3912 for 2.3 branch
+
+2017-10-18 18:19 Paul Ramsey <pramsey at cleverelephant.ca>
+
+ * [r16010] HOWTO_RELEASE, NEWS, Version.config,
+ extensions/upgradeable_versions.mk: Push versions to dev
+
+2017-10-18 18:09 Paul Ramsey <pramsey at cleverelephant.ca>
+
+ * [r16008] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+ Version.config, doc/release_notes.xml,
+ extensions/upgradeable_versions.mk: Prepare for 2.3.4 release
+
2017-10-17 16:54 Paul Ramsey <pramsey at cleverelephant.ca>
* [r15998] NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c:
Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS 2017-11-14 05:42:21 UTC (rev 16108)
+++ branches/2.3/NEWS 2017-11-15 17:54:39 UTC (rev 16109)
@@ -1,5 +1,5 @@
PostGIS 2.3.5
-2017/xx/xx
+2017/11/15
* Bug Fixes and Enhancements
Modified: branches/2.3/README.postgis
===================================================================
--- branches/2.3/README.postgis 2017-11-14 05:42:21 UTC (rev 16108)
+++ branches/2.3/README.postgis 2017-11-15 17:54:39 UTC (rev 16109)
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 2.3.4
-:Date: 2017-10-18
+:Version: 2.3.5
+:Date: 2017-11-15
:Website: http://postgis.net
This distribution contains a module which implements GIS simple features, ties
Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config 2017-11-14 05:42:21 UTC (rev 16108)
+++ branches/2.3/Version.config 2017-11-15 17:54:39 UTC (rev 16109)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=3
-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.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml 2017-11-14 05:42:21 UTC (rev 16108)
+++ branches/2.3/doc/release_notes.xml 2017-11-15 17:54:39 UTC (rev 16109)
@@ -2,7 +2,19 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+
<sect1>
+ <title>Release 2.3.5</title>
+ <para>Release date: 2017/11/15</para>
+ <para>This is a bug fix and performance improvement release.</para>
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
+ <para>#3667, Fix for bug in geography ST_Segmentize</para>
+ <para>#3926, Add missing 2.2.6 upgrade path</para>
+ </simplesect>
+ </sect1>
+
+ <sect1>
<title>Release 2.3.4</title>
<para>Release date: 2017/10/18</para>
<para>This is a bug fix and performance improvement release.</para>
More information about the postgis-tickets
mailing list