[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-39-g05123c4ab

git at osgeo.org git at osgeo.org
Wed Apr 20 20:20:15 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-2.5 has been updated
       via  05123c4ab7188ad03eeb3bf866be6587d1eb3f3f (commit)
      from  7d17eb50ab1ed5f479ee1b7127783431b697911e (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 05123c4ab7188ad03eeb3bf866be6587d1eb3f3f
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Apr 20 23:02:41 2022 -0400

    Prep for PostGIS 2.5.6
    Update how to release docs to reflect new structure of hugo website
    Note the 2.5 is not supported past PostgreSQL 12. Fix links.

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index f17e480cf..a0bc2106d 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
 How to release
 ~~~~~~~~~~~~~~
-Date: 2020-02-02
+Date: 2022-04-20
 
 Versioning Scheme
 -----------------
@@ -102,18 +102,18 @@ Release procedure
     - osgeo-discuss
 - Update web sites
     - PostGIS News
-      - 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
+       b) Update dev and tag versions corresponding to this branch on https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/config/_default/params.toml#L132
        c) commit and wait 5 minutes to see changes on website
     - 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
+    - (only needed for new branches) On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
+         - 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 apach config)
     - Wikipedia
     - Twitter
        This should automatically happen as a result of posting to PostGIS website since Planet PostGIS and Planet PostgreSQL both autotweet.
-- Update Trac and make old Milestone as completed
+- Update Trac and mark old Milestone as completed
 - Push the revision number forward (see Versioning Scheme)
 - Remove the "dev" suffixed version from extensions/upgradeable_versions.mk
diff --git a/NEWS b/NEWS
index cbf7380ed..dcdcfd4e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.5.6
-2022/xx/xx
+2022/04/20
 
  * Bug fixes *
 
diff --git a/Version.config b/Version.config
index b1e18525c..5955e973e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=5
-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/installation.xml b/doc/installation.xml
index c7a36e757..4c887b80d 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -15,7 +15,7 @@ cd postgis-&last_release_version;
 make
 make install</programlisting>
 	<para>Once postgis is installed, it needs to be enabled in each individual database you want to use it in.</para>
-	<note><para>The raster support is currently optional, but installed by default. For enabling using the PostgreSQL 9.1+ extensions model raster is required. Using the extension enable process is preferred and more user-friendly. To spatially enable your database:</para></note>
+	<note><para>The raster support is currently optional, but installed by default. For enabling using the  extensions model raster is required. Using the extension enable process is preferred and more user-friendly. To spatially enable your database:</para></note>
 	<programlisting>psql -d yourdatabase -c "CREATE EXTENSION postgis;"
 psql -d yourdatabase -c "CREATE EXTENSION postgis_topology;"
 -- if you built with sfcgal support --
@@ -94,16 +94,16 @@ psql -d yourdatabase -f sfcgal_comments.sql
 	<itemizedlist>
 	  <listitem>
 		<para>
-		  PostgreSQL &min_postgres_version; or higher. A complete installation
+		  PostgreSQL &min_postgres_version; thru 12 are supported . A complete installation
 		  of PostgreSQL (including server headers) is required. PostgreSQL
 		  is available from
-		  <ulink url="http://www.postgresql.org">
-			http://www.postgresql.org
+		  <ulink url="https://www.postgresql.org">
+			https://www.postgresql.org
 		  </ulink>
 		  .
 		</para>
 		<para>For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support matrix refer to
-			<ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS">http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</ulink>
+			<ulink url="https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS">https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</ulink>
 		</para>
 	  </listitem>
 
@@ -2483,33 +2483,33 @@ ALTER EXTENSION postgis_topology UPDATE TO "&last_release_version;next";</progra
 		<programlisting>ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check (srid > 0 AND srid < 999000 );</programlisting>
 
 		<programlisting>ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));</programlisting>
-	  
+
 		If you are upgrading an old database containing french <ulink url="https://en.wikipedia.org/wiki/Institut_g%C3%A9ographique_national">
 			IGN
-		  </ulink> cartography, you will have probably SRIDs out 
+		  </ulink> cartography, you will have probably SRIDs out
 		of range and you will see, when importing your database, issues like this :
-	  
+
 		<programlisting> WARNING: SRID 310642222 converted to 999175 (in reserved zone)</programlisting>
-	  
-		In this case, you can try following steps : first throw 
-		out completely the IGN from the sql which is resulting 
+
+		In this case, you can try following steps : first throw
+		out completely the IGN from the sql which is resulting
 		from postgis_restore.pl. So, after having run :
-	  
+
 		<programlisting>perl utils/postgis_restore.pl "/somepath/olddb.backup" > oldbb.sql</programlisting>
 
 		run this command :
-	  
+
 		<programlisting>grep -v IGNF olddb.sql > olddb-without-IGN.sql</programlisting>
-	  
-		Create then your newdb, activate the required Postgis extensions, 
+
+		Create then your newdb, activate the required Postgis extensions,
 		and insert properly the french system IGN with :
-	  
+
 		<ulink url="https://raw.githubusercontent.com/Remi-C/IGN_spatial_ref_for_PostGIS/master/Put_IGN_SRS_into_Postgis.sql">
 			this script
 		  </ulink>
-	  
+
 		After these operations, import your data :
-	  
+
 		<programlisting>psql -h localhost -p 5432 -U postgres -d newdb -f olddb-without-IGN.sql  2> errors.txt</programlisting>
 
 	</para>
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 2efb86930..e9be19d15 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,7 @@
     <subtitle>Release Notes</subtitle>
     <sect1>
       <title>PostGIS 2.5.6</title>
-      <para>Release Date: 2022/02/03</para>
+      <para>Release Date: 2022/04/20</para>
       <simplesect>
         <title>Bug fixes</title>
         <para>4968, Update autogen.sh to handle autoconf 2.71 issues</para>
@@ -22,6 +22,7 @@
            use native GEOS makevalid, buildarea, clipbybox (Regina Obe)</para>
         <para>4457, Stop trying to createlang in regress
            plpgsql is always installed (Regina Obe)</para>
+        <para>4980, Support pkg-config for pcre detection (Regina Obe)</para>
       </simplesect>
     </sect1>
 

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

Summary of changes:
 HOWTO_RELEASE         | 12 ++++++------
 NEWS                  |  2 +-
 Version.config        |  2 +-
 doc/installation.xml  | 36 ++++++++++++++++++------------------
 doc/release_notes.xml |  3 ++-
 5 files changed, 28 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list