]> granicus.if.org Git - postgis/commitdiff
Add missing 2.3.4 upgrade path (as provided by Muhammad Usama)
authorRegina Obe <lr@pcorp.us>
Thu, 9 Nov 2017 09:06:34 +0000 (09:06 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 9 Nov 2017 09:06:34 +0000 (09:06 +0000)
Also remove 2.3 and 2.4 dev releases and add missing 2.2.6
Closes #3926 for PostGIS 2.4.2

git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16102 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
extensions/upgradeable_versions.mk

diff --git a/NEWS b/NEWS
index b01ed3b6473e0cb3f3fa1c92959533f37d01c42d..439a3302e6857ae32b73a7c516a4aa08359895a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PostGIS 2.4.2dev
  * Bug fixes *
   - #3917, Fix zcta5 load
   - #3667, Fix for bug in geography ST_Segmentize
+  - #3926, Add missing 2.2.6 and 2.3.4 upgrade paths (Muhammad Usama)
 
 
 PostGIS 2.4.1
index 1ddecfc26b9be0ccdbfb33590259afe9b3e8b701..7ad747e1f716b7e612e74429b8d48656fc77f308 100644 (file)
@@ -23,14 +23,12 @@ UPGRADEABLE_VERSIONS = \
        2.2.3 \
        2.2.4 \
        2.2.5 \
+       2.2.6 \
        2.3.0 \
        2.3.1 \
        2.3.2 \
        2.3.3 \
-       2.4.0rc1 \
-       2.4.0rc2 \
-       2.4.0rc3 \
-       2.4.0dev \
+       2.3.4 \
        2.4.0 \
-    2.4.1dev \
-    2.4.1
+       2.4.1
+