From: Sandro Santilli Date: Mon, 7 Feb 2005 12:31:41 +0000 (+0000) Subject: updated X-Git-Tag: pgis_1_0_0RC3~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=664744bc64ef3d3d90b052c1e98a183a11ecd4df;p=postgis updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1370 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 96fb1fb87..8334b1d9d 100644 --- 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