]> granicus.if.org Git - postgis/commitdiff
Sort bugfixes by ticket number, add an item for #1802
authorSandro Santilli <strk@keybit.net>
Fri, 4 May 2012 15:12:29 +0000 (15:12 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 4 May 2012 15:12:29 +0000 (15:12 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9716 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 05dd9b79c43cd23ee074c8bbb0b0157274c94725..109e3d676db743c9e602135ffeb63263f017dd2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,20 +3,21 @@ PostGIS 2.0.1
 
 * Bug Fixes *
 
-  - #1789, fix false edge-node crossing report in ValidateTopology.
-  - #1791, fix ST_Azimuth with very close but distinct points.
-  - #1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.
-  - #1776, fix ST_SymDifference(empty, geom) to return geom.
+  - #1694, fix building with clang.
   - #1708, improve restore of PosgreSQL 9.1 backups.
-  - #1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.
   - #1714, more robust handling of high topology tolerance.
+  - #1755, ST_GeographyFromText support for higher dimensions.
   - #1759, loading transformed shapefiles in raster enabled db.
   - #1761, handling of subdatasets in NetCDF, HDF4 and HDF5 in raster2pgsql.
   - #1763, topology.toTopoGeom use with custom search_path.
-  - #1755, ST_GeographyFromText support for higher dimensions.
+  - #1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.
+  - #1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.
+  - #1776, fix ST_SymDifference(empty, geom) to return geom.
   - #1782, fix spatial reference string handling in raster.
+  - #1789, fix false edge-node crossing report in ValidateTopology.
   - #1790, fix toTopoGeom handling of duplicated primitives.
-  - #1694, fix building with clang.
+  - #1791, fix ST_Azimuth with very close but distinct points.
+  - #1802, improved function interruptibility.
 
 * Enhancements *