]> granicus.if.org Git - postgis/commitdiff
updated
authorSandro Santilli <strk@keybit.net>
Mon, 7 Feb 2005 12:31:41 +0000 (12:31 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 7 Feb 2005 12:31:41 +0000 (12:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1370 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES

diff --git a/CHANGES b/CHANGES
index 96fb1fb87d0d4b9302a000b4b9f64c6262812950..8334b1d9d79194a9d0fb3922629798a44b409a0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+PostGIS 1.0.0?
+       - transform(): missing SRID bugfix, better error handling
+       - jdbc2: small patches, box2d/3d tests, revised docs and license.
+       - few changes in autoconf 
+       - reduced precision of box2d output.
+       - some functions made IMMUTABLE from STABLE,
+         for performance improvement
+       - new performance tips chapter in manual
+
+1.0.0RC2
+       - More correct STABLE, IMMUTABLE, STRICT uses in lwpostgis.sql
+       - GEOMETRYCOLLECTION(EMPTY) syntax support for backward compatibility
+       - faster and more robust loader (both i18n and not)
+       - faster binary outputs
+       - bug fix in pointarray box3d computation
+       - initial autoconf script
+       - bug fix in distance_spheroid definition
+       - stricter OGC WKB constructors
+       - stricter OGC WKT constructors
+       - bug fix in transform() missing to update bbox cache
+       - LWGEOM aware JDBC driver (jdbc2)
+
 PostGIS 1.0.0RC2
 2005/01/26
        - More correct STABLE, IMMUTABLE, STRICT uses in lwpostgis.sql