]> granicus.if.org Git - postgis/commitdiff
2.0.1 ticket notes
authorRegina Obe <lr@pcorp.us>
Sun, 24 Jun 2012 19:31:21 +0000 (19:31 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 24 Jun 2012 19:31:21 +0000 (19:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9982 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 8ee96acb45b31182730addf5ee2332c77fd637c6..49a27141cfd1a43fb1119978a538d688ad2b067e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ PostGIS 2.1.0
                 when count is zero
 
 PostGIS 2.0.1
-2012/06/DD
+2012/06/22
 
 * Bug Fixes *
 
@@ -68,8 +68,14 @@ PostGIS 2.0.1
   - #1867, catch invalid topology name passed to topogeo_add*
   - #1870, align the docs and actual behavior of raster's ST_Intersects
   - #1872, fix ST_ApproxSummarystats to prevent division by zero
+  - #1873, fix ptarray_locate_point to return interpolated Z/M values for
+           on-the-line case
   - #1875, ST_SummaryStats returns NULL for all parameters except count
                 when count is zero
+  - #1881, shp2pgsql-gui -- editing a field sometimes triggers 
+           removing row
+  - #1883, Geocoder install fails trying to run 
+           create_census_base_tables() (Brian Panulla)
 
 * Enhancements *
 
index 8019e6112591c590690cf157830fa82e3d78d78a..cafbf05074259c6e1e0bf7b70c0844759e563a49 100644 (file)
@@ -2,9 +2,9 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
-         <sect1>
+    <sect1>
                <title>Release 2.0.1</title>
-               <para>Release date: 2012/06/xx</para>
+               <para>Release date: 2012/06/22</para>
                <para>This is a bug fix release, addressing issues that have been filed since the 2.0.0 release.</para>
                <simplesect>
                         <title>Bug Fixes</title>
                                           dashes.</para>
                         <para>#1867, catch invalid topology name passed to topogeo_add*</para>
                         <para>#1872, fix ST_ApproxSummarystats to prevent division by zero</para>
+                        <para>#1873, fix ptarray_locate_point to return interpolated Z/M values for 
+                                     on-the-line case</para>
+                        <para>#1875, ST_SummaryStats returns NULL for all parameters except count 
+                                     when count is zero </para>
+                        <para>#1881, shp2pgsql-gui -- editing a field sometimes triggers 
+                                                 removing row</para>
+                <para>#1883, Geocoder install fails trying to run 
+           create_census_base_tables() (Brian Panulla)</para>
                </simplesect>
                <simplesect>
                         <title>Enhancements</title>