[SCM] PostGIS branch stable-3.0 updated. 3.0.9-10-g87d347295

git at osgeo.org git at osgeo.org
Sun Nov 19 16:42:16 PST 2023


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  87d347295e84f33a4b76d6a5412f72b91ef90635 (commit)
       via  7498df5725818e1f8170bcb41677da8ff43b4c06 (commit)
      from  95810c248bd9c6dbee55031d6712614e5a273673 (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 87d347295e84f33a4b76d6a5412f72b91ef90635
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 19 19:42:12 2023 -0500

    Prep for 3.0.10 release

diff --git a/README.postgis b/README.postgis
index e33af3891..8b743945f 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.0.9
-:Date: 2023-05-28
+:Version: 3.0.10
+:Date: 2023-11-19
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index efc983dbe..7a09f84d8 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=10dev
+POSTGIS_MICRO_VERSION=10
 
 # 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 30219d3bf..bb49c8cc4 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,8 +2,21 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+      <sect1>
+        <title>Release 3.0.10</title>
+        <para>Release date: 2023/11/19</para>
+        <para>This is a bug and security release. This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
+              Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8</para>
+        <simplesect>
+          <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5450, Fix macro expansion recursion on powerpc architectures.
+           (Bas Couwenberg)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5568, Improve robustness of topology face split handling (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5616, Fix to find docbook on newer docbook installs (Regina Obe)</para>
+        </simplesect>
+    </sect1>
     <sect1>
-        <title>Release 3.0.8</title>
+        <title>Release 3.0.9</title>
         <para>Release date: 2023/05/29</para>
         <para>This is a bug and security release. This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
               Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8</para>

commit 7498df5725818e1f8170bcb41677da8ff43b4c06
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 19 19:41:27 2023 -0500

    Fix to find docbook on newer docbook installs
    References #5616 for PostGIS 3.0.10

diff --git a/NEWS b/NEWS
index 9b77ab5fe..36f12fa58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
-PostGIS 3.0.10dev
-xxxx/xx/xx
+PostGIS 3.0.10
+2023/11/19
 
 * Bug Fixes *
 
   - #5450, Fix macro expansion recursion on powerpc architectures.
            (Bas Couwenberg)
   - #5568, Improve robustness of topology face split handling (Sandro Santilli)
+  - #5616, Fix to find docbook on newer docbook installs (Regina Obe)
 
 PostGIS 3.0.9
 2023/05/29
diff --git a/configure.ac b/configure.ac
index 5e140b1bf..9034c26af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,6 +239,7 @@ if test "x$XSLBASE" = "x"; then
 	SEARCHPATH="
 		/usr/share/sgml/docbook/xsl-stylesheets
 		/usr/share/xml/docbook/stylesheet/docbook-xsl
+		/usr/share/xml/docbook/stylesheet/docbook-xsl-ns
 		/usr/share/xml/docbook/stylesheet/nwalsh
 		/usr/share/sgml/docbook/stylesheet/xsl/nwalsh
 		/opt/local/share/xsl/docbook-xsl

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

Summary of changes:
 NEWS                  |  5 +++--
 README.postgis        |  4 ++--
 Version.config        |  2 +-
 configure.ac          |  1 +
 doc/release_notes.xml | 15 ++++++++++++++-
 5 files changed, 21 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list