[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.0-11-gaaf4c79
git at osgeo.org
git at osgeo.org
Thu Jan 28 10:56:36 PST 2021
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 aaf4c79a4906f11727fe6b9bccb12051a52acfe3 (commit)
from c89bbdb1d87471a473f828e7b5e911bb3a0d8887 (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 aaf4c79a4906f11727fe6b9bccb12051a52acfe3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jan 28 10:55:34 2021 -0800
Prepare for 3.1.1 release
diff --git a/NEWS b/NEWS
index f4b771d..b1e5014 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-PostGIS 3.1.1dev
-2021/xx/xx
+PostGIS 3.1.1
+2021/01/28
* Bug Fixes
diff --git a/README.postgis b/README.postgis
index e8b3adb..c8b531a 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.1.1
-:Date: 2021-xx-xx
+:Date: 2021-01-28
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index c4dc979..87f2703 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=1dev
+POSTGIS_MICRO_VERSION=1
# 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 5119737..f57aa73 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,19 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+
+ <sect1>
+ <title>Release 3.1.1</title>
+ <para>Release date: 2021/01/28</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>#4814, Crash passing collection with only empty components to ST_MakeValid (Sandro Santilli)</para>
+ <para>#4818, Make the VSICURL synthetic driver work as documented</para>
+ <para>#4825, Unstable results from ST_MakeValid (Sandro Santilli)</para>
+ <para>#4823, Avoid listing the same geometry in different collections</para>
+ </simplesect>
+ </sect1>
+
<sect1>
<title>Release 3.1.0beta1</title>
<para>Release date: 2020/12/09</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 5661d8f..3e6f067 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,4 +58,5 @@ UPGRADEABLE_VERSIONS = \
3.0.1 \
3.0.2 \
3.0.3 \
- 3.1.0
+ 3.1.0 \
+ 3.1.1dev
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
README.postgis | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 13 +++++++++++++
extensions/upgradeable_versions.mk | 3 ++-
5 files changed, 19 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list