From: Sandro Santilli Date: Sat, 25 May 2013 16:49:10 +0000 (+0000) Subject: Use consistent formatting for the NEWS file X-Git-Tag: 2.1.0beta3~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0b1e109fb48b82e3c564b45f5f8e362670f1acb;p=postgis Use consistent formatting for the NEWS file git-svn-id: http://svn.osgeo.org/postgis/trunk@11498 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 62060686b..2bf04ac9b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ PostGIS 2.1.0 2013/MM/DD -* Important / Breaking Changes * + * Important / Breaking Changes * + - #1962 ST_Segmentize - As a result of the introduction of geography support: The construct SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5); will result in ambiguous function error @@ -20,7 +21,7 @@ PostGIS 2.1.0 instead of radians. - ST_Slope and ST_Aspect return pixel values in degrees instead of radians. -* Deprecated signatures + * Deprecated signatures * - #2104, ST_World2RasterCoord, ST_World2RasterCoordX and ST_World2RasterCoordY renamed to ST_WorldToRasterCoord, @@ -38,7 +39,8 @@ PostGIS 2.1.0 - 1 and 2 raster variants of ST_MapAlgebraExpr. Use expression variants of ST_MapAlgebra instead -* New Features * + * New Features * + - #310, ST_DumpPoints converted to a C function (Nathan Wagner) - toTopoGeom with TopoGeometry sink (Sandro Santilli / Vizzuality) - clearTopoGeom (Sandro Santilli / Vizzuality) @@ -100,9 +102,7 @@ PostGIS 2.1.0 New function available in PostGIS: ST_ForceSFS (Olivier Courtin and Hugo Mercier / Oslandia) - - -* Enhancements * + * Enhancements * - #823, tiger geocoder: Make loader_generate_script download portion less greedy @@ -161,7 +161,7 @@ PostGIS 2.1.0 - #1823, add parameter in ST_AsGML to use id column for GML 3 output (become mandatory since GML 3.2.1) -* Fixes * + * Fixes * - #1839, handling of subdatasets in GeoTIFF in raster2pgsql. - #1840, fix logic of when to compute # of tiles in raster2pgsql.