[SCM] PostGIS branch stable-3.4 updated. 3.4.2-59-gdd88eb5b4
git at osgeo.org
git at osgeo.org
Tue Sep 3 11:00:06 PDT 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 dd88eb5b435daea3525565d1bac66c00798746e5 (commit)
from c8bdf2b6fdba896d979b9a8fe0d2867b935ac8bb (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 dd88eb5b435daea3525565d1bac66c00798746e5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Sep 3 10:59:27 2024 -0700
Prep for 3.4.3rc1
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index afed140ee..489d95318 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -80,7 +80,7 @@ Release procedure
- Edit NEWS: set release date and check all notable changes have been reported
(extract from git log and trac tickets for milestone).
- - Create milestone for next verison in Trac.
+ - Create milestone for next version in Trac.
- Push all the open tickets in Trac milestone to future and Fund Me milestones.
4. Update code.
diff --git a/README.postgis b/README.postgis
index 01651f90d..93069a84a 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.4.2
-:Date: 2024-02-08
+:Version: 3.4.3
+:Date: 2024-09-03
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 8f75c59d0..1cdbf66fd 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3rc1
# 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 77c1b0004..c21d184bf 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,33 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.4.3</title>
+ <para>2024/09/04</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5766">5766</ulink>, Always report invalid non-null MBR of universal face (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5709">5709</ulink>, Fix loose mbr in topology.face on ST_ChangeEdgeGeom (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5698">5698</ulink>, Fix robustness issue splitting line by vertex very close to endpoints, affecting topology population functions (Sandro Santilli) </para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5649">5649</ulink>, ST_Value should return NULL on missing band (Paul Ramsey) </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/5679">5679</ulink>, Remove spurious COMMIT statements from sfcgal script (Sandro Santilli, Loïc Bartoletti)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5680">5680</ulink>, Fix populate_topology_layer with standard_conforming_strings set to off (Sandro Santilli)</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/5666">5666</ulink>, Build reproducibility: timestamps in extension upgrade SQL scripts (James Addison)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5671">5671</ulink>, Bug in ST_Area function with use_spheroid=false (Paul Ramsey, Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5687">5687</ulink>, Don't rely on search_path to determine postgis schema. Fix for PG17 security change (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5695">5695</ulink>, [address_standardizer_data_us] standardize_address incorrect handling of directionals (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5653">5653</ulink>, Do not simplify away points when linestring doubles back on itself (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5720">5720</ulink>, Correctly mangle special column names in shp2pgsql (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5734">5734</ulink>, Estimate geography extent more correctly (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5752">5752</ulink>, ST_ClosestPoint(geography) error (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5740">5740</ulink>, ST_DistanceSpheroid(geometry) incorrectly handles polygons (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>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.4.2</title>
<para>2024/02/08</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 9d9780b07..0d7f09ac2 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -96,4 +96,5 @@ UPGRADEABLE_VERSIONS = \
3.3.5 \
3.4.0 \
3.4.1 \
- 3.4.2
+ 3.4.2 \
+ 3.4.3dev
diff --git a/liblwgeom/gserialized2.c b/liblwgeom/gserialized2.c
index e9dc77bb5..6f2c9ec01 100644
--- a/liblwgeom/gserialized2.c
+++ b/liblwgeom/gserialized2.c
@@ -24,7 +24,7 @@
**********************************************************************/
/*
-* GSERIALIZED verison 2 includes an optional extended flags uint64_t
+* GSERIALIZED version 2 includes an optional extended flags uint64_t
* before the optional bounding box. There may be other optional
* components before the data area, but they all must be double
* aligned to that the ordinates remain double aligned.
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 27 +++++++++++++++++++++++++++
extensions/upgradeable_versions.mk | 3 ++-
liblwgeom/gserialized2.c | 2 +-
6 files changed, 34 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list