From: Regina Obe Date: Mon, 26 Sep 2016 05:40:34 +0000 (+0000) Subject: bump up to 2.4 X-Git-Tag: 2.4.0alpha~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b960df7a171e976caf14ab9fde49723a35718ef;p=postgis bump up to 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15147 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 8a78124a3..8baa1e8ee 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ +PostGIS 2.4.0 +2017/xx/xx + + PostGIS 2.3.0 -2016/XX/XX +2016/09/26 * Important / Breaking Changes * @@ -64,7 +68,10 @@ PostGIS 2.3.0 - #3400, Minor optimization of PIP routines (Dan Baston) - Make adding a line to topology interruptible (Sandro Santilli) - Documentation updates from Mike Toews - +PostGIS 2.3.0rc1 +2016/09/19 +See PostGIS 2.3.0 section for details + PostGIS 2.3.0beta1 2016/09/06 See PostGIS 2.3.0 section for details diff --git a/Version.config b/Version.config index b4022fca9..cff2d5021 100644 --- a/Version.config +++ b/Version.config @@ -4,7 +4,7 @@ # See HOWTO_RELEASE file in SVN for definitions of those three. POSTGIS_MAJOR_VERSION=2 -POSTGIS_MINOR_VERSION=3 +POSTGIS_MINOR_VERSION=4 POSTGIS_MICRO_VERSION=0dev # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev) diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 915126a8d..caf0c04a1 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,7 +2,102 @@ Appendix Release Notes + + Release 2.3.0 + Release date: 2016/09/26 + This is a new feature release, with new functions, improved performance, all relevant bug fixes from PostGIS 2.2.3,and other goodies. + + + Important / Breaking Changes + #3466, Casting from box3d to geometry now returns a 3D + geometry (Julien Rouhaud of Dalibo) + #3396, ST_EstimatedExtent, throw WARNING instead of ERROR + (Regina Obe) + + + + New Features + Add support for custom TOC in postgis_restore.pl + (Christoph Moench-Tegeder) + Add support for negative indexing in ST_PointN and ST_SetPoint + (Rémi Cura) + Add parameters for geography ST_Buffer (Thomas Bonfort) + TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli) + populate_topology_layer (Sandro Santilli) + #454, ST_WrapX and lwgeom_wrapx (Sandro Santilli) + #1758, ST_Normalize (Sandro Santilli) + #2236, shp2pgsql -d now emits "DROP TABLE IF EXISTS" + #2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston) + #2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle + implementation using Welzl's algorithm (Dan Baston) + #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews) + #3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston) + #3339, ST_GeneratePoints (Paul Ramsey) + #3362, ST_ClusterDBSCAN (Dan Baston) + #3364, ST_GeometricMedian (Dan Baston) + #3391, Add table inheritance support in ST_EstimatedExtent + (Alessandro Pasotti) + #3424, ST_MinimumClearance (Dan Baston) + #3428, ST_Points (Dan Baston) + #3465, ST_ClusterKMeans (Paul Ramsey) + #3469, ST_MakeLine with MULTIPOINTs (Paul Norman) + #3549, Support PgSQL 9.6 parallel query mode, as far as possible + (Paul Ramsey, Regina Obe) + #3557, Geometry function costs based on query stats (Paul Norman) + #3591, Add support for BRIN indexes. PostgreSQL 9.4+ required. + (Giuseppe Broccolo of 2nd Quadrant, Julien Rouhaud + and Ronan Dunklau of Dalibo) + #3496, Make postgis non-relocateable for extension install, + schema qualify calls in functions (Regina Obe) + Should resolve once and for all for extensions #3494, #3486, #3076 + #3547, Update tiger geocoder to support TIGER 2016 + and to support both http and ftp. + #3613, Segmentize geography using equal length segments + (Hugo Mercier of Oslandia) + + + + Bug Fixes + All relevant bug fixes from PostGIS 2.2.3 + #2841, ST_MinimumBoundingCircle not covering original + #3604, pgcommon/Makefile.in orders CFLAGS incorrectly leading to + wrong liblwgeom.h (Greg Troxel) + + + + Performance Enhancements + #75, Enhancement to PIP short circuit (Dan Baston) + #3383, Avoid deserializing small geometries during index operations + (Dan Baston) + #3400, Minor optimization of PIP routines (Dan Baston) + Make adding a line to topology interruptible (Sandro Santilli) + Documentation updates from Mike Toews + + + + + + Release 2.2.2 + Release date: 2016/03/22 + This is a bug fix and performance improvement release. + + New Features + #3463, Fix crash on face-collapsing edge change + #3422, Improve ST_Split robustness on standard precision double systems (arm64, ppc64el, s390c, powerpc, ...) + #3427, Update spatial_ref_sys to EPSG version 8.8 + #3433, ST_ClusterIntersecting incorrect for MultiPoints + #3435, ST_AsX3D fix rendering of concave geometries + #3436, memory handling mistake in ptarray_clone_deep + #3437, ST_Intersects incorrect for MultiPoints + #3461, ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no outerBoundaryIs + #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some platforms + #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade + #3490, Raster data restore issues, materialized views. Scripts postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql refer to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore + #3426, failing POINT EMPTY tests on fun architectures + + + Release 2.2.1 Release date: 2016/01/06 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index ce195a712..231a68155 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -20,8 +20,8 @@ UPGRADEABLE_VERSIONS = \ 2.2.0 \ 2.2.1 \ 2.2.2 \ - 2.3.0beta1 \ - 2.3.0rc1 + 2.2.3 \ + 2.3.0 # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420