[SCM] PostGIS branch master updated. 3.4.0rc1-1007-gbd63102e0
git at osgeo.org
git at osgeo.org
Mon Mar 11 02:58:55 PDT 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, master has been updated
via bd63102e05c5df317cb631efe782cc79e3e053db (commit)
from 4057a91318729877939ea6bd192402b5455ae023 (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 bd63102e05c5df317cb631efe782cc79e3e053db
Author: Regina Obe <lr at pcorp.us>
Date: Mon Mar 11 05:58:52 2024 -0400
Add missing released extension paths
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 370e8075b..dd0b8dc0e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -69,6 +69,8 @@ UPGRADEABLE_VERSIONS = \
3.0.7 \
3.0.8 \
3.0.9 \
+ 3.0.10 \
+ 3.0.11 \
3.1.0 \
3.1.1 \
3.1.2 \
@@ -79,16 +81,24 @@ UPGRADEABLE_VERSIONS = \
3.1.6 \
3.1.7 \
3.1.8 \
+ 3.1.9 \
+ 3.1.10 \
+ 3.1.11 \
3.2.0 \
3.2.1 \
3.2.2 \
3.2.3 \
3.2.4 \
3.2.5 \
+ 3.2.6 \
+ 3.2.7 \
3.3.0 \
3.3.1 \
3.3.2 \
3.3.3 \
3.3.4 \
+ 3.3.5 \
+ 3.3.6 \
3.4.0 \
- 3.4.1dev
+ 3.4.1 \
+ 3.4.2dev
-----------------------------------------------------------------------
Summary of changes:
extensions/upgradeable_versions.mk | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list