]> granicus.if.org Git - postgis/commitdiff
update 1.5.3 release notes
authorRegina Obe <lr@pcorp.us>
Mon, 13 Jun 2011 12:30:12 +0000 (12:30 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 13 Jun 2011 12:30:12 +0000 (12:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7386 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index cc9413742582e877fd6fd567cded5995112983be..67cb059e1907fc955694bd0e322e32c2230ac1df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.0.0
-YYYY/MM/DD
+2011/MM/DD
 
   * Important / Breaking Changes *
 
@@ -65,6 +65,40 @@ YYYY/MM/DD
     include in Official documentation. 
     (Regina Obe, Leo Hsu / Paragon Corporation)
 
+PostGIS 1.5.3
+2011/06/XX
+
+ - This is a bug fix release, addressing issues that have been
+   filed since the 1.5.2 release.
+ - Bug Fixes
+   - #1007, ST_IsValid crash - fix requires GEOS 3.3.0+ or 3.2.3+ 
+        (Sandro Santilli, reported by Birgit Laggner)
+   - #940, support for PostgreSQL 9.1 beta 1 
+     (Regina Obe, Paul Ramsey, patch submitted by stl)
+   - #845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén)
+     Reported by cdestigter
+   - #884, Unstable results with ST_Within, ST_Intersects (Chris Hodgson)
+   - #779, shp2pgsql -S option seems to fail on points (Jeff Adams)
+   - #666, ST_DumpPoints is not null safe (Regina Obe)
+   - #631, Update NZ projections for grid transformation support (jpalmer)
+   - #630, Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson)
+     Reported by David Bitner
+   - #624, Memory leak in ST_GeogFromText (ryang, Paul Ramsey)
+   - #609, Bad source code in manual section 5.2 Java Clients 
+    (simoc, Regina Obe)
+   - #604, shp2pgsql usage touchups (Mike Toews, Paul Ramsey)
+   - #573 ST_Union fails on a group of linestrings 
+        Not a PostGIS bug, fixed in GEOS 3.3.0
+   - #457 ST_CollectionExtract returns non-requested type
+    (Nicklas Avén, Paul Ramsey)
+   - #441 ST_AsGeoJson Bbox on GeometryCollection error (Olivier Courtin)
+   - #411 Ability to backup invalid geometries (Sando Santilli)
+     Reported by Regione Toscana
+   - #409 ST_AsSVG - degraded (Olivier Courtin)
+     Reported by Sdikiy
+   - #373 Documentation syntax error in hard upgrade (Paul Ramsey)
+     Reported by psvensso
+     
 PostGIS 1.5.2
 2010/09/27
 
index f936a510579fa427ee24537911777ba4c6af5a36..1f773fa6b0f0375a02f38c60b22428905ac1aba7 100644 (file)
                <para>Extras - revised tiger_geocoder to work with TIGER census 2010 data and addition of reverse geocoder function. (Regina Obe, Leo Hsu)</para>  
         </simplesect>
       </sect1>
+     
+      <sect1>
+        <title>Release 1.5.3</title>
+        <para>Release date: 2011/06/xx</para>
+        <para>This is a bug fix release, addressing issues that have been filed since the 1.5.2 release.</para>
+        <simplesect>
+          <title>Bug Fixes</title>
+                          <para>#1007, ST_IsValid crash fix requires GEOS 3.3.0+ or 3.2.3+ 
+                                (Sandro Santilli, reported by Birgit Laggner)</para>
+                          <para>#940, support for PostgreSQL 9.1 beta 1 
+                                (Regina Obe, Paul Ramsey, patch submitted by stl)</para>
+                          <para>#845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén)
+                                Reported by cdestigter</para>
+                          <para>#884, Unstable results with ST_Within, ST_Intersects (Chris Hodgson)</para>
+                          <para>#779, shp2pgsql -S option seems to fail on points (Jeff Adams)</para>
+                          <para>#666, ST_DumpPoints is not null safe (Regina Obe)</para>
+                          <para>#631, Update NZ projections for grid transformation support (jpalmer)</para>
+                          <para>#630, Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson)
+                                Reported by David Bitner</para>
+                          <para>#624, Memory leak in ST_GeogFromText (ryang, Paul Ramsey)</para>
+                          <para>#609, Bad source code in manual section 5.2 Java Clients (simoc, Regina Obe)</para>
+                          <para>#604, shp2pgsql usage touchups (Mike Toews, Paul Ramsey)</para>
+                          <para>#573 ST_Union fails on a group of linestrings 
+                                Not a PostGIS bug, fixed in GEOS 3.3.0</para>
+                          <para>#457 ST_CollectionExtract returns non-requested type
+                               (Nicklas Avén, Paul Ramsey)</para>
+                         <para>#441 ST_AsGeoJson Bbox on GeometryCollection error (Olivier Courtin)</para>
+                         <para>#411 Ability to backup invalid geometries (Sando Santilli)
+                                Reported by Regione Toscana</para>
+                         <para>#409 ST_AsSVG - degraded (Olivier Courtin)
+                                Reported by Sdikiy</para>
+                         <para>#373 Documentation syntax error in hard upgrade (Paul Ramsey)
+                                Reported by psvensso</para>
+        </simplesect>
+      </sect1>
       
       <sect1>
         <title>Release 1.5.2</title>
            <para>#603, shp2pgsql: "-w" produces invalid WKT for MULTI* objects. (Mark Cave-Ayland)</para>
         </simplesect>
       </sect1>
-      
+          
       <sect1>
         <title>Release 1.5.1</title>
         <para>Release date: 2010/03/11</para>