From: Regina Obe Date: Thu, 9 Nov 2017 09:06:34 +0000 (+0000) Subject: Add missing 2.3.4 upgrade path (as provided by Muhammad Usama) X-Git-Tag: 2.4.2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e759929e99c1384abab1b2a5393398ebc5fd67dd;p=postgis Add missing 2.3.4 upgrade path (as provided by Muhammad Usama) 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 --- diff --git a/NEWS b/NEWS index b01ed3b64..439a3302e 100644 --- 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 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 1ddecfc26..7ad747e1f 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -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 +