From: Paul Ramsey Date: Wed, 15 Nov 2017 18:18:04 +0000 (+0000) Subject: push version numbers forward X-Git-Tag: 2.4.3rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c44db0f71f6339178557e3533c3faacc7d87d3a;p=postgis push version numbers forward git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16114 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index ccf28f1e5..271a99cd8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +PostGIS 2.4.3 +2017/xx/xx + + * Bug fixes * + - + + PostGIS 2.4.2 2017/11/15 diff --git a/README.postgis b/README.postgis index d7a9fd1c8..84ca25ac7 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.4.2 -:Date: 2017-11-15 +:Version: 2.4.3dev +:Date: 2017-xx-xx :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 407b33f75..90f4fd7f4 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=2 +POSTGIS_MICRO_VERSION=3dev # 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 d6a16bfe6..927d1c563 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,6 +3,18 @@ Appendix Release Notes + + Release 2.4.2 + Release date: 2017/11/15 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #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) + + + Release 2.4.1 Release date: 2017/10/18 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index bc85768cf..b1a3ed69c 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -32,5 +32,5 @@ UPGRADEABLE_VERSIONS = \ 2.3.5 \ 2.4.0 \ 2.4.1 \ - 2.4.2dev + 2.4.2