[SCM] PostGIS branch stable-3.0 updated. 3.0.10-16-gdd7f67e7a
git at osgeo.org
git at osgeo.org
Tue Feb 6 14:25:40 PST 2024
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 dd7f67e7a85103219cdbc49f62e18619bf2a33e6 (commit)
from 299ac29df823ad904d627037bf95f8365c6a50cd (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 dd7f67e7a85103219cdbc49f62e18619bf2a33e6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Feb 6 14:25:13 2024 -0800
Bump version for 3.0.11 release
diff --git a/NEWS b/NEWS
index 6c1b49e21..640de8089 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.0.11dev
-xxxx/xx/xx
+PostGIS 3.0.11
+2024/02/06
* Bug Fixes *
@@ -13,7 +13,6 @@ xxxx/xx/xx
- #5639, ST_DFullyWithin line/poly error case (Paul Ramsey)
- #5662, Change XML parsers to SAX2 (Paul Ramsey)
-
PostGIS 3.0.10
2023/11/19
diff --git a/README.postgis b/README.postgis
index 8b743945f..311aef250 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.0.10
-:Date: 2023-11-19
+:Version: 3.0.11
+:Date: 2024-02-06
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 4aae9f088..617f9f144 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=11dev
+POSTGIS_MICRO_VERSION=11
# 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 bb49c8cc4..0427718be 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,18 +2,34 @@
<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>
+ <title>Release 3.0.11</title>
+ <para>Release date: 2024/02/06</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/5610">5610</ulink>, Allow Nan and infinity again in ST_SetPoint (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5627">5627</ulink>, Handling of EMPTY components in PiP check (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5604">5604</ulink>, Handle distance between collections with empty elements (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5635">5635</ulink>, Handle NaN points in ST_Split (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5580">5580</ulink>, Handle empty collection components in 3d distance (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5639">5639</ulink>, ST_DFullyWithin line/poly error case (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5662">5662</ulink>, Change XML parsers to SAX2 (Paul Ramsey)</para>
+ </simplesect>
+ </sect1>
+ <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/5450">5450</ulink>, Fix macro expansion recursion on powerpc architectures.
+ (Bas Couwenberg)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5568">5568</ulink>, Improve robustness of topology face split handling (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5616">5616</ulink>, Fix to find docbook on newer docbook installs (Regina Obe)</para>
+ </simplesect>
</sect1>
<sect1>
<title>Release 3.0.9</title>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 ++---
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 40 ++++++++++++++++++++++++++++------------
4 files changed, 33 insertions(+), 18 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list