[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.3-6-g0abd582c6
git at osgeo.org
git at osgeo.org
Fri Sep 9 23:17:08 PDT 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.2 has been updated
via 0abd582c66b8622412a013d95f159a8423b03d45 (commit)
from 9921d5ce2a92966605341823807dbfe1d7487f38 (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 0abd582c66b8622412a013d95f159a8423b03d45
Author: Regina Obe <lr at pcorp.us>
Date: Sat Sep 10 02:16:57 2022 -0400
Prep for PostGIS 3.2.4 release
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 87b5126c3..bc7b42595 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2022-07-22
+Date: 2022-09-10
Versioning Scheme
-----------------
@@ -64,7 +64,7 @@ Release procedure
- Can edit tickets and milestones on https://trac.osgeo.org/postgis/
- Can commit to upstream git https://git.osgeo.org/gitea/postgis/postgis
- - Have SSH to download.osgeo.org and can write to /osgeo/download/postgis.
+ - Have SSH to upload.osgeo.org and can write to /osgeo/download/postgis.
- Have SSH to postgis.net and can write to /etc/nginx/sites-enabled/postgis.net.
- Post to https://git.osgeo.org/gitea/postgis/postgis.net/ and get it added to feed
https://planet.postgresql.org/register/new/
@@ -94,7 +94,7 @@ Release procedure
- Commit all changes
- If this is a minor or major release (no branch exists):
$ rev=x.x
- $ git checkout master; git checkout -b "$rev"; git push -u osgeo $rev
+ $ git checkout master; git checkout -b "stable-$rev"; git push -u osgeo $rev
Go to: https://debbie.postgis.net and copy last branch version and make new job
a) Replace PostGIS_* string params with new version
@@ -123,7 +123,7 @@ Release procedure
- PostGIS doc release versioned doc - http://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
+ - nginx -t #to confirm you didn't break the config
- service nginx reload
Verify the documentation is up to date (might need to change the nginx config)
diff --git a/NEWS b/NEWS
index 716780cb6..3a0d5a01d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.2.4dev
-2022/MM/DD
+PostGIS 3.2.4
+2022/09/10
* Bug Fixes *
- #5227, typo in ST_LineLocatePoint error message (Sandro Santilli)
diff --git a/Version.config b/Version.config
index c89152f40..bc0d15b69 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 9ece503b2..b7bfa1851 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,29 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.2.4</title>
+ <para>2022/09/09</para>
+ <para>This version requires PostgreSQL 9.6-15, GEOS 3.6 or higher, and Proj 4.9+
+ Additional features are enabled if you are running GEOS 3.9+
+ (and ST_MakeValid enhancements with 3.10+),
+ Proj 6.1+, and PostgreSQL 14+.</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5227">5227</ulink>, typo in ST_LineLocatePoint error message (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5231">5231</ulink>, PG15 no longer compiles because SQL/JSON removed PG upstream (Regina Obe)</para>
+ </simplesect>
+ </sect1>
+
+ <sect1>
+ <title>PostGIS 3.2.3</title>
+ <para>2022/08/18</para>
+ <para>This version requires PostgreSQL 9.6-15, GEOS 3.6 or higher, and Proj 4.9+
+ Additional features are enabled if you are running GEOS 3.9+
+ (and ST_MakeValid enhancements with 3.10+),
+ Proj 6.1+, and PostgreSQL 14+.</para>
+ </sect>
+
<sect1>
<title>PostGIS 3.2.2</title>
<para>2022/07/22</para>
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 8 ++++----
NEWS | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 23 +++++++++++++++++++++++
4 files changed, 30 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list