From: Sandro Santilli Date: Mon, 4 Jul 2005 09:14:41 +0000 (+0000) Subject: adjusted for 1.0.2 release X-Git-Tag: pgis_1_1_0~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6192db6650bdff2c6429afb27fd1794b67c8ea58;p=postgis adjusted for 1.0.2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@1807 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 8409a0aa5..07c9f4f9e 100644 --- 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