From: Sandro Santilli Date: Wed, 26 Jan 2005 08:34:29 +0000 (+0000) Subject: Added 1.0.0RC2 section X-Git-Tag: pgis_1_0_0RC2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=643e27404001a4ddd2665966d16e632a94509076;p=postgis Added 1.0.0RC2 section git-svn-id: http://svn.osgeo.org/postgis/trunk@1345 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index d9fbf9c19..96fb1fb87 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,18 @@ -PostGIS 1.0.0 +PostGIS 1.0.0RC2 +2005/01/26 + - 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.0RC1 2005/01/13 - New Things