[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.5-30-g9f44fd932

git at osgeo.org git at osgeo.org
Wed Jul 20 01:20:14 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.1 has been updated
       via  9f44fd932390b0c42336babd134264263def59e9 (commit)
      from  33b01c1a307730caf1c7405fda618836922e7149 (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 9f44fd932390b0c42336babd134264263def59e9
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 20 04:20:02 2022 -0400

    Prep for PostGIS 3.1.6 release

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 16c57974c..afd2d7b03 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
 How to release
 ~~~~~~~~~~~~~~
-Date: 2020-02-23
+Date: 2022-07-20
 
 Versioning Scheme
 -----------------
@@ -64,7 +64,7 @@ Release procedure
 
   - Can edit tickets and milestones on http://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/
@@ -84,17 +84,17 @@ Release procedure
 
 4. Update code.
 
-  - For first micro of a minor, make sure to pull the latest translations from transifex
-     TODO: more detail here - there is a job on debbie for 3.1 for examples
-     https://debbie.postgis.net/view/PostGIS/job/PostGIS_docs_translations_3.1
-     and she's setup with an api key to pull and push translations.
+  - For first micro of a minor, make sure weblate.osgeo.org has the latest translation files.
+   - use in doc/  make update-pot && make update-po and commit
+
   - Update the README.md to reflect new to be created buildbot badges
-	   (this should only be needed for trunk release)
+	   (this should only be needed for master release)
   - Edit README.postgis and set release date and version.
   - Add release notes in doc/release_notes.xml
   - Update Version.config to drop the "dev" suffix
-  - Add the "dev" suffixed version in extensions/upgradeable_versions.mk
-    and ensure all the previous released minor versions are listed in it
+  - Add the "dev" suffixed version (for first micro) in extensions/upgradeable_versions.mk
+    and ensure all the previous released minor versions are listed in it.
+
   - Commit all changes
   - If this is a minor or major release (no branch exists):
 	   $ rev=x.x
@@ -116,14 +116,15 @@ Release procedure
      $ git tag -a $rev -m "Tagged release $rev"
      $ git push osgeo --tags
 
-  - Take tar ball from http://postgis.net/stuff/
+  - Take tar balls and .md5 file from http://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)
   - Documentation should also have been built and should be in http://postgis.net/stuff
      (this sometimes takes sometime so wait 15 minutes)
   - Test generated tarball (including extension upgrade)
-  - Copy tarball, pdf, doc-html to https://download.osgeo.org/postgis/ web site.
+  - 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/
     - On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
@@ -132,12 +133,14 @@ Release procedure
       Verify the documentation is up to date (might need to change the apache config)
 
   - Post on website:
-      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/master/_content/config.yml
+      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/config/_default/params.toml#L132
         Fix latest version pointers.
-      - https://git.osgeo.org/gitea/postgis/postgis.net/src/master/_content/posts
+      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/content/post
         a) create a new Post for current year making sure the page name starts with mm-dd
-        b) Update links on https://git.osgeo.org/gitea/postgis/postgis.net/src/master/_content/pages/source.html
-        c) commit and wait 5 minutes to see changes on website
+          Since hugo move, the mm-dd isn't absolutely necessary anymore
+          as it uses the slug or title and date to determine the permalink.  But for now lets keep the same convention.
+          Make sure you have the date and title correct as that is used for the url.
+        b) commit and wait 5 minutes to see changes on website
 
 6. Spread the word
 
@@ -145,7 +148,7 @@ Release procedure
     - postgis-users at lists.osgeo.org
     - postgis-devel at lists.osgeo.org
     - discuss at lists.osgeo.org
-    - pgsql-announce at postgresql.org (send email just to them, not with other ccs, they reject if others in cc)
+    - pgsql-announce at postgresql.org (no longer accepts direct posts) need to log in and post https://www.postgresql.org/account/edit/news/
     - david at fetter.org to be included in Weekly news
 
   - External web sites
diff --git a/NEWS b/NEWS
index ddec49fa9..93760d78d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.1.6dev
-2022/XX/XX
+PostGIS 3.1.6
+2022/07/20
 
 * Bug Fixes
   - #4835, Occasional distance errors in polar area (Paul Ramsey)
diff --git a/README.postgis b/README.postgis
index 80d133ff5..ddb2bc275 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.5
-:Date: 2022-02-01
+:Version: 3.1.6
+:Date: 2022-07-20
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -33,17 +33,17 @@ Directory structure::
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 9.6 and above.
+PostGIS is compatible with PostgreSQL 9.6-14.
 
 You *must* have the full PostgreSQL - including server headers - installed for
 this to work.
 
-* PROJ4 (Required, Version 4.9.0 or higher):
+* PROJ (Required, Version 4.9.0 or higher):
 
-  The PROJ4 catographic projection library is required if you want to use the
+  The PROJ catographic projection library is required if you want to use the
   ST_Transform() function to reproject features within the database.
 
-    http://trac.osgeo.org/proj/
+    https://proj.org
 
 * GEOS (Required, Version 3.6 or higher)
   - 3.9+ is needed to take advantage of
diff --git a/Version.config b/Version.config
index bb42c2dff..4c78229b7 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=6dev
+POSTGIS_MICRO_VERSION=6
 
 # 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 a36b34e42..10d0bc16b 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,7 +2,29 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
-
+    <sect1>
+        <title>Release 3.1.6</title>
+        <para>This release works with PostgreSQL 9.6-14.</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+                <para>Release date: 2022/07/20</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/4835">4835</ulink>, Occasional distance errors in polar area (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5152">5152</ulink>, Fix infinite loop with ST_Split (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5120">5120</ulink>, Fix not-null result from ST_EstimatedExtent against
+                        truncated tables with spatial index (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5076">5076</ulink>, Avoid log storm installed with pgaudit enabled (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5100">5100</ulink>, Stop using pg_atoi, removed in PG 15 (Laurenz Albe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5115">5115</ulink>, Allow dropping topologies with pending constraints (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5151">5151</ulink>, ST_SetPoint with empty geometries (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5150">5150</ulink>, Change signature of AddToSearchPath (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5125">5125</ulink>, Fix search path function (Sandro Santilli)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5155">5155</ulink>, More schema qual fixes (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5114">5114</ulink>, Crash with long column names in pgsql2shp (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/4541">4541</ulink>, ST_ConcaveHull returns a "geometrycollection" type
+                        instead of the expected "polygon" (Regina Obe)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/5154">5154</ulink>, raster ST_Value is undercosted (Regina Obe)</para>
+        </simplesect>
+    </sect1>
     <sect1>
         <title>Release 3.1.5</title>
         <simplesect>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index c76602a41..bdb378ada 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -56,12 +56,14 @@ UPGRADEABLE_VERSIONS = \
 	2.5.4 \
 	2.5.5 \
 	2.5.6 \
+	2.5.7 \
 	3.0.0 \
 	3.0.1 \
 	3.0.2 \
 	3.0.3 \
 	3.0.4 \
 	3.0.5 \
+	3.0.6 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2 \

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list