]> granicus.if.org Git - postgis/commitdiff
Added release notes.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 30 Nov 2007 18:19:38 +0000 (18:19 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 30 Nov 2007 18:19:38 +0000 (18:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2722 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/postgis.xml

diff --git a/NEWS b/NEWS
index cfdfca98dddb6c07ada21249ac9b4f89090ea40b..f610ed9521742a3fc083aa8486c538cd905aec7c 100644 (file)
--- 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
index 536677904617905a4c6814e4bf92f97b9dc826d8..4d2d5ef39069658db8f06b11bbce488ef89a55fd 100644 (file)
     <sect1>
       <title>Release Notes</title>
 
+      <sect2>
+        <title>Release 1.3.2</title>
+        <para>Release date: 2007/12/01</para>
+        <para>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.</para>
+      </sect2>
+
       <sect2>
         <title>Release 1.3.1</title>
         <para>Release date: 2007/08/13</para>