From 5e457a29a6e56263ea85397b8baf96499afbe68c Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sun, 20 May 2012 07:31:06 +0000 Subject: [PATCH] Update NEWS with some bug fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@9754 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c9a7146c0..53e160288 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PostGIS 2.0.1 * Bug Fixes * + - #1264, fix st_dwithin(geog, geog, 0). - #1694, fix building with clang. - #1708, improve restore of PosgreSQL 9.1 backups. - #1714, more robust handling of high topology tolerance. @@ -17,6 +18,7 @@ PostGIS 2.0.1 - #1789, fix false edge-node crossing report in ValidateTopology. - #1790, fix toTopoGeom handling of duplicated primitives. - #1791, fix ST_Azimuth with very close but distinct points. + - #1805, put back the 900913 SRID entry. - #1819, fix floating point issues with ST_World2RasterCoord and ST_Raster2WorldCoord variants. - #1825, fix prepared geometry cache lookup -- 2.40.0