]> granicus.if.org Git - postgis/commitdiff
Remove bugfix items already noted for previous versions
authorSandro Santilli <strk@keybit.net>
Wed, 27 Aug 2014 15:44:10 +0000 (15:44 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 27 Aug 2014 15:44:10 +0000 (15:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12926 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index f9803814f6a6189164bab388bb9950ee0194e2b9..db2cdf053d13e684e685acd4e5cf95d892038de5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PostGIS 2.2.0
   - #2567, ST_Count(tablename, rastercolumn, ...)
 
  * New Features *
+
   - #899, -m shp2pgsql attribute names mapping -m switch
            (Regina Obe / Sandro Santilli)
   - #1678, Added GUC postgis.gdal_datapath to specify GDAL config
@@ -61,39 +62,11 @@ PostGIS 2.2.0
 
  * Bug Fixes *
 
-  - #2666, Error out at configure time if no SQL preprocessor can be found
-  - #2371, Support GEOS versions with more than 1 digit in micro
-  - #2383, Removed unsafe use of \' from raster warning message
-  - #2384, Fixed variable datatype in ST_Neighborhood
-  - #2454, Fix behavior of ST_PixelAsXXX functions regarding
-           exclude_nodata_value parameter
-  - #2493, Fix behavior of ST_DumpValues when passed an empty raster
-  - #2512, Support for foreign tables and materialized views in
-           raster_columns and raster_overviews
-  - #2532, Add missing raster/geometry commutator operators
-  - #2534, st_distance is returning incorrect results for large geographies
   - #2540, Change GUC name for GDAL_DATA to postgis.gdal_datapath
-  - #2543, invalid join selectivity error from simple query
-  - #2546, GeoJSON with string coordinates parses incorrectly 
-  - #2552, Fix handling of NULL raster in ST_AsTIFF, ST_AsPNG
-           and ST_AsJPEG
-  - #2555, Fix parsing issue of range arguments of ST_Reclass
-  - #2589, Remove use of unnecessary void pointers
-  - #2607, Cannot open more than 1024 out-db files in one process
-  - #2615, EstimatedExtent (and hence, underlying stats) gathering wrong bbox
-  - #2556, geography ST_Intersects results depending on insert order
-  - #2634, regression in sphere distance code
-  - #2697, invalid GeoJSON Polygon input crashes server process
-  - #2706, ST_DumpPoints of EMPTY geometries crashes server
-  - #2772, Premature memory free in RASTER_getBandPath (ST_BandPath)
   - #2777, Raster max extent constraint based upon envelope to behave
            like geometry extent
-  - #2802, ST_MapAlgebra checks for valid callback function return value
-  - #2803, ST_MapAlgebra handles no userarg and STRICT callback function
   - #2822, Use @ operator instead of ST_CoveredBy() for raster
            max extent constraint
-  - #2845, Bad geometry created from ST_AddPoint
-  - #2870, Binary insert into geography column results in value being inserted as geometry
 
  * Code refactoring *