[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 209be5f729b6878e04596612655e8f7974ecba8b

git at osgeo.org git at osgeo.org
Fri Feb 28 09:20:52 PST 2020


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-2.5 has been updated
       via  209be5f729b6878e04596612655e8f7974ecba8b (commit)
       via  77dcd7288bc944746480231a9bb177e53d7e5793 (commit)
       via  e7660a6ed1d26d7574ac0fd663eb2fac62f5ba40 (commit)
      from  e0122c555d635dbfa2f1dd8dc50a08a254260e75 (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 209be5f729b6878e04596612655e8f7974ecba8b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 28 09:20:46 2020 -0800

    add last release note

diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index b121e6e..f156b9d 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -31,7 +31,9 @@
         <para>4599, ST_AddPoint: Accept -1 as a valid position (Raúl Marín)</para>
         <para>4605, Fix postgis_upgrade.pl with PostgreSQL 12 (Matti Linnanvuori)</para>
         <para>4621, Prevent stack overflow when parsing WKB (Raúl Marín)</para>
-        <para>4626, Support pkg-config for libxml2 (Bas Couwenberg)  </para>
+        <para>4626, Support pkg-config for libxml2 (Bas Couwenberg)</para>
+        <para>4646, Fix gserialized_cmp incorrect comparison (dkvash)</para>
+
       </simplesect>
     </sect1>
 

commit 77dcd7288bc944746480231a9bb177e53d7e5793
Merge: e7660a6 e0122c5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 28 09:19:55 2020 -0800

    Merge branch 'stable-2.5' of https://git.osgeo.org/gitea/postgis/postgis into stable-2.5


commit e7660a6ed1d26d7574ac0fd663eb2fac62f5ba40
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 28 09:19:39 2020 -0800

    prepare for 2.5.4 release

diff --git a/NEWS b/NEWS
index c2e4a2a..9854602 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.5.4
-2019/XX/XX
+2020/02/28
 
  * Bug fixes *
 
diff --git a/README.postgis b/README.postgis
index 7fbb2e5..9800427 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.5.2
-:Date: 2019-03-11
+:Version: 2.5.4
+:Date: 2020-02-28
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 126a261..0ffdcff 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
 
 # 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 bd37130..b121e6e 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,6 +4,38 @@
     <subtitle>Release Notes</subtitle>
 
     <sect1>
+      <title>Release 2.5.4</title>
+      <para>Release date: 2020/02/28</para>
+      <simplesect>
+        <title>Bug Fixes</title>
+        <para>4480, Geography Distance inconsistent with Intersects (Paul Ramsey)</para>
+        <para>4481, Improve libprotobuf detection for old systems (Paul Ramsey)</para>
+        <para>4475, Avoid reading into empty ptarray (Paul Ramsey)</para>
+        <para>4492, Fix ST_Simplify ignoring the value of the 3rd parameter (Raúl Marín)</para>
+        <para>4494, Fix ST_Simplify output having an outdated bbox (Raúl Marín)</para>
+        <para>4493, Fix ST_RemoveRepeatedPoints output having an outdated bbox (Raúl Marín)</para>
+        <para>4495, Fix ST_SnapToGrid output having an outdated bbox (Raúl Marín)</para>
+        <para>4496, Make ST_Simplify(TRIANGLE) collapse if requested (Raúl Marín)</para>
+        <para>4506, Remove tolerance in point-in-ring tests (Paul Ramsey)</para>
+        <para>4338, Fix Census block level data (tabblock table) loading (Regina Obe)</para>
+        <para>4519, Fix getSRIDbySRS crash (Raúl Marín)</para>
+        <para>4517, Documentation error ST_EndPoint (Samuel Spurling)</para>
+        <para>4530, Avoid bogus AddRasterConstraint in upgrade tests (Sandro Santilli)</para>
+        <para>4534, Fix leak in lwcurvepoly_from_wkb_state (Raúl Marín)</para>
+        <para>4536, Fix leak in lwcollection_from_wkb_state (Raúl Marín)</para>
+        <para>4537, Fix leak in WKT collection parser (Raúl Marín)</para>
+        <para>4547, Fix AddRasterConstraints handling of empty tables (Sandro Santilli)</para>
+        <para>4549, Fix schema qualification of internal types (Raúl Marín)</para>
+        <para>4546, Fix PLPGSQL functions missing the schema qualification (Raúl Marín)</para>
+        <para>4588, Fix update when st_union(geometry) doesn't exist (Raúl Marín)</para>
+        <para>4599, ST_AddPoint: Accept -1 as a valid position (Raúl Marín)</para>
+        <para>4605, Fix postgis_upgrade.pl with PostgreSQL 12 (Matti Linnanvuori)</para>
+        <para>4621, Prevent stack overflow when parsing WKB (Raúl Marín)</para>
+        <para>4626, Support pkg-config for libxml2 (Bas Couwenberg)  </para>
+      </simplesect>
+    </sect1>
+
+    <sect1>
       <title>Release 2.5.3</title>
       <para>Release date: 2019/08/11</para>
       <para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index c935c9f..d573a60 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -49,4 +49,5 @@ UPGRADEABLE_VERSIONS = \
 	2.5.0 \
 	2.5.1 \
 	2.5.2 \
-	2.5.3
+	2.5.3 \
+	2.5.4dev

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               |  2 +-
 README.postgis                     |  4 ++--
 Version.config                     |  2 +-
 doc/release_notes.xml              | 34 ++++++++++++++++++++++++++++++++++
 extensions/upgradeable_versions.mk |  3 ++-
 5 files changed, 40 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list