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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Mar 10 13:42:43 PDT 2009


Author: pramsey
Date: 2009-03-10 13:42:43 -0700 (Tue, 10 Mar 2009)
New Revision: 3844

Modified:
   trunk/NEWS
   trunk/doc/release_notes.xml
Log:
Add 1.3.5 release notes into trunk docs


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-03-10 20:37:39 UTC (rev 3843)
+++ trunk/NEWS	2009-03-10 20:42:43 UTC (rev 3844)
@@ -51,8 +51,17 @@
         - Bug fixes
           - 
 
+PostGIS 1.3.5
+2008/12/15
+        - A quick bug fix release, to remove crashes in cases of
+          collecting LINESTRING (ST_Force_Collection(), ST_Multi())
+          that had a large affect on Mapserver with LINE layers.
+        - Enhancements and Bug Fixes
+          - GBT#21: improve LRS fix to apply to more platforms
+          - GBT#72: fix st_estimated_extent for better schema sensitivity
+          - GBT#80: segfault on st_multi in MULTILINESTRING repaired
+          - GBT#83: segfault on collecting LINESTRING repaired
 
-
 PostGIS 1.3.4
 2008/11/24
         - New Features

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2009-03-10 20:37:39 UTC (rev 3843)
+++ trunk/doc/release_notes.xml	2009-03-10 20:42:43 UTC (rev 3844)
@@ -3,6 +3,14 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
 
+      <sect1>
+        <title>Release 1.3.5</title>
+        <para>Release date: 2008/12/15</para>
+        <para>This release is a bug fix release to address a failure
+        in ST_Force_Collection and related functions that critically
+        affects using Mapserver with LINE layers.</para>
+      </sect1>
+
      <sect1>
       <title>Release 1.3.4</title>
       <para>Release date: 2008/11/24</para>



More information about the postgis-commits mailing list