[SCM] PostGIS branch stable-3.2 updated. 3.2.7-21-gfa0a9754c
git at osgeo.org
git at osgeo.org
Sun Dec 22 12:52:31 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 fa0a9754c95922c8114ffffc4ab3b513329e7430 (commit)
from 4689ab152879b773f7b25932884ac42400bff6d4 (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 fa0a9754c95922c8114ffffc4ab3b513329e7430
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 15:52:21 2024 -0500
Prep for 3.2.8 release
diff --git a/NEWS b/NEWS
index f71fcfd7f..7ac3243bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,18 @@
-PostGIS 3.2.8dev
-2024/xx/xx
+PostGIS 3.2.8
+2024/12/22
+
+PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features.
+Proj 4.9+ required.
* Bug Fixes *
- - #5795, Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)
+ - #5795, [topology] Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)
- #5677, ST_Union(geom[]) should unary union single entry arrays (Paul Ramsey)
- #5589, ST_3DDistance error for shared first point (Paul Ramsey)
- #5686, ST_NumInteriorRings and Triangle crash (Paul Ramsey)
- #5765, Handle nearly co-linear edges with slightly less slop (Paul Ramsey)
- #5745, St_AsLatLonText rounding errors (Paul Ramsey)
+ - Handle null returns from wkb parser (Paul Ramsey)
PostGIS 3.2.7
diff --git a/Version.config b/Version.config
index dfd0998e3..2070c5682 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=8dev
+POSTGIS_MICRO_VERSION=8
# 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 65c03eced..81cb2d2ba 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,22 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.2.8</title>
+ <para>2024/12/22</para>
+ <para>PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features. Proj 4.9+ required.</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5795">5795</ulink>, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ (Björn Harrtell)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5677">5677</ulink>, ST_Union(geom[]) should unary union single entry arrays(Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5589">5589</ulink>, ST_3DDistance error for shared first point (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5686">#5686</ulink>, ST_NumInteriorRings and Triangle crash (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5765">#5765</ulink>, Handle nearly co-linear edges with slightly less slop (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5745">#5745</ulink>, St_AsLatLonText rounding errors (Paul Ramsey)</para>
+ <para>Handle null returns from wkb parser (Paul Ramsey)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.2.7</title>
<para>2024/02/06</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index a78f4c70f..9ef7161d5 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -81,6 +81,7 @@ UPGRADEABLE_VERSIONS = \
3.1.8 \
3.1.9 \
3.1.10 \
+ 3.1.11 \
3.2.0 \
3.2.1 \
3.2.2 \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 10 +++++++---
Version.config | 2 +-
doc/release_notes.xml | 16 ++++++++++++++++
extensions/upgradeable_versions.mk | 1 +
4 files changed, 25 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list