[SCM] PostGIS branch stable-3.1 updated. 3.1.9-17-g6248f03fe
git at osgeo.org
git at osgeo.org
Sat Nov 18 21:03:05 PST 2023
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.1 has been updated
via 6248f03fe874246c6102b785cdeef154987217af (commit)
from a4fbfec9d507925e14add9e86c79a438c59aa2c1 (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 6248f03fe874246c6102b785cdeef154987217af
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 19 00:02:59 2023 -0500
Prepping for release 3.1.10
diff --git a/NEWS b/NEWS
index 021e69017..e25ad88c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.1.10dev
-xxxx/xx/xx
+PostGIS 3.1.10
+2023/11/18
* Bug Fixes *
- #5568, Improve robustness of topology face split handling (Sandro Santilli)
diff --git a/Version.config b/Version.config
index 8f3887e27..767b82ee7 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=10dev
+POSTGIS_MICRO_VERSION=10
# 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 33a3f267f..b0af7c9c9 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>Release 3.1.10</title>
+ <para>This release works with PostgreSQL 9.6-14.</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>Release date: 2023/11/18</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/5494">5494</ulink>, Fix double-upgrade with view using st_dwithin(text, ...)
+ (Sandro Santilli)</para>
+ <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/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>
+ </simplesect>
+ </sect1>
<sect1>
<title>Release 3.1.9</title>
<para>This release works with PostgreSQL 9.6-14.</para>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 16 ++++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list