]> granicus.if.org Git - postgis/commitdiff
Entered 0.5 change list
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Jul 2001 23:49:49 +0000 (23:49 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Jul 2001 23:49:49 +0000 (23:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@28 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES

diff --git a/CHANGES b/CHANGES
index 04a7552aa2e334ff10d77b355854c2830a0375d3..cf2ae25b7e451e75380718261363605f115e35a2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,39 @@
+PostGIS 0.5
+
+- New functions
+  - Dimension()
+  - GeometryType()
+  - Envelope() 
+  - X(), Y(), Z()
+  - NumPoints()
+  - PointN()
+  - ExteriorRing()
+  - NumInteriorRings()
+  - InteriorRingN()
+  - NumGeometries()
+  - GeometryN()
+  - Length_Spheroid()
+  - Length3D_Spheroid()
+  - AsBinary() + XDR and NDR variants
+  - force_collection()
+- Removed functions
+  - wkb_ndr()
+  - wkb_xdr()
+- New Objects
+  - SPHEROID(<NAME>,<SEMIMAJOR AXIS>,<INVERSE FLATTENING>)
+    To be used with the length_spheroid functions for accurate
+    length calculations on lat/lon data.
+- Minor bug fixes
+- Internal Functions
+  - Extra constructors to make geometry manipulation easier
+- Structural Reorganization
+  - Broke postgis.c up into four new files
+    postgis_debug.c -- debugging functions
+    postgis_fn.c -- generic functions (like length())
+    postgis_ops.c -- operators and indexing functions
+    postgis_inout.c -- type support functions and data conversion functions
+
+
 PostGIS 0.2
 2001/06/19