[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-1-g8bcbe2f

git at osgeo.org git at osgeo.org
Sat Feb 1 16:17:14 PST 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, master has been updated
       via  8bcbe2f44ae09d38ec641d69c79fe4e3bcb16ecc (commit)
      from  f7a36482863b881ebccbbbd0810c14936acab598 (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 8bcbe2f44ae09d38ec641d69c79fe4e3bcb16ecc
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 1 19:17:09 2020 -0500

    Flip back to 3.1.0dev and oops fix that 9.6+ is supported, not 9.5

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index abaca2e..abdb325 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -86,7 +86,7 @@ Release procedure
 
 - Tag branch:  (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1
    $ rev=x.x.x
-   $ git tag -am "Tagged release $rev"; git push osgeo --tags
+   $ git tag -a $rev -m "Tagged release $rev"; git push osgeo --tags
 - Run: sh make_dist.sh $rev (note, debbie should have already done this,
       and the file will be waiting in postgis.net/stuff.  You might need to wait a few minutes to see it.)
       If impatient check status of job - https://debbie.postgis.net/job/PostGIS_Make_Dist/
diff --git a/README.postgis b/README.postgis
index 65c449d..8ebb0cd 100644
--- a/README.postgis
+++ b/README.postgis
@@ -33,7 +33,7 @@ Directory structure::
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 9.5 and above.
+PostGIS is compatible with PostgreSQL 9.6 and above.
 
 You *must* have the full PostgreSQL - including server headers - installed for
 this to work.
diff --git a/Version.config b/Version.config
index 854436e..e618043 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=0alpha1
+POSTGIS_MICRO_VERSION=0dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 273e024..031ede1 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -13,7 +13,7 @@
 <!-- Change these values to update the version numbers referenced within the documentation -->
 <!ENTITY last_proj_release_version "5.1.0">
 <!ENTITY last_geos_release_version "3.7.0">
-<!ENTITY min_postgres_version "9.5">
+<!ENTITY min_postgres_version "9.6">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 6cc270a..3bf9c17 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -6,7 +6,7 @@
     <sect1>
         <title>Release 3.1.0alpha1</title>
         <para>Release date: 2020/02/01</para>
-        <para>This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
+        <para>This version requires PostgreSQL 9.6+-13 and GEOS >= 3.6+
               Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8.0</para>
         <simplesect>
           <title>Breaking Changes</title>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 9bacc9e..7ae796d 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -62,4 +62,4 @@ UPGRADEABLE_VERSIONS = \
 	3.0.0rc2 \
 	3.0.0 \
 	3.0.1dev \
-	3.1.0dev
+	3.1.0alpha1

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

Summary of changes:
 HOWTO_RELEASE                      | 2 +-
 README.postgis                     | 2 +-
 Version.config                     | 2 +-
 doc/postgis.xml                    | 2 +-
 doc/release_notes.xml              | 2 +-
 extensions/upgradeable_versions.mk | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list