[postgis-commits] svn - r2722 - in trunk: . doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Nov 30 10:19:39 PST 2007


Author: pramsey
Date: 2007-11-30 10:19:38 -0800 (Fri, 30 Nov 2007)
New Revision: 2722

Modified:
   trunk/NEWS
   trunk/doc/postgis.xml
Log:
Added release notes.


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2007-11-30 13:04:39 UTC (rev 2721)
+++ trunk/NEWS	2007-11-30 18:19:38 UTC (rev 2722)
@@ -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

Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml	2007-11-30 13:04:39 UTC (rev 2721)
+++ trunk/doc/postgis.xml	2007-11-30 18:19:38 UTC (rev 2722)
@@ -5885,6 +5885,15 @@
       <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>
         <para>This release fixes some oversights in the previous release



More information about the postgis-commits mailing list