]> granicus.if.org Git - postgis/commitdiff
adjusted for 1.0.2 release
authorSandro Santilli <strk@keybit.net>
Mon, 4 Jul 2005 09:14:41 +0000 (09:14 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 4 Jul 2005 09:14:41 +0000 (09:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1807 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES

diff --git a/CHANGES b/CHANGES
index 8409a0aa544eff71bee2412e5007364889c9ac60..07c9f4f9e368e43d08bca36403399362bd0a45bf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,14 +13,17 @@ PostGIS 1.1.0CVS
        - NEW line_substring() function
        - NEW line_locate_point() function
        - JTS support improvements
-       - NEW -I (index) switch in shp2pgsql
+       - Chunked GeomUnion implementation (much faster)
+
+PostGIS 1.0.2
+2005/07/04
        - Fault tolerant btree ops
        - Memory Leak fix in pg_error
        - Rtree index fix. See:
          http://archives.postgresql.org/pgsql-hackers/2005-06/msg01108.php
-       - Chunked GeomUnion implementation (much faster)
-       - Support for postgresql 8.1
+        - Initial support for postgresql 8.1dev
        - Cleaner build scripts: avoided mix of CFLAGS and CXXFLAGS
+       - NEW -I switch for pgsql2shp (GiST index)
 
 PostGIS 1.0.1
 2005/05/24