From: Paul Ramsey <pramsey@cleverelephant.ca>
Date: Tue, 25 Nov 2003 03:03:01 +0000 (+0000)
Subject: Updates for 0.8.0 release.
X-Git-Tag: pgis_0_8_1~36
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e40e70c51536dff2289a0c88e8e37e3387999287;p=postgis

Updates for 0.8.0 release.


git-svn-id: http://svn.osgeo.org/postgis/trunk@385 b70326c6-7e19-0410-871a-916f4a2858ee
---

diff --git a/CHANGES b/CHANGES
index db40c0f91..e49d4ce3c 100644
--- 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 a39096fec..dbb048fb1 100644
--- 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
 
diff --git a/README.postgis b/README.postgis
index d62a85e57..7b3177b42 100644
--- a/README.postgis
+++ b/README.postgis
@@ -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 35c73705c..ebcd86353 100644
--- 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)