[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.8-1-ged4a3b8de
git at osgeo.org
git at osgeo.org
Sat Nov 12 13:48:19 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.0 has been updated
via ed4a3b8de46c4991d458279a269c06d8a68fcd99 (commit)
from 9b4c2b9baf49f0619d5fc0b8020b1c29a833bec8 (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 ed4a3b8de46c4991d458279a269c06d8a68fcd99
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 12 16:48:15 2022 -0500
Minor cleanup and flip to next milestone
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 776dd1324..5d86df240 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -115,7 +115,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
@@ -125,7 +125,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 f4bff87f3..9e3a6ef13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+PostGIS 3.0.9dev
+xxxx/xx/xx
+
+* Bug Fixes *
+
PostGIS 3.0.8
2022/11/11
diff --git a/Version.config b/Version.config
index 617588a73..53f2b523e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=8
+POSTGIS_MICRO_VERSION=9dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 4 ++--
NEWS | 5 +++++
Version.config | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list