]> granicus.if.org Git - postgis/commitdiff
Fill in missing spots in News
authorRegina Obe <lr@pcorp.us>
Sat, 9 Jan 2010 03:05:25 +0000 (03:05 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 9 Jan 2010 03:05:25 +0000 (03:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5111 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index e0fa7b62216744e405e6f10451008d6047e31da5..71fe0379f789c60eb97f3bc776f598392013abd6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
 PostGIS 1.5.0
 
   - Add Hausdorff distance calculations (#209) (Vincent Picavet)
-  - Add parameters argument to ST_Buffer operation (Sandro Santilli)
+  - Add parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli)
   - Performance improvements to ST_Distance (Nicklas Aven)
-  - GML input via ST_GeomFromGML (Olivier Courtin)
+  - Addition of other Distance related and visualization functions (Nicklas Aven)
+       - ST_ClosestPoint
+       - ST_LongestLine
+       - ST_MaxDistance
+       - ST_ShortestLine
+  - KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin)
   - Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey)
-  - History table implemntation in utils (George)
+  - History table implemntation in utils (George Silva)
   - Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland)
   - In place 'make check' support (Paul Ramsey)
   - Geography type and supporting functions