[SCM] PostGIS branch stable-3.4 updated. 3.4.1-38-gc19ce56ca
git at osgeo.org
git at osgeo.org
Thu Feb 8 09:12:04 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.4 has been updated
via c19ce56ca8982635026ba605f5b2fdce3622bb4a (commit)
from e63018427fcd73a185fdd51822ec43c629915e3e (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 c19ce56ca8982635026ba605f5b2fdce3622bb4a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Feb 8 09:11:57 2024 -0800
Prepare for 3.4.2 release
diff --git a/NEWS b/NEWS
index 9e199b1db..a31650d63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-PostGIS 3.4.2dev
-xxxx/xx/xx
+PostGIS 3.4.2
+2024/02/08
+
This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.12+ is needed.
To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
@@ -21,13 +22,9 @@ To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
- #5639, ST_DFullyWithin line/poly error case (Paul Ramsey)
- #5662, Change XML parsers to SAX2 (Paul Ramsey)
-* Bug Fixes and Enhancments *
PostGIS 3.4.1
2023/11/19
-This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
-To take advantage of all features, GEOS 3.12+ is needed.
-To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
* Bug Fixes *
diff --git a/README.postgis b/README.postgis
index b2c6add02..c2248323c 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.4.1
-:Date: 2023-11-20
+:Version: 3.4.2
+:Date: 2024-02-08
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 1937a517e..e3f3e63fd 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=2dev
+POSTGIS_MICRO_VERSION=2
# 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 5dac486e5..77c1b0004 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,11 +3,29 @@
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
<sect1>
- <title>PostGIS 3.4.0</title>
+ <title>PostGIS 3.4.2</title>
+ <para>2024/02/08</para>
+ <para>This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+. To take advantage of all features, GEOS 3.12+ is needed. To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.</para>
+ <para>NOTE: GEOS 3.12.1 details at <ulink url="https://libgeos.org/posts/2023-11-11-geos-3-12-1-released/">GEOS 3.12.1 release notes</ulink></para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5633">5633</ulink>, Fix load, upgrade and usage with standard_conforming_strings set to off (Sandro Santilli, Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5571">5571</ulink>, Memory over-allocation for narrow inputs (Paul Ramsey)</para>
+ <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><ulink url="https://trac.osgeo.org/postgis/ticket/5648">5648</ulink>, postgis_raster upgrade fails on PG16 (Ronan Dunklau)</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.4.1</title>
<para>2023/11/19</para>
- <para>This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
- To take advantage of all features, GEOS 3.12+ is needed.
- To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.</para>
<para>NOTE: GEOS 3.12.1 details at <ulink url="https://libgeos.org/posts/2023-11-11-geos-3-12-1-released/">GEOS 3.12.1 release notes</ulink></para>
<simplesect>
<title>Bug Fixes</title>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 9 +++------
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 26 ++++++++++++++++++++++----
4 files changed, 28 insertions(+), 13 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list