From: Regina Obe Date: Thu, 11 Sep 2014 03:57:29 +0000 (+0000) Subject: cut in missing 2.1.3 and 2.1.4 release notes, fix date type in 2.0.5, add 2.1.4 to... X-Git-Tag: 2.2.0rc1~847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2570d1052aaff67fbc265957b6b3aa67fedd7eb3;p=postgis cut in missing 2.1.3 and 2.1.4 release notes, fix date type in 2.0.5, add 2.1.4 to extension upgrade mix git-svn-id: http://svn.osgeo.org/postgis/trunk@12968 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index f1ddc0d31..1db1cea0d 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,50 @@ PostGIS 2.2.0 - Split raster/rt_core/rt_api.c and raster/rt_pg/rt_pg.c files into smaller files for ease of long-term maintenance and development +PostGIS 2.1.4 +2014/09/10 + + * Enhancements * + + - #2745, Speedup ST_Simplify calls against points + - #2747, Support for GDAL 2.0 + - #2749, Make rtpostgis_upgrade_20_21.sql ACID + - #2811, Do not specify index names when loading shapefiles/rasters + - #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster + and no NODATA specified + - #2895, Raise cost of ST_ConvexHull(raster) to 300 for better query plans + + * Bug Fixes * + + - #2605, armel: _ST_Covers() returns true for point in hole + - #2911, Fix output scale on ST_Rescale/ST_Resample/ST_Resize of rasters + with scale 1/-1 and offset 0/0. + - Fix crash in ST_Union(raster) + - #2704, ST_GeomFromGML() does not work properly with array of gml:pos + (Even Roualt) + - #2708, updategeometrysrid doesn't update srid check when schema + not specified. Patch from Marc Jansen + - #2720, lwpoly_add_ring should update maxrings after realloc + - #2759, Fix postgis_restore.pl handling of multiline object comments + embedding sql comments + - #2774, fix undefined behavior in ptarray_calculate_gbox_geodetic + - Fix potential memory fault in ST_MakeValid + - #2784, Fix handling of bogus argument to --with-sfcgal + - #2772, Premature memory free in RASTER_getBandPath (ST_BandPath) + - #2755, Fix regressions tests against all versions of SFCGAL + - #2775, lwline_from_lwmpoint leaks memory + - #2802, ST_MapAlgebra checks for valid callback function return value + - #2803, ST_MapAlgebra handles no userarg and STRICT callback function + - #2834, ST_Estimated_Extent and mixedCase table names (regression bug) + - #2845, Bad geometry created from ST_AddPoint + - #2870, Binary insert into geography column results geometry being inserted + - #2872, make install builds documentation (Greg Troxell) + - #2819, find isfinite or replacement on Centos5 / Solaris + - #2899, geocode limit 1 not returning best answer (tiger geocoder) + - #2903, Unable to compile on FreeBSD + - #2927 reverse_geocode not filling in direction prefix (tiger geocoder) + get rid of deprecated ST_Line_Locate_Point called + PostGIS 2.1.3 2014/05/13 @@ -402,7 +446,7 @@ PostGIS 2.0.6 - #2772, fix premature memory free in RASTER_getBandPath (ST_BandPath) PostGIS 2.0.5 -2013/03/31 +2014/03/31 * Important Changes * diff --git a/doc/release_notes.xml b/doc/release_notes.xml index f5f3843db..c2289538b 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -5,7 +5,91 @@ Release 2.2.0 Release date: YYYY/MM/DD - + + + + Release 2.1.4 + Release date: 2014-09-10 + This is a bug fix and performance improvement release. + + Enhancements + #2745, Speedup ST_Simplify calls against points + #2747, Support for GDAL 2.0 + #2749, Make rtpostgis_upgrade_20_21.sql ACID + #2811, Do not specify index names when loading shapefiles/rasters + #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster + and no NODATA specified + #2895, Raise cost of ST_ConvexHull(raster) to 300 for better query plans + + + + Bug Fixes + #2605, armel: _ST_Covers() returns true for point in hole + #2911, Fix output scale on ST_Rescale/ST_Resample/ST_Resize of rasters + with scale 1/-1 and offset 0/0. + Fix crash in ST_Union(raster) + #2704, ST_GeomFromGML() does not work properly with array of gml:pos + (Even Roualt) + #2708, updategeometrysrid doesn't update srid check when schema + not specified. Patch from Marc Jansen + #2720, lwpoly_add_ring should update maxrings after realloc + #2759, Fix postgis_restore.pl handling of multiline object comments + embedding sql comments + #2774, fix undefined behavior in ptarray_calculate_gbox_geodetic + - Fix potential memory fault in ST_MakeValid + #2784, Fix handling of bogus argument to --with-sfcgal + #2772, Premature memory free in RASTER_getBandPath (ST_BandPath) + #2755, Fix regressions tests against all versions of SFCGAL + #2775, lwline_from_lwmpoint leaks memory + #2802, ST_MapAlgebra checks for valid callback function return value + #2803, ST_MapAlgebra handles no userarg and STRICT callback function + #2834, ST_Estimated_Extent and mixedCase table names (regression bug) + #2845, Bad geometry created from ST_AddPoint + #2870, Binary insert into geography column results geometry being inserted + #2872, make install builds documentation (Greg Troxell) + #2819, find isfinite or replacement on Centos5 / Solaris + #2899, geocode limit 1 not returning best answer (tiger geocoder) + #2903, Unable to compile on FreeBSD + #2927 reverse_geocode not filling in direction prefix (tiger geocoder) + get rid of deprecated ST_Line_Locate_Point called + + + + + Release 2.1.3 + Release date: 2014/05/13 + This is a bug fix and security release. + + Important changes + + Starting with this version offline raster access and use of GDAL drivers + are disabled by default. + + + + An environment variable is introduced to allow for enabling + specific GDAL drivers: POSTGIS_GDAL_ENABLED_DRIVERS. + By default, all GDAL drivers are disabled + + + + An environment variable is introduced to allow for enabling + out-db raster bands: POSTGIS_ENABLE_OUTDB_RASTERS. + By default, out-db raster bands are disabled + + + + The environment variables must be set for the PostgreSQL process, + and determines the behavior of the whole cluster. + + + + Bug Fixes + #2697, invalid GeoJSON Polygon input crashes server process + #2700, Fix dumping of higher-dimension datasets with null rows + #2706, ST_DumpPoints of EMPTY geometries crashes server + + Release 2.1.2 Release date: 2014/03/31 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 0aba20578..29b6e53a3 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -8,4 +8,5 @@ UPGRADEABLE_VERSIONS = \ 2.1.0 \ 2.1.1 \ 2.1.2 \ - 2.1.3 + 2.1.3 \ + 2.1.4