[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.7-31-g9150f1655

git at osgeo.org git at osgeo.org
Wed Aug 17 20:02:47 PDT 2022


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  9150f1655a4442042bd82bbf683f67ac9143a62b (commit)
      from  68e1054bb046863fcf77dc62c09da6fdbbcdc09e (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 9150f1655a4442042bd82bbf683f67ac9143a62b
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Aug 17 20:33:14 2022 -0400

    Prepping for 2.5.8 release

diff --git a/NEWS b/NEWS
index c510fa3bf..6790751d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
-PostGIS 2.5.8dev
-2022/xx/xx
+PostGIS 2.5.8
+2022/08/17
 
  * Bug fixes *
 
   - #5202, Guard against downgrades (Sandro Santilli)
   - #5209, #5210, Fix upgrades with CVE-2022-2625 PostgreSQL fix
+    (Sandro Santilli)
   - #5171, Short circuit geodesic distance when inputs equal (Paul Ramsey)
+  - Fix potential buffer overflow in long transaction locks (Paul Ramsey)
 
 PostGIS 2.5.7
 2022/07/19
diff --git a/README.postgis b/README.postgis
index b883d670e..74df05f2e 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.5.7
-:Date: 2022-07-18
+:Version: 2.5.8
+:Date: 2022-08-18
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 845e0fe2d..3f56d1eed 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=8dev
+POSTGIS_MICRO_VERSION=8
 
 # 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 4873f0c44..230a9bcc3 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>PostGIS 2.5.8</title>
+      <para>Release Date: 2022/08/18</para>
+      <simplesect>
+        <title>Bug fixes</title>
+        <para><ulink url="https://trac.osgeo.org/postgis/ticket/5202">5202</ulink>, Guard against downgrades (Sandro Santilli)</para>
+        <para><ulink url="https://trac.osgeo.org/postgis/ticket/5209">5209</ulink>, <ulink url="https://trac.osgeo.org/postgis/ticket/5210">5210</ulink>, Fix upgrades with CVE-2022-2625 PostgreSQL fix
+          (Sandro Santilli)</para>
+        <para><ulink url="https://trac.osgeo.org/postgis/ticket/5171">5171</ulink>, Short circuit geodesic distance when inputs equal (Paul Ramsey)</para>
+        <para>Fix potential buffer overflow in long transaction locks (Paul Ramsey)</para>
+      </simplesect>
+    </sect1>
+
     <sect1>
       <title>PostGIS 2.5.7</title>
       <para>Release Date: 2022/07/19</para>

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

Summary of changes:
 NEWS                  |  6 ++++--
 README.postgis        |  4 ++--
 Version.config        |  2 +-
 doc/release_notes.xml | 13 +++++++++++++
 4 files changed, 20 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list