From: Paul Ramsey Date: Wed, 9 Apr 2003 03:40:07 +0000 (+0000) Subject: Updates for 0.7.5 release. X-Git-Tag: pgis_0_7_5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d70e63b1173f3f0ee5f26fcad01e9cabeb3c4bef;p=postgis Updates for 0.7.5 release. git-svn-id: http://svn.osgeo.org/postgis/trunk@252 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index f455a3d83..db40c0f91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +PostGIS 0.7.5 +2003/04/08 + +- Bug Fixes + - shp2pgsql + - Z coordinate handling + - M coordinate handling + - Ring handling fixed in some cases + - Support for large numbers in attribute tables + - Some obscure operators fixed + - Some cygwin build improvements + PostGIS 0.7.4 2003/02/12 diff --git a/CREDITS b/CREDITS index f233b2e75..a39096fec 100644 --- a/CREDITS +++ b/CREDITS @@ -28,5 +28,6 @@ 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(). + STRK on shp2pgsql improvements diff --git a/README.postgis b/README.postgis index a0702dc1e..7fb8bbf55 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -VERSION: 0.7.4 (2003/02/12) +VERSION: 0.7.5 (2003/04/08) MORE INFORMATION: http://postgis.refractions.net