From: Paul Ramsey Date: Sun, 1 Sep 2002 20:04:11 +0000 (+0000) Subject: Changes in preparation for 0.7.2 release. X-Git-Tag: pgis_0_7_2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4f3ff7fd88915c7ca780283922687d04f32a97;p=postgis Changes in preparation for 0.7.2 release. git-svn-id: http://svn.osgeo.org/postgis/trunk@181 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 3602fb34e..eec4bdf70 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +PostGIS 0.7.2 +2002/09/01 + +- Bug Fixes + - Numerous subtle bugs fixed in pgsql2shp and shp2pgsql DBF and + SHP file handling + - Some pgsql 7.3 preparations + - Patch to truly_inside() corner case + - Updates to the ~ and @ operators + - Update to translate() function to also translate bbox + PostGIS 0.7.1 2002/05/14 diff --git a/CREDITS b/CREDITS index 2fc56eac3..f233b2e75 100644 --- a/CREDITS +++ b/CREDITS @@ -27,4 +27,6 @@ Version 0.5 of PostGIS includes contributions from: Version 0.7 of PostGIS includes patches from: Steffen Macke on numerous loader/dumper bugs. Bernhard Reiter on some documentation issues and a loader limit. + Mark Cave-Ayland on truly_inside(). + diff --git a/README.postgis b/README.postgis index 82413728c..fe7e5b2ac 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -VERSION: 0.7.1 (2002/05/14) +VERSION: 0.7.2 (2002/09/01) MORE INFORMATION: http://postgis.refractions.net