From: Paul Ramsey Date: Fri, 8 Jan 2010 23:39:41 +0000 (+0000) Subject: Update the NEW file X-Git-Tag: 1.5.0b1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83e0a4a6bbb67662556b9fb39b78cbae77194a7f;p=postgis Update the NEW file git-svn-id: http://svn.osgeo.org/postgis/trunk@5107 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index cea33a9ed..e0fa7b622 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,41 @@ PostGIS 1.5.0 - Add Hausdorff distance calculations (#209) (Vincent Picavet) - Add parameters argument to ST_Buffer operation (Sandro Santilli) + - Performance improvements to ST_Distance (Nicklas Aven) + - GML input via ST_GeomFromGML (Olivier Courtin) + - Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey) + - History table implemntation in utils (George) + - Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland) + - In place 'make check' support (Paul Ramsey) + - Geography type and supporting functions + - Spherical algorithms from Dave Skea + - Object/index implementation from Paul Ramsey + - Selectivitiy implementation from Mark Cave-Ayland + - Serializations (KML, GML, JSON) from Olivier Courtin + - ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, + ST_Intersects, ST_Covers, ST_Buffer + - Documentationn updates and improvements (Regina Obe, Kevin Neufeld) + - Testing and quality control (Regina Obe) + - Many many other changes: + http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+1.5.0&order=priority + + +PostGIS 1.4.1 +2009/11/28 + + - This is a bug fix release, addressing issues that have been + filed since the 1.4.0 release. + + - Bug Fixes + - #241, crash in ST_LineCrossingDirection + - #210, segmentation faults in ST_Union with NULLs + - #277, crash on very large numeric inputs + - #179, ST_MakeLine crash server with NULLs + - #253, inconsistent results when using the ~= operator + - #276, ST_AsGML producing non-compliant GML + - #239, memory issues with ST_As* functions + - #272, ST_LineCrossingDirection should be negatively symmetric + - #316, parsing problem for invalid higher dimensional geometries PostGIS 1.4.0