[SCM] PostGIS branch stable-3.2 updated. 3.2.6-22-g32dc0cc4c
git at osgeo.org
git at osgeo.org
Tue Feb 6 18:04:10 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.2 has been updated
via 32dc0cc4c6fc12da33248b50420d1ad8dba3f131 (commit)
from 2adb8a3b00e1ab24c777e65e8120ad0f2aa74224 (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 32dc0cc4c6fc12da33248b50420d1ad8dba3f131
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Feb 6 18:04:06 2024 -0800
Prepare for 3.2.7 release
diff --git a/NEWS b/NEWS
index 991b52119..24fd82600 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.2.7
-xxxx/xx/xx
+2024/02/06
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+
diff --git a/README.postgis b/README.postgis
index aa972d412..325e90023 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.2.6
-:Date: 2023-11-19
+:Version: 3.2.7
+: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 01bab46c1..60cf0129b 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=7dev
+POSTGIS_MICRO_VERSION=7
# 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 0b54c1ea9..65c03eced 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,23 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.2.7</title>
+ <para>2024/02/06</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/5629">5629</ulink>, Handling EMPTY components in repeated point removal (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>Logic error in ST_Covers(geography) (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5646">5646</ulink>, Crash on collections with empty members (Paul Ramsey)</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>PostGIS 3.2.6</title>
<para>2023/11/19</para>
@@ -11,23 +28,23 @@
Proj 6.1+, and PostgreSQL 14+.</para>
<simplesect>
<title>Bug Fixes</title>
- <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>5548, Fix box-filtered validity check of topologies with edge-less faces
+ <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/5548">5548</ulink>, Fix box-filtered validity check of topologies with edge-less faces
(Sandro Santilli)</para>
- <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5494, Fix double-upgrade with view using st_dwithin(text, ...)
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5494">5494</ulink>, Fix double-upgrade with view using st_dwithin(text, ...)
(Sandro Santilli)</para>
- <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5450, Fix macro expansion recursion on powerpc architectures.
+ <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/"></ulink>5403, [postgis_topology] Fix ValidateTopology(bbox)
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5403">5403</ulink>, [postgis_topology] Fix ValidateTopology(bbox)
without topology in search_path (Sandro Santilli)</para>
- <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5410, [postgis_raster] ST_Value bilinear resample,
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5410">5410</ulink>, [postgis_raster] ST_Value bilinear resample,
don't throw an error if Band has no NODATA value
(Regina Obe)</para>
- <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5385, Postgres malloc assertion fail when
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5385">5385</ulink>, Postgres malloc assertion fail when
using pg_cancel_backend with ST_AsMVT
(Regina Obe, Paul Ramsey)</para>
<para>Fix JsonB casting issue (Paul Ramsey)</para>
- <para><ulink url="https://trac.osgeo.org/postgis/ticket/"></ulink>5616, Fix to find docbook on newer docbook installs (Regina Obe)</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>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 33 +++++++++++++++++++++++++--------
4 files changed, 29 insertions(+), 12 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list