[postgis-tickets] r17334 - Prep for 2.3.9 release

Regina Obe lr at pcorp.us
Mon Mar 11 11:38:39 PDT 2019


Author: robe
Date: 2019-03-11 11:38:39 -0700 (Mon, 11 Mar 2019)
New Revision: 17334

Modified:
   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:
Prep for 2.3.9 release

Modified: branches/2.3/README.postgis
===================================================================
--- branches/2.3/README.postgis	2019-03-11 18:21:25 UTC (rev 17333)
+++ branches/2.3/README.postgis	2019-03-11 18:38:39 UTC (rev 17334)
@@ -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

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2019-03-11 18:21:25 UTC (rev 17333)
+++ branches/2.3/Version.config	2019-03-11 18:38:39 UTC (rev 17334)
@@ -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

Modified: branches/2.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml	2019-03-11 18:21:25 UTC (rev 17333)
+++ branches/2.3/doc/release_notes.xml	2019-03-11 18:38:39 UTC (rev 17334)
@@ -7,7 +7,24 @@
       <para>Release date: 2018/11/24</para>
       <para>This is a bug fix and performance improvement release.</para>
       <simplesect>
-        <title>Bug Fixes and Enhancements</title>
+          <title>Bug Fixes and Enhancements</title>
+          <para>#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)</para>
+          <para>#4290, More robust distance calculations in geography (Paul Ramsey)</para>
+          <para>#4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín)</para>
+          <para>#4275, Avoid passing a NULL pointer to GEOSisEmpty (Raúl Marín)</para>
+          <para>#4298, Geodetic tolerance issue in 32-bit (Paul Ramsey)</para>
+          <para>#4290, Schema qualify geometry casts in raster functions (Regina Obe)</para>
+        </simplesect>
+    </sect1>
+    <sect1>
+      <title>Release 2.3.8</title>
+      <para>Release date: 2018/11/24</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+          <title>Bug Fixes and Enhancements</title>
           <para>#4071, ST_ClusterKMeans crash on NULL/EMPTY fixed (Darafei Praliaskouski)</para>
           <para>#4074, Disable interrupt tests by default (Regina Obe)</para>
           <para>#3997, fix bug in lwgeom_median and avoid division by zero (Raúl Marín)</para>

Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk	2019-03-11 18:21:25 UTC (rev 17333)
+++ branches/2.3/extensions/upgradeable_versions.mk	2019-03-11 18:38:39 UTC (rev 17334)
@@ -34,7 +34,8 @@
 	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



More information about the postgis-tickets mailing list