]> granicus.if.org Git - postgis/commitdiff
Prep for 2.3.9 release
authorRegina Obe <lr@pcorp.us>
Mon, 11 Mar 2019 18:38:39 +0000 (18:38 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 11 Mar 2019 18:38:39 +0000 (18:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17334 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis
Version.config
doc/release_notes.xml
extensions/upgradeable_versions.mk

index c35ad533f0622f0fc76e59805c0c44fefdd2c805..d3e89e479dfd3c70dd1972b3a623b4913a3e607a 100644 (file)
@@ -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
index 4ae0b593e9905b10b4e57e90b281474c9f88468e..4e025fd5638fd62b53bc5ed18440ff80059cce1d 100644 (file)
@@ -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
index 408430bfe81eb7fe4a7b258c1295644ff78e1871..f015192653f1ed384c906ad32b63e8ea3714977b 100644 (file)
@@ -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 &amp;&amp;&amp; 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>
index 894270c867964b661aa186f85f8ef95ee56408d7..33a9c787fe477bb6b810607ed6c364b47339f77f 100644 (file)
@@ -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