[postgis-commits] svn - r3412 - in branches/1.3: . doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Dec 15 13:53:54 PST 2008


Author: pramsey
Date: 2008-12-15 13:53:54 -0800 (Mon, 15 Dec 2008)
New Revision: 3412

Modified:
   branches/1.3/NEWS
   branches/1.3/README.postgis
   branches/1.3/doc/postgis.xml
Log:
Changes in preparation for 1.3.5 release.


Modified: branches/1.3/NEWS
===================================================================
--- branches/1.3/NEWS	2008-12-15 14:50:12 UTC (rev 3411)
+++ branches/1.3/NEWS	2008-12-15 21:53:54 UTC (rev 3412)
@@ -1,3 +1,14 @@
+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: branches/1.3/README.postgis
===================================================================
--- branches/1.3/README.postgis	2008-12-15 14:50:12 UTC (rev 3411)
+++ branches/1.3/README.postgis	2008-12-15 21:53:54 UTC (rev 3412)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 1.3.5SVN (2008/11/24)
+VERSION: 1.3.5SVN (2008/12/15)
 
 MORE INFORMATION: http://postgis.refractions.net
 

Modified: branches/1.3/doc/postgis.xml
===================================================================
--- branches/1.3/doc/postgis.xml	2008-12-15 14:50:12 UTC (rev 3411)
+++ branches/1.3/doc/postgis.xml	2008-12-15 21:53:54 UTC (rev 3412)
@@ -6287,6 +6287,14 @@
 
       <sect2>
         <title>Release 1.3.4</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>
+      </sect2>
+
+      <sect2>
+        <title>Release 1.3.4</title>
         <para>Release date: 2008/11/24</para>
         <para>This release adds support for GeoJSON output, building
         with PostgreSQL 8.4, improves documentation quality and 



More information about the postgis-commits mailing list