[postgis-tickets] r17045 - Prepping for EOL release. Update notes (get rid of note about 12 support, 2.2. doesn't even work with 10), replace with more specific details of what was changed.

Regina Obe lr at pcorp.us
Wed Nov 21 07:11:26 PST 2018


Author: robe
Date: 2018-11-21 19:11:26 -0800 (Wed, 21 Nov 2018)
New Revision: 17045

Modified:
   branches/2.2/NEWS
   branches/2.2/ci/winnie/build_postgis.sh
   branches/2.2/ci/winnie/package_postgis.sh
   branches/2.2/ci/winnie/regress_postgis.sh
   branches/2.2/doc/release_notes.xml
Log:
Prepping for EOL release.  Update notes (get rid of note about 12 support, 2.2. doesn't even work with 10), replace with more specific details of what was changed.
Update winnie scripts to build with newest geos and sfcgal

Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS	2018-11-21 16:21:52 UTC (rev 17044)
+++ branches/2.2/NEWS	2018-11-22 03:11:26 UTC (rev 17045)
@@ -1,5 +1,5 @@
 PostGIS 2.2.8
-2018/MM/DD
+2018/11/DD
 
  * Bug Fixes *
    - #2985, Avoid array overflow in ANALYZE (Paul Ramsey)
@@ -8,7 +8,8 @@
    - #4191, Fix undefined behaviour in ptarray_clone_deep (Raúl Marín)
    - #4020, Fix leftovers in topology upgrade from 2.1 (Sandro Santilli)
    - #4203, Fix build with GNU Make 4.1 (Sandro Santilli)
-   - #4206, Fix support for PostgreSQL 12 dev branch (Laurenz Albe)
+   - #4206, Replace getrelid with rt_fetch 
+            (getrelid has been deprecated since PostgreSQL 9.1) (Laurenz Albe)
    - #3457, Fix raster envelope shortcut in ST_Clip (Sai-bot)
    - #4326, Allocate enough memory in gidx_to_string (Raúl Marín)
    - #4249, Fix undefined behaviour in raster intersection (Raúl Marín)

Modified: branches/2.2/ci/winnie/build_postgis.sh
===================================================================
--- branches/2.2/ci/winnie/build_postgis.sh	2018-11-21 16:21:52 UTC (rev 17044)
+++ branches/2.2/ci/winnie/build_postgis.sh	2018-11-22 03:11:26 UTC (rev 17045)
@@ -13,7 +13,7 @@
 #POSTGIS_MICRO_VERSION=0SVN
 #export GCC_TYPE=gcc48  #for pre-4.8.0 compiles this is blank
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.6.2
+export GEOS_VER=3.7.0
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2

Modified: branches/2.2/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.2/ci/winnie/package_postgis.sh	2018-11-21 16:21:52 UTC (rev 17044)
+++ branches/2.2/ci/winnie/package_postgis.sh	2018-11-22 03:11:26 UTC (rev 17045)
@@ -13,7 +13,7 @@
 
 #export GCC_TYPE=
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.6.2
+export GEOS_VER=3.7.0
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2

Modified: branches/2.2/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.2/ci/winnie/regress_postgis.sh	2018-11-21 16:21:52 UTC (rev 17044)
+++ branches/2.2/ci/winnie/regress_postgis.sh	2018-11-22 03:11:26 UTC (rev 17045)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.6.2
+export GEOS_VER=3.7.0
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2

Modified: branches/2.2/doc/release_notes.xml
===================================================================
--- branches/2.2/doc/release_notes.xml	2018-11-21 16:21:52 UTC (rev 17044)
+++ branches/2.2/doc/release_notes.xml	2018-11-22 03:11:26 UTC (rev 17045)
@@ -2,6 +2,25 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+     <sect1>
+      <title>Release 2.2.8</title>
+        <para>Release date: 2018/11/22</para>
+        <para>This is a bug fix and performance improvement release.</para>
+        <simplesect>
+            <title>Bug Fixes and Enhancements</title>
+              <para>#2985, Avoid array overflow in ANALYZE (Paul Ramsey)</para>
+              <para>#4160, Use qualified names in topology extension install (Raúl Marín)</para>
+              <para>#4189, Fix undefined behaviour in SADFWrite (Raúl Marín)</para>
+              <para>#4191, Fix undefined behaviour in ptarray_clone_deep (Raúl Marín)</para>
+              <para>#4020, Fix leftovers in topology upgrade from 2.1 (Sandro Santilli)</para>
+              <para>#4203, Fix build with GNU Make 4.1 (Sandro Santilli)</para>
+              <para>#4206, Replace getrelid with rt_fetch 
+            (getrelid has been deprecated since PostgreSQL 9.1) (Laurenz Albe)</para>
+              <para>#3457, Fix raster envelope shortcut in ST_Clip (Sai-bot)</para>
+              <para>#4326, Allocate enough memory in gidx_to_string (Raúl Marín)</para>
+              <para>#4249, Fix undefined behaviour in raster intersection (Raúl Marín)</para>
+        </simplesect>
+    </sect1>
     <sect1>
       <title>Release 2.2.7</title>
         <para>Release date: 2018/04/06</para>



More information about the postgis-tickets mailing list