[postgis-tickets] r16512 - Update to 2.3.7 and get everything ready in prep for official tagging on Friday (2018-04-06)

Regina Obe lr at pcorp.us
Sun Apr 1 08:02:00 PDT 2018


Author: robe
Date: 2018-04-01 20:01:59 -0700 (Sun, 01 Apr 2018)
New Revision: 16512

Modified:
   branches/2.3/ChangeLog
   branches/2.3/HOWTO_RELEASE
   branches/2.3/NEWS
   branches/2.3/README.postgis
   branches/2.3/Version.config
   branches/2.3/doc/release_notes.xml
   branches/2.3/extensions/upgradeable_versions.mk
Log:
Update to 2.3.7 and get everything ready in prep for official tagging on Friday (2018-04-06)

Modified: branches/2.3/ChangeLog
===================================================================
--- branches/2.3/ChangeLog	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/ChangeLog	2018-04-02 03:01:59 UTC (rev 16512)
@@ -1,3 +1,137 @@
+2018-03-28 09:02  Regina Obe <lr at pcorp.us>
+
+	* [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 <me at komzpa.net>
+
+	* [r16501] NEWS, liblwgeom/lwlinearreferencing.c: ST_CPAWithin
+	  precision fix
+	  
+	  Closes #4032
+
+2018-03-24 00:01  Daniel Baston <dbaston at gmail.com>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <pramsey at cleverelephant.ca>
+
+	* [r16427] liblwgeom/lwin_wkt_lex.c: Add generated lexer (for 2.3)
+
+2018-02-26 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [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 <pramsey at cleverelephant.ca>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <strk at kbt.io>
+
+	* [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 <me at komzpa.net>
+
+	* [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 <pramsey at cleverelephant.ca>
+
+	* [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 <strk at kbt.io>
+
+	* [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 <strk at kbt.io>
+
+	* [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 <strk at kbt.io>
+
+	* [r16351] regress/run_test.pl: Backport run_test.pl fixes from
+	  trunk
+
+2018-01-16 06:33  Regina Obe <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [r16303] ci/debbie/postgis_release_docs.sh: Get rid of sed
+	  fiddling with SVN revision
+
+2018-01-15 20:58  Regina Obe <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
 
 	* [r16295] HOWTO_RELEASE, Version.config, doc/release_notes.xml,

Modified: branches/2.3/HOWTO_RELEASE
===================================================================
--- branches/2.3/HOWTO_RELEASE	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/HOWTO_RELEASE	2018-04-02 03:01:59 UTC (rev 16512)
@@ -1,6 +1,6 @@
 How to release
 ~~~~~~~~~~~~~~
-Date: 2015-10-08
+Date: 2018-04-01
 
 Versioning Scheme
 -----------------
@@ -110,4 +110,4 @@
        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

Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/NEWS	2018-04-02 03:01:59 UTC (rev 16512)
@@ -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 @@
   - #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

Modified: branches/2.3/README.postgis
===================================================================
--- branches/2.3/README.postgis	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/README.postgis	2018-04-02 03:01:59 UTC (rev 16512)
@@ -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 @@
 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 @@
 
     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

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/Version.config	2018-04-02 03:01:59 UTC (rev 16512)
@@ -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

Modified: branches/2.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/doc/release_notes.xml	2018-04-02 03:01:59 UTC (rev 16512)
@@ -3,6 +3,26 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 2.3.7</title>
+      <para>Release date: 2018/04/06</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+        <title>Bug Fixes and Enhancements</title>
+<para>#3055, [raster] ST_Clip() on a raster without band crashes the server
+          (Regina Obe)</para>
+<para>#3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)</para>
+<para>#4003, lwpoly_construct_circle: Avoid division by zero (Raúl Marín Rodríguez)</para>
+<para>#4017, lwgeom lexer memory corruption (Peter E)</para>
+<para>#4020, Casting from box3d to geometry now returns correctly connected
+           PolyhedralSurface (Matthias Bay)</para>
+<para>#4025, #4032 Incorrect answers for temporally "almost overlapping" ranges
+            in ST_ClosestPointOfApproach and ST_CPAWithin
+           (Paul Ramsey, Darafei Praliaskouski)</para>
+<para>#4052, schema qualify several functions in geography (Regina Obe)</para>
+      </simplesect>
+    </sect1>
+
+    <sect1>
       <title>Release 2.3.6</title>
       <para>Release date: 2018/01/17</para>
       <para>This is a bug fix and performance improvement release.</para>

Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk	2018-04-02 02:23:33 UTC (rev 16511)
+++ branches/2.3/extensions/upgradeable_versions.mk	2018-04-02 03:01:59 UTC (rev 16512)
@@ -24,6 +24,7 @@
 	2.2.4 \
 	2.2.5 \
 	2.2.6 \
+	2.2.7 \
 	2.3.0 \
 	2.3.1 \
 	2.3.2 \
@@ -30,7 +31,8 @@
 	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



More information about the postgis-tickets mailing list