From: Paul Ramsey Date: Wed, 15 Nov 2017 17:54:39 +0000 (+0000) Subject: Prepare for release X-Git-Tag: 2.3.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e952372089935b859980fcffed72c43fac80d26;p=postgis Prepare for release git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16109 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 1eacfe1c4..12758252f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2017-11-09 09:01 Regina Obe + + * [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 + + * [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 + + * [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 + + * [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 + + * [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 + + * [r16010] HOWTO_RELEASE, NEWS, Version.config, + extensions/upgradeable_versions.mk: Push versions to dev + +2017-10-18 18:09 Paul Ramsey + + * [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 * [r15998] NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: diff --git a/NEWS b/NEWS index 12d72bbd9..6d2c6582e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 2.3.5 -2017/xx/xx +2017/11/15 * Bug Fixes and Enhancements diff --git a/README.postgis b/README.postgis index 03029eb97..5620b723d 100644 --- a/README.postgis +++ b/README.postgis @@ -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 diff --git a/Version.config b/Version.config index 106fbfa8e..0f38a6e80 100644 --- a/Version.config +++ b/Version.config @@ -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 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index c729f5bd2..daf73b7eb 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,18 @@ Appendix Release Notes + + + Release 2.3.5 + Release date: 2017/11/15 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #3667, Fix for bug in geography ST_Segmentize + #3926, Add missing 2.2.6 upgrade path + + + Release 2.3.4 Release date: 2017/10/18