From 7d5437cd7b9ccae761e0a40ce4568b7767d783c8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 4 May 2012 15:12:29 +0000 Subject: [PATCH] Sort bugfixes by ticket number, add an item for #1802 git-svn-id: http://svn.osgeo.org/postgis/trunk@9716 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 05dd9b79c..109e3d676 100644 --- 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 * -- 2.40.0