]> granicus.if.org Git - postgis/commitdiff
Added more New Things
authorSandro Santilli <strk@keybit.net>
Thu, 13 Jan 2005 08:43:25 +0000 (08:43 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 13 Jan 2005 08:43:25 +0000 (08:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1291 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES

diff --git a/CHANGES b/CHANGES
index e7a3c94b7ebc175714aee207e72449cbb30365df..6135abcacaadfdcb3f845c7484afdc40a470de5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,13 +5,19 @@ PostGIS 1.0.0
   - Objects are all now "lightweight" with a smaller disk
     and index representation. Large databases should see a moderate
     to large performance increase.
-  - Some new functions (AsGML())
   - Objects now have a hexidecimal canonical representation.
     To see a "user friendly" version of the objects use the
     AsText() function.
   - The loader and dumper use the hexidecimal canonical representation,
     so coordinate drift due to floating point string parsing is now
     eliminated.
+  - New functions: UpdateGeometrySRID(), AsGML(), SnapToGrid(),
+    ForceRHR(), estimated_extent(), Accum().
+  - Vertical positioning operators.
+  - Geometry constructors/editors.
+  - Coordinate dimensions handling (up to 4d).
+  - API.
+  - Join selectivity.
 - Bug Fixes
   - Numerous small fixes.