From: Regina Obe Date: Mon, 2 Apr 2018 03:01:59 +0000 (+0000) Subject: Update to 2.3.7 and get everything ready in prep for official tagging on Friday ... X-Git-Tag: 2.3.7~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7c9affc5b03b812ad9b40044f847952fbbd41ab;p=postgis Update to 2.3.7 and get everything ready in prep for official tagging on Friday (2018-04-06) git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16512 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 5fdb901f9..2f5122a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,137 @@ +2018-03-28 09:02 Regina Obe + + * [r16505] NEWS, doc/reference_raster.xml, + raster/rt_pg/rtpg_mapalgebra.c, raster/test/regress/tickets.sql, + raster/test/regress/tickets_expected: Fix crasher in raster when + fed an empty raster (note was tempted to change the def of empty + raster to include raster with no bands but not sure where else + that is used, so just revised the clip check to not try to clip + if no bands). + References #3055 for PostGIS 2.3.7, + also minor doc fix references #2925 for PostGIS 2.3.7 + reorder NEWS tickets numerically + +2018-03-27 17:38 Darafei Praliaskouski + + * [r16501] NEWS, liblwgeom/lwlinearreferencing.c: ST_CPAWithin + precision fix + + Closes #4032 + +2018-03-24 00:01 Daniel Baston + + * [r16492] liblwgeom/lwgeom_geos_cluster.c, regress/tickets.sql, + regress/tickets_expected: Avoid dropping SRID in + ST_ClusterIntersecting + + References #4055 + +2018-03-22 15:45 Regina Obe + + * [r16481] NEWS, postgis/geography.sql.in: schema qualify geography + functions (including ST_Buffer) + References #4052 for PostGIS 2.3.7 + +2018-02-26 20:14 Paul Ramsey + + * [r16427] liblwgeom/lwin_wkt_lex.c: Add generated lexer (for 2.3) + +2018-02-26 20:14 Paul Ramsey + + * [r16426] NEWS, liblwgeom/lwin_wkt_lex.l: Fix memory corruption in + case where lexer is interrupted mid-process + References #4017 + For 2.3 + +2018-02-26 18:27 Paul Ramsey + + * [r16421] NEWS, liblwgeom/lwlinearreferencing.c: Use more precise + bounds when testing overlap of temporal ranges. + For 2.3, references #4025 + +2018-02-23 19:54 Regina Obe + + * [r16414] authors.git, authors.svn: Add Raúl Marín Rodríguez to + svn and git authors lists + +2018-02-22 22:22 Regina Obe + + * [r16411] ci/winnie/build_postgis.sh, + ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: + Backport ci changes to 2.3 + +2018-02-22 13:42 Sandro Santilli + + * [r16408] .gitlab-ci.yml: [gitlab-ci] Switch to PostgreSQL 9.6 and + libjson-c-dev + + Fixes gitlab-ci build for 2.3, references #4023 + +2018-02-22 11:16 Darafei Praliaskouski + + * [r16407] NEWS, postgis/lwgeom_box3d.c, regress/regress_expected, + regress/sfcgal/regress_expected: Fix cast from box3d to geometry + + Patch by Matthias Bay + + Closes https://github.com/postgis/postgis/pull/214 + Closes #4020 + +2018-01-26 14:56 Paul Ramsey + + * [r16363] NEWS, liblwgeom/lwpoly.c: lwpoly_construct_circle: Avoid + division by zero (Raúl Marín Rodríguez) + References #4003 + +2018-01-22 14:13 Sandro Santilli + + * [r16357] NEWS, postgis/geography.sql.in: Set availability of + support function for KNN index + + Fixes upgrade from 2.1 to 2.2+ + References #3978 in 2.3 branch (2.3.7) + +2018-01-22 12:37 Sandro Santilli + + * [r16354] .drone.yml: [drone] Use trisquel2 image, test all pgsql + versions and upgrades + + The new docker image also uses newer GEOS (3.6.2). + References #3813 for 2.3 branch + NOTE: -Werror is not used in this branch + +2018-01-22 11:31 Sandro Santilli + + * [r16351] regress/run_test.pl: Backport run_test.pl fixes from + trunk + +2018-01-16 06:33 Regina Obe + + * [r16314] Version.config, ci/debbie/postgis_make_dist.sh, + ci/debbie/postgis_release_docs.sh, + extensions/upgradeable_versions.mk: flip version to 2.3.7dev, add + in 2.3.6 to upgrade path + backport changes to stamp timestamp + References #3991 for PostGIS 2.3.7dev + +2018-01-15 21:01 Regina Obe + + * [r16303] ci/debbie/postgis_release_docs.sh: Get rid of sed + fiddling with SVN revision + +2018-01-15 20:58 Regina Obe + + * [r16302] HOWTO_RELEASE, Version.config: more clearifying notes on + HOWTO_RELEASE + change version to 2.3.6 in prep for tagging tomorrow or + Wednesday. + +2018-01-15 02:19 Regina Obe + + * [r16300] ChangeLog, HOWTO_RELEASE, + ci/debbie/postgis_make_dist.sh: update change log, echo branch + reference, minor correction to HOWTO_RELEASE + 2018-01-14 16:05 Regina Obe * [r16295] HOWTO_RELEASE, Version.config, doc/release_notes.xml, diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 3cae494b4..8512d80cf 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -1,6 +1,6 @@ How to release ~~~~~~~~~~~~~~ -Date: 2015-10-08 +Date: 2018-04-01 Versioning Scheme ----------------- @@ -110,4 +110,4 @@ Release procedure This should automatically happen as a result of posting to PostGIS website since Planet PostGIS autotweets. - Update Trac and make old Milestone as completed - Push the revision number forward (see Versioning Scheme) -- Remove the "dev" suffixed version from extensions/upgradeable_versions.mk +- Remove the "dev" suffixed version from extensions/upgradeable_versions.mk \ No newline at end of file diff --git a/NEWS b/NEWS index 9b01e9d1d..8eefaeafe 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -PostGIS 2.3.7dev -2018/MM/DD +PostGIS 2.3.7 +2018/04/06 * Bug Fixes and Enhancements @@ -11,8 +11,9 @@ PostGIS 2.3.7dev - #4020, Casting from box3d to geometry now returns correctly connected PolyhedralSurface (Matthias Bay) - #4025, #4032 Incorrect answers for temporally "almost overlapping" ranges + in ST_ClosestPointOfApproach and ST_CPAWithin (Paul Ramsey, Darafei Praliaskouski) - - #4052, schema qualify several functions in geography + - #4052, schema qualify several functions in geography (Regina Obe) PostGIS 2.3.6 diff --git a/README.postgis b/README.postgis index 5620b723d..ffd0e4f74 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.3.5 -:Date: 2017-11-15 +:Version: 2.3.7 +:Date: 2018-04-08 :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties @@ -31,7 +31,7 @@ Directory structure:: REQUIREMENTS ------------ -PostGIS 2.3.3 is compatible with PostgreSQL 9.2-9.6. +PostGIS 2.3 is compatible with PostgreSQL 9.2-9.6. You *must* have the full PostgreSQL - including server headers - installed for this to work. @@ -75,7 +75,7 @@ this to work. apt-get install libjson0-dev -* GDAL (Optional, Version 1.8.0 or higher 1.9+ is strongly recommended) +* GDAL (Optional, Version 1.8.0 or higher 2.0+ is strongly recommended) GDAL (http://gdal.org) is *required* if you want to compile PostGIS with raster or extension support. To compile without raster support you diff --git a/Version.config b/Version.config index 2269ee8bf..ecc76762d 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=3 -POSTGIS_MICRO_VERSION=7dev +POSTGIS_MICRO_VERSION=7 # 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 a11ae631a..30cd9586d 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,26 @@ Appendix Release Notes + + Release 2.3.7 + Release date: 2018/04/06 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements +#3055, [raster] ST_Clip() on a raster without band crashes the server + (Regina Obe) +#3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli) +#4003, lwpoly_construct_circle: Avoid division by zero (Raúl Marín Rodríguez) +#4017, lwgeom lexer memory corruption (Peter E) +#4020, Casting from box3d to geometry now returns correctly connected + PolyhedralSurface (Matthias Bay) +#4025, #4032 Incorrect answers for temporally "almost overlapping" ranges + in ST_ClosestPointOfApproach and ST_CPAWithin + (Paul Ramsey, Darafei Praliaskouski) +#4052, schema qualify several functions in geography (Regina Obe) + + + Release 2.3.6 Release date: 2018/01/17 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 9e39b789e..26a214b6f 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -24,13 +24,15 @@ UPGRADEABLE_VERSIONS = \ 2.2.4 \ 2.2.5 \ 2.2.6 \ + 2.2.7 \ 2.3.0 \ 2.3.1 \ 2.3.2 \ 2.3.3 \ 2.3.4 \ 2.3.5 \ - 2.3.6 + 2.3.6 \ + 2.3.7dev # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420