From: Paul Ramsey Date: Fri, 30 Nov 2007 18:19:38 +0000 (+0000) Subject: Added release notes. X-Git-Tag: 1.3.2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b84492e407c47866e94bbca5d7436513081fe443;p=postgis Added release notes. git-svn-id: http://svn.osgeo.org/postgis/trunk@2722 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index cfdfca98d..f610ed952 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +PostGIS 1.3.2 +2007/12/01 + - Improvements in the TIGER geocoder + - Fix to ST_EndPoint() crasher bug + - Modified ST_AsGML() improving v2 and adding v3 support + - Fix to ensure ST_Envelope() returns valid geometries + - Change JDBC build to use Ant + - Fix for better OS/X support + - Fix to WKB parser to do simple validity checks + PostGIS 1.3.1 2007/08/13 - Fixed documentation bugs and release number errors diff --git a/doc/postgis.xml b/doc/postgis.xml index 536677904..4d2d5ef39 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -5884,6 +5884,15 @@ Release Notes + + Release 1.3.2 + Release date: 2007/12/01 + This release fixes bugs in ST_EndPoint() and ST_Envelope, + improves support for JDBC building and OS/X, and adds + better support for GML output with ST_AsGML(), including + GML3 output. + + Release 1.3.1 Release date: 2007/08/13