From 3d9dee086423be68ca0a4ac13376b56bf505a471 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 15 Nov 2017 18:11:13 +0000 Subject: [PATCH] Prepare for 2.4.2 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16112 b70326c6-7e19-0410-871a-916f4a2858ee --- ChangeLog | 90 ++++++++++++++++++++++++++++++ NEWS | 4 +- README.postgis | 4 +- Version.config | 2 +- extensions/upgradeable_versions.mk | 4 +- 5 files changed, 98 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f585283a1..e3980caad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2017-11-14 05:42 Regina Obe + + * [r16108] doc/extras_tigergeocoder.xml: note about enhanced + feature in reverse_geocode when zcta5 data is loaded. + +2017-11-09 09:06 Regina Obe + + * [r16102] NEWS, extensions/upgradeable_versions.mk: 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 + +2017-11-09 08:53 Regina Obe + + * [r16099] NEWS: fix spacing + +2017-11-09 08:52 Regina Obe + + * [r16098] NEWS: Add missing release notes for ST_Segmentize + geography fix. + References #3667 for PostGIS 2.4.2 + +2017-11-07 18:04 Paul Ramsey + + * [r16094] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c, + regress/geography_expected: Replace project-and-entend logic with + bisect-and-recurse in geography segmentization. + Preserves "mostly equal" segment lengths, and + should be more numerically stable. + Backport to 2.4. + References #3667 + +2017-10-31 15:15 Sandro Santilli + + * [r16086] configure.ac, liblwgeom/Makefile.in: Make sure target + directories are created before copying files to them + + References #3912 for 2.4 branch + References #3916 for 2.4 branch + +2017-10-26 01:07 Regina Obe + + * [r16061] NEWS: Fix zcta5 load - NEWS item + References #3917 for PostGIS 2.4.2 + +2017-10-26 01:06 Regina Obe + + * [r16060] extras/tiger_geocoder/tiger_loader_2017.sql: Fix zcta5 + load + References #3917 for PostGIS 2.4.2 + +2017-10-21 09:02 Sandro Santilli + + * [r16029] .gitignore, GNUmakefile.in, configure.ac, + liblwgeom/Makefile.in, loader/Makefile.in, raster/install-sh, + raster/loader/Makefile.in, utils/Makefile.in: Put build AUX files + under build-aux + + Cleans and ignore build aux files from new location, + and remove spurious install-sh from repository. + + References #3912 for 2.4 branch + +2017-10-20 13:05 Paul Ramsey + + * [r16018] raster/rt_pg/Makefile.in: Reflect CFLAGS passed into + core + +2017-10-20 13:04 Paul Ramsey + + * [r16017] postgis/Makefile.in: Reflect CFLAGS passed into + configure + +2017-10-18 19:28 Paul Ramsey + + * [r16014] liblwgeom/lwgeom_geos.c, postgis/geobuf.c, + postgis/geography_centroid.c, postgis/gserialized_gist_2d.c, + postgis/lwgeom_functions_basic.c, postgis/mvt.c: Quiet compile + warnings + +2017-10-18 18:46 Paul Ramsey + + * [r16013] HOWTO_RELEASE, NEWS, README.postgis, Version.config, + extensions/upgradeable_versions.mk: Bump forward versions + +2017-10-18 18:32 Paul Ramsey + + * [r16011] ChangeLog, NEWS, README.postgis, Version.config, + doc/release_notes.xml: Prepare for 2.4.1 release + 2017-10-17 18:23 Regina Obe * [r16001] doc/introduction.xml: diff --git a/NEWS b/NEWS index 439a3302e..ccf28f1e5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -PostGIS 2.4.2dev -2017/xx/xx +PostGIS 2.4.2 +2017/11/15 * Bug fixes * - #3917, Fix zcta5 load diff --git a/README.postgis b/README.postgis index 5ad782205..d7a9fd1c8 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.4.2dev -:Date: 2017-xx-xx +:Version: 2.4.2 +:Date: 2017-11-15 :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 9482a40ec..407b33f75 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=2dev +POSTGIS_MICRO_VERSION=2 # 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 7ad747e1f..bc85768cf 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -29,6 +29,8 @@ UPGRADEABLE_VERSIONS = \ 2.3.2 \ 2.3.3 \ 2.3.4 \ + 2.3.5 \ 2.4.0 \ - 2.4.1 + 2.4.1 \ + 2.4.2dev -- 2.40.0