From: Regina Obe Date: Sat, 24 Oct 2015 19:41:20 +0000 (+0000) Subject: up port PostGIS 2.1 branch release notes X-Git-Tag: 2.3.0beta1~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72e1af02a09484e446eb6f209cad01b76eb1ba63;p=postgis up port PostGIS 2.1 branch release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@14307 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 0abc110d8..da3623c82 100644 --- a/NEWS +++ b/NEWS @@ -159,6 +159,31 @@ PostGIS 2.2.0 smaller files for ease of long-term maintenance and development - #1220, lwerror and lwnotice function became internal to liblwgeom +PostGIS 2.1.8 +2015/07/07 + + * Bug Fixes * + + - #3159, do not force a bbox cache on ST_Affine + - #3018, GROUP BY geography sometimes returns duplicate rows + - #3048, shp2pgsql - illegal number format when specific system locale set + - #3094, Malformed GeoJSON inputs crash backend + - #3104, st_asgml introduces random characters in ID field + - #3155, Remove liblwgeom.h on make uninstall + - #3177, gserialized_is_empty cannot handle nested empty cases + - Fix crash in ST_LineLocatePoint + + +PostGIS 2.1.7 +2015/03/30 + + * Bug Fixes * + + - #3086, ST_DumpValues() crashes backend on cleanup with invalid + band indexes + - #3088, Do not (re)define strcasestr in a liblwgeom.h + - #3094, Malformed GeoJSON inputs crash backend + PostGIS 2.1.6 2015/03/20 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index c977c513f..83eba1ca8 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -81,6 +81,61 @@ + + Release 2.1.8 + Release date: 2015-07-07 + This is a critical bug fix release. + + Bug Fixes + #3159, do not force a bbox cache on ST_Affine + #3018, GROUP BY geography sometimes returns duplicate rows + #3048, shp2pgsql - illegal number format when specific system locale set + #3094, Malformed GeoJSON inputs crash backend + #3104, st_asgml introduces random characters in ID field + #3155, Remove liblwgeom.h on make uninstall + #3177, gserialized_is_empty cannot handle nested empty cases + Fix crash in ST_LineLocatePoint + + + + + Release 2.1.7 + Release date: 2015-03-30 + This is a critical bug fix release. + + Bug Fixes + #3086, ST_DumpValues() crashes backend on cleanup with invalid band indexes + #3088, Do not (re)define strcasestr in a liblwgeom.h + #3094, Malformed GeoJSON inputs crash backend + + + + + Release 2.1.6 + Release date: 2015-03-20 + This is a bug fix and performance improvement release. + + Enhancements + #3000, Ensure edge splitting and healing algorithms use indexes + #3048, Speed up geometry simplification (J.Santana @ CartoDB) + #3050, Speep up geometry type reading (J.Santana @ CartoDB) + + + Bug Fixes + #2941, allow geography columns with SRID other than 4326 + #3069, small objects getting inappropriately fluffed up w/ boxes + #3068, Have postgis_typmod_dims return NULL for unconstrained dims + #3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions + #3058, Fix ND-GiST picksplit method to split on the best plane + #3052, Make operators <-> and <#> available for PostgreSQL < 9.1 + #3045, Fix dimensionality confusion in &&& operator + #3016, Allow unregistering layers of corrupted topologies + #3015, Avoid exceptions from TopologySummary + #3020, ST_AddBand out-db bug where height using width value + #3031, Allow restore of Geometry(Point) tables dumped with empties in them + + + Release 2.1.5 Release date: 2014-12-18