]> granicus.if.org Git - postgis/commitdiff
Updates for 0.8.0 release.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 25 Nov 2003 03:03:01 +0000 (03:03 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 25 Nov 2003 03:03:01 +0000 (03:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@385 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
CREDITS
README.postgis
TODO

diff --git a/CHANGES b/CHANGES
index db40c0f91fae50ef3ba1dd89ea0257c544c89ad6..e49d4ce3ce0c622695f4fd87b2c0b6b08955e839 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+PostGIS 0.8.0
+2003/11/24
+
+- New Things
+  - Support for PostgreSQL 7.4
+  - Support for all OpenGIS SFSQL functions (requires GEOS)
+    - Contains()
+    - Within()
+    - GeomUnion()
+    - Intersection()
+    - Buffer()
+    - and many more...!
+  - Includes OpenGIS conformance tests
+  - Passes all OpenGIS conformance tests
+  - Spatial aggregate functions
+    - GeomUnion() 
+    - Collect()
+- Bug Fixes
+  - shp2pgsql/pgsql2shp
+    - Numerous special cases in rings and 
+      attributes repaired
+  - Some OpenGIS conformance changes
+
+
 PostGIS 0.7.5
 2003/04/08
 
@@ -10,6 +34,7 @@ PostGIS 0.7.5
   - Some obscure operators fixed
   - Some cygwin build improvements
 
+
 PostGIS 0.7.4
 2003/02/12
 
@@ -22,6 +47,7 @@ PostGIS 0.7.4
   - Support for PostgreSQL 7.3
   - Optional spatial index selectivity system
 
+
 PostGIS 0.7.3
 2002/09/05
 
@@ -31,6 +57,7 @@ PostGIS 0.7.3
   - Automatic version detection for appropriate GiST bindings
   - postgis_transform now supports box3d types as well as geometry
 
+
 PostGIS 0.7.2
 2002/09/01
 
@@ -42,6 +69,7 @@ PostGIS 0.7.2
   - Updates to the ~ and @ operators
   - Update to translate() function to also translate bbox
 
+
 PostGIS 0.7.1
 2002/05/14
 
@@ -53,6 +81,7 @@ PostGIS 0.7.1
   - collect() now returns simplest homogeneous type
     being aggregated (e.g.M ULTIPOLYGON for collect(*POLYGON))
 
+
 PostGIS 0.7.0
 2002/05/04
 
diff --git a/CREDITS b/CREDITS
index a39096fec2371fee2d36eefe2cb8c4ded2dcf8a0..dbb048fb19bd45b735b5df492e4e9ac3be457890 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,4 @@
-CREDITS: 2002/05/04
+CREDITS: 2003/11/24
 
 The core team of PostGIS is from Refractions Research: 
 Dave Blasby, Paul Ramsey, Jeff Lounsbury and Chris Hodgson. 
@@ -30,4 +30,7 @@ Version 0.7 of PostGIS includes patches from:
   Mark Cave-Ayland on truly_inside().
   STRK on shp2pgsql improvements
 
+Version 0.8 of PostGIS includes patches from:
+  Carl Anderson on schemas
+  STRK on numerous bug fixes and enhancements
 
index d62a85e5753fe0dc41f09a2efe1e009994bbed2a..7b3177b42b3d39e65a8ab9b5fae6a26d941dd883 100644 (file)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 0.8.0 (2003/08/08)
+VERSION: 0.8.0 (2003/11/24)
 
 MORE INFORMATION: http://postgis.refractions.net
 
@@ -32,7 +32,9 @@ PostgreSQL source installation. Alternately, edit the "top_buildir" in the
 Makefile and point it at your PostgreSQL source tree. You must have a 
 PostgreSQL source tree, and you must have run succesfully built and installed
 it for this to work. 
-SEE THE NOTE ON GEOS SUPPORT BELOW FOR SPECIAL COMPILATION INSTRUCTIONS.
+
+SEE THE NOTE ON GEOS SUPPORT BELOW FOR SPECIAL COMPILATION INSTRUCTIONS
+
 
 * PROJ4 SUPPORT: 
   The Proj4 reprojection library is required if you want to use the 
diff --git a/TODO b/TODO
index 35c73705c214d49d4611ca27f573dabeacfe051e..ebcd863531dacf2ce910d329425cf5f28d333a99 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,9 @@
-2003/10/20
+2003/11/20
 
 - GML import/export routines
 - Connectivity to commercial GIS software.
 - Re-write WKT input/output functions to be faster
-- PgSQL 7.4 support
 - SVG output routines
-- Douglas/Peuker simplification for linestrings
 - Update PgSQL GiST to support row level (recangle level?) locking.
 - Network creation and network operations 
   (upstream, downstream, least cost path)