]> granicus.if.org Git - postgis/commitdiff
Documentation updates for 0.7.1 release.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 14 May 2002 20:47:30 +0000 (20:47 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 14 May 2002 20:47:30 +0000 (20:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@161 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
Makefile
README.postgis

diff --git a/CHANGES b/CHANGES
index 6256c350b1f3922c8a23e2a90cdc6d7e6f02d07b..3602fb34e98f85a07998d1a67ae23c7ac94aef9f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+PostGIS 0.7.1
+2002/05/14
+
+- Bug Fixes
+  - PgSQL 7.2 RTree-over-GIST bug fix. Rare data cases
+    caused index building to fail.
+  - Carriage returns removed from source code. Were
+    causing compilation failures.
+  - collect() now returns simplest homogeneous type
+    being aggregated (e.g.M ULTIPOLYGON for collect(*POLYGON))
+
 PostGIS 0.7.0
 2002/05/04
 
index 8b4fae8e982b5723a4234e01e7cfb83d4cbf06f0..f37c64e8e883d82fed423c326a246c56cf480240 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Configuration Directives
 #---------------------------------------------------------------
 # Set USE_PG72 to 1 for PostgreSQL version >= 7.2
-USE_PG72=0
+USE_PG72=1
 #---------------------------------------------------------------
 # Set USE_PROJ to 1 for Proj4 reprojection support
 USE_PROJ=0
index a783ae5f59acb6f1f75910896579305539be721a..82413728c84b552cfd2d6d2d6ef56ffca441658b 100644 (file)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 0.7 (2002/05/04)
+VERSION: 0.7.1 (2002/05/14)
 
 MORE INFORMATION: http://postgis.refractions.net