]> granicus.if.org Git - postgis/commitdiff
Updated NEWS of recent fixes to trunk
authorBborie Park <bkpark at ucdavis.edu>
Mon, 18 Jun 2012 22:58:03 +0000 (22:58 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 18 Jun 2012 22:58:03 +0000 (22:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9947 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index b1eb7b1cf461dbf75004cb4749ef0e1d3295676e..4bc0f63371e722c30b7dbe2a58c3119cbf285612 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,10 @@ PostGIS 2.1.0
 
   - #1839, handling of subdatasets in GeoTIFF in raster2pgsql.
   - #1840, fix logic of when to compute # of tiles in raster2pgsql.
-  - #1872, fix ST_ApproxSummarystats to prevent division by zero.
+  - #1870, align the docs and actual behavior of raster's ST_Intersects
+  - #1872, fix ST_ApproxSummarystats to prevent division by zero
+  - #1875, ST_SummaryStats returns NULL for all parameters except count
+                when count is zero
 
 PostGIS 2.0.1
 2012/06/DD
@@ -62,7 +65,10 @@ PostGIS 2.0.1
   - #1865, data loss in postgis_restore.pl when data rows have leading
            dashes.
   - #1867, catch invalid topology name passed to topogeo_add*
+  - #1870, align the docs and actual behavior of raster's ST_Intersects
   - #1872, fix ST_ApproxSummarystats to prevent division by zero
+  - #1875, ST_SummaryStats returns NULL for all parameters except count
+                when count is zero
 
 * Enhancements *