[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.8-1-g1889f8960

git at osgeo.org git at osgeo.org
Sat Nov 12 13:55:20 PST 2022


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-3.1 has been updated
       via  1889f8960c7e7c8d4b853361f50e6f6ac3520c52 (commit)
      from  c5ebc1f10697362e6c3b7a4d4b632b1ec89f112b (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 1889f8960c7e7c8d4b853361f50e6f6ac3520c52
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 12 16:55:16 2022 -0500

    Minor edits and flip to next milestone

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index afd2d7b03..63d786108 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -116,7 +116,7 @@ Release procedure
      $ git tag -a $rev -m "Tagged release $rev"
      $ git push osgeo --tags
 
-  - Take tar balls and .md5 file from http://postgis.net/stuff/
+  - Take tar balls and .md5 file from https://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/
      If it fails, sh make_dist.sh $rev)
@@ -126,7 +126,7 @@ Release procedure
   - Copy tarball, pdf, md5, doc-html via ssh/sftp upload.osgeo.org/postgis/ source and docs folders.
     Verify it shows on https://download.osgeo.org/postgis
 
-  - PostGIS doc release versioned doc - http://postgis.net/documentation/
+  - PostGIS doc release versioned doc - https://postgis.net/documentation/
     - On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
          - nginx -t #to confirm you didn't breat the config
          - service nginx reload
diff --git a/NEWS b/NEWS
index 8ceb0d1c6..2578a6eaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+PostGIS 3.1.9dev
+xxxx/xx/xx
+
+* Bug Fixes
+
 PostGIS 3.1.8
 2022/11/12
 
diff --git a/Version.config b/Version.config
index 308fe6646..217df23e2 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=8
+POSTGIS_MICRO_VERSION=9dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 27fa70fb2..080da4811 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -75,4 +75,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.4 \
 	3.1.5 \
 	3.1.6 \
-	3.1.7
+	3.1.7 \
+	3.1.8

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

Summary of changes:
 HOWTO_RELEASE                      | 4 ++--
 NEWS                               | 5 +++++
 Version.config                     | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 4 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list