From 5083a620c088f386f28d8ca944a4f636cb5ceadc Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 11 Mar 2019 18:38:39 +0000 Subject: [PATCH] Prep for 2.3.9 release git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17334 b70326c6-7e19-0410-871a-916f4a2858ee --- README.postgis | 4 ++-- Version.config | 2 +- doc/release_notes.xml | 19 ++++++++++++++++++- extensions/upgradeable_versions.mk | 3 ++- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/README.postgis b/README.postgis index c35ad533f..d3e89e479 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.3.8 -:Date: 2018-11-24 +:Version: 2.3.9 +:Date: 2019-03-11 :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 4ae0b593e..4e025fd56 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=3 -POSTGIS_MICRO_VERSION=9dev +POSTGIS_MICRO_VERSION=9 # 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 408430bfe..f01519265 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -7,7 +7,24 @@ Release date: 2018/11/24 This is a bug fix and performance improvement release. - Bug Fixes and Enhancements + Bug Fixes and Enhancements + #4139, Make mixed-dimension ND index build tree correctly. + WARNING: REINDEX your ND index on tables that have records with different M/Z + dimensions for &&& operator to work predictably. + (Darafei Praliaskouski, Arthur Lesuisse, Andrew Gierth, Raúl Marín) + #4290, More robust distance calculations in geography (Paul Ramsey) + #4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín) + #4275, Avoid passing a NULL pointer to GEOSisEmpty (Raúl Marín) + #4298, Geodetic tolerance issue in 32-bit (Paul Ramsey) + #4290, Schema qualify geometry casts in raster functions (Regina Obe) + + + + Release 2.3.8 + Release date: 2018/11/24 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements #4071, ST_ClusterKMeans crash on NULL/EMPTY fixed (Darafei Praliaskouski) #4074, Disable interrupt tests by default (Regina Obe) #3997, fix bug in lwgeom_median and avoid division by zero (Raúl Marín) diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 894270c86..33a9c787f 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -34,7 +34,8 @@ UPGRADEABLE_VERSIONS = \ 2.3.5 \ 2.3.6 \ 2.3.7 \ - 2.3.8 + 2.3.8 \ + 2.3.9dev # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420 -- 2.49.0