[SCM] PostGIS branch stable-2.5 updated. 2.5.9-2-g83ac76a8b
git at osgeo.org
git at osgeo.org
Tue Feb 6 13:10:01 PST 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-2.5 has been updated
via 83ac76a8baad28b54cfcc764e3cfb0b6bd3b3897 (commit)
from ca800d25ecada7540cb7cc02d69d85d9d4a5948b (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 83ac76a8baad28b54cfcc764e3cfb0b6bd3b3897
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Feb 6 13:09:48 2024 -0800
Version bump for 2.5.10
diff --git a/README.postgis b/README.postgis
index d542508d1..7382df1f8 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 2.5.9
-:Date: 2022-11-11
+:Version: 2.5.10
+:Date: 2024-02-06
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 7625af52e..7c7bedd54 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=9
+POSTGIS_MICRO_VERSION=10
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 2705ee1e9..35f498e99 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -57,4 +57,5 @@ UPGRADEABLE_VERSIONS = \
2.5.5 \
2.5.6 \
2.5.7 \
- 2.5.8
+ 2.5.8 \
+ 2.5.9
-----------------------------------------------------------------------
Summary of changes:
README.postgis | 4 ++--
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list