[postgis-tickets] [SCM] PostGIS branch stable-2.3 updated. 24b01bda5ab45832b8a2f8902209f626dd14c602

git at osgeo.org git at osgeo.org
Sun May 31 11:28:02 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-2.3 has been updated
       via  24b01bda5ab45832b8a2f8902209f626dd14c602 (commit)
      from  18b19fe0c3570f3dd28e843901cb2ee6784ec5b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24b01bda5ab45832b8a2f8902209f626dd14c602
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 31 14:27:58 2020 -0400

    Prepare for EOL 2.3.11, change make dist to use version of gdal installed on debbie do can build docs

diff --git a/Version.config b/Version.config
index 2e747a3..76900dd 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=11dev
+POSTGIS_MICRO_VERSION=11
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/debbie/postgis_make_dist.sh b/ci/debbie/postgis_make_dist.sh
index 0a3e8e8..5f822be 100644
--- a/ci/debbie/postgis_make_dist.sh
+++ b/ci/debbie/postgis_make_dist.sh
@@ -10,7 +10,7 @@ export OS_BUILD=64
 # export POSTGIS_MICRO_VERSION=0dev
 export PROJECTS=/var/lib/jenkins/workspace
 export GEOS_VER=3.6
-export GDAL_VER=2.2
+export GDAL_VER=2.4
 export WEB_DIR=/var/www/postgis_stuff
 export PATH="${PGPATH}/bin:$PATH"
 export LD_LIBRARY_PATH="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/lib:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/lib:${PGPATH}/lib"
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index d2acc14..4ae8ad7 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -6,7 +6,7 @@ export OS_BUILD=64
 #export reference=
 export PROJECTS=/var/lib/jenkins/workspace
 export GEOS_VER=3.6
-export GDAL_VER=2.2
+export GDAL_VER=2.4
 export WEB_DIR=/var/www/postgis_stuff
 export PGPATH=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 export PATH="${PGPATH}/bin:$PATH"
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index ec2026e..1711f06 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -13,7 +13,7 @@ set -e
 #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.8.1
+export GEOS_VER=3.6.3
 export GDAL_VER=2.4.4
 export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 79c74e9..e8fd0d1 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -13,7 +13,7 @@
 
 #export GCC_TYPE=
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.1
+export GEOS_VER=3.6.3
 export GDAL_VER=2.4.4
 export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index fd0764d..ac7d3f3 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.1
+export GEOS_VER=3.6.3
 export GDAL_VER=2.4.4
 export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 7f0d384..0e12aa8 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,9 +4,10 @@
     <subtitle>Release Notes</subtitle>
     <sect1>
       <title>Release 2.3.11</title>
-      <para>Release date: 2020/05/xx</para>
+      <para>Release date: 2020/05/31</para>
       <para>This is the final release for 2.3 series.
-        This is a bug fix and performance improvement release.</para>
+        This is a bug fix and performance improvement release.
+        If you are running GEOS 3.7 or higher some topology tests might fail.  This can be safely ignored.</para>
       <simplesect>
           <title>Bug Fixes and Enhancements</title>
             <para>#4475, Avoid reading into empty ptarray (Paul Ramsey)</para>

-----------------------------------------------------------------------

Summary of changes:
 Version.config                    | 2 +-
 ci/debbie/postgis_make_dist.sh    | 2 +-
 ci/debbie/postgis_release_docs.sh | 2 +-
 ci/winnie/build_postgis.sh        | 2 +-
 ci/winnie/package_postgis.sh      | 2 +-
 ci/winnie/regress_postgis.sh      | 2 +-
 doc/release_notes.xml             | 5 +++--
 7 files changed, 9 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list