]> granicus.if.org Git - postgis/commitdiff
Wrap NEWS to 80cols
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Oct 2012 22:20:01 +0000 (22:20 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Oct 2012 22:20:01 +0000 (22:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10488 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index f772fa5b8c0de41bd2e46a2fc0ef7ef19797fab8..c83de89533ccea73467247eb589d372dafdfe3de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,25 +43,28 @@ PostGIS 2.1.0
     (Bborie Park / UC Davis)
 
 * Enhancements *
-  - #823, tiger geocoder: Make loader_generate_script download portion less greedy
+  - #823,  tiger geocoder: Make loader_generate_script download portion 
+           less greedy
   - #1363, ST_AddBand(raster, ...) array version rewritten in C
   - #1364, ST_Union(raster, ...) aggregate function rewritten in C
   - #1661, Add aggregate variant of ST_SameAlignment
   - #1719, Add support for Point and GeometryCollection ST_MakeValid inputs
   - #1796, Big performance boost for distance calculations in geography
   - #1802, improved function interruptibility.
-  - #1856, tiger geocoder: reverse geocoder rating setting for prefer numbered highway name
+  - #1856, tiger geocoder: reverse geocoder rating setting for prefer 
+           numbered highway name
   - #1938, Refactor basic ST_AddBand to add multiple new bands in one call
-  - #1978, wrong answer when calculating length of a closed circular arc (circle)
+  - #1978, wrong answer when calculating length of a closed circular 
+           arc (circle)
   - #1780, support ST_GeoHash for geography
   - #2021, Added multi-band support to ST_Union(raster, ...) aggregate function
   - #2006, better support of ST_Area(geography) over poles and dateline
   - TopologySummary output now includes unregistered layers and a count
     of missing TopoGeometry objects from their natural layer.
-  - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional parameter to
-    interpolate NODATA pixels before running the operation.
-  - point variant of ST_SetValue(raster) is now a wrapper around geomval variant of
-    ST_SetValues(rast).
+  - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional 
+    parameter to interpolate NODATA pixels before running the operation.
+  - point variant of ST_SetValue(raster) is now a wrapper around geomval 
+    variant of ST_SetValues(rast).
 
 * Fixes *
 
@@ -73,7 +76,8 @@ PostGIS 2.1.0
            when count is zero
   - #1932, fix raster2pgsql of syntax for index tablespaces
   - #1936, ST_GeomFromGML on CurvePolygon causes server crash
-  - #1939, remove custom data types: summarystats, histogram, quantile, valuecount
+  - #1939, remove custom data types: summarystats, histogram, quantile, 
+           valuecount
   - #1951, remove crash on zero-length linestrings
   - #1957, ST_Distance to a one-point LineString returns NULL 
   - #1981, cleanup of unused variables causing warnings with gcc 4.6+