]> granicus.if.org Git - postgis/commitdiff
Add in 2.0.1 news
authorRegina Obe <lr@pcorp.us>
Mon, 18 Jun 2012 02:35:31 +0000 (02:35 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 18 Jun 2012 02:35:31 +0000 (02:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9924 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 2b637dd343d73c5fedd43997c4d5f3b95cdb75a3..b4cbdd847da650a3a2118219efca54e73ccb1788 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,57 @@ PostGIS 2.1.0
   - #1839, handling of subdatasets in GeoTIFF in raster2pgsql.
   - #1840, fix logic of when to compute # of tiles in raster2pgsql.
 
+PostGIS 2.0.1
+2012/06/DD
+
+* Bug Fixes *
+
+  - #1264, fix st_dwithin(geog, geog, 0). 
+  - #1468  shp2pgsql-gui table column schema get shifted
+  - #1694, fix building with clang. (vince)
+  - #1708, improve restore of pre-PostGIS 2.0 backups.
+  - #1714, more robust handling of high topology tolerance.
+  - #1755, ST_GeographyFromText support for higher dimensions.
+  - #1759, loading transformed shapefiles in raster enabled db.
+  - #1761, handling of subdatasets in NetCDF, HDF4 and HDF5 in raster2pgsql.
+  - #1763, topology.toTopoGeom use with custom search_path.
+  - #1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.
+  - #1774, Clearer error on setting an edge geometry to an invalid one.
+  - #1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.
+  - #1776, fix ST_SymDifference(empty, geom) to return geom.
+  - #1779, install SQL comment files.
+  - #1782, fix spatial reference string handling in raster.
+  - #1789, fix false edge-node crossing report in ValidateTopology.
+  - #1790, fix toTopoGeom handling of duplicated primitives.
+  - #1791, fix ST_Azimuth with very close but distinct points.
+  - #1797, fix (ValidateTopology(xxx)).* syntax calls.
+  - #1805, put back the 900913 SRID entry.
+  - #1813, Only show readable relations in metadata tables. 
+  - #1819, fix floating point issues with ST_World2RasterCoord and
+           ST_Raster2WorldCoord variants.
+  - #1820  compilation on 9.2beta1.
+  - #1822, topology load on PostgreSQL 9.2beta1.
+  - #1825, fix prepared geometry cache lookup
+  - #1829, fix uninitialized read in GeoJSON parser
+  - #1834, revise postgis extension to only backup 
+           user specified spatial_ref_sys
+  - #1839, handling of subdatasets in GeoTIFF in raster2pgsql.
+  - #1840, fix logic of when to compute # of tiles in raster2pgsql.
+  - #1851, fix spatial_ref_system parameters for EPSG:3844
+  - #1857, fix failure to detect endpoint mismatch in ST_AddEdge*Face* 
+  - #1865, data loss in postgis_restore.pl when data rows have leading
+           dashes.
+  - #1867, catch invalid topology name passed to topogeo_add*
+  - #1872, fix ST_ApproxSummarystats to prevent division by zero
+
+* Enhancements *
+
+  - More detailed exception message from topology editing functions.
+  - #1786, improved build dependencies 
+  - #1802, improved function interruptibility.
+  - #1806, speedup of ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.
+  - #1812, Add lwgeom_normalize in LIBLWGEOM for more stable testing.
+  
 PostGIS 2.0.0
 2012/04/03
    
index 460b5ec7f3fdfd8e3f263080784f0b639c6b4401..29e96e53eb34f1112c3c777cb1bf05440a83c249 100644 (file)
@@ -2,6 +2,59 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+         <sect1>
+               <title>Release 2.0.1</title>
+               <para>Release date: 2012/06/xx</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>
+                        <para>#1264, fix st_dwithin(geog, geog, 0). </para>
+                        <para>#1468  shp2pgsql-gui table column schema get shifted</para>
+                        <para>#1694, fix building with clang. (vince)</para>
+                        <para>#1708, improve restore of pre-PostGIS 2.0 backups.</para>
+                        <para>#1714, more robust handling of high topology tolerance.</para>
+                        <para>#1755, ST_GeographyFromText support for higher dimensions.</para>
+                        <para>#1759, loading transformed shapefiles in raster enabled db.</para>
+                        <para>#1761, handling of subdatasets in NetCDF, HDF4 and HDF5 in raster2pgsql.</para>
+                        <para>#1763, topology.toTopoGeom use with custom search_path.</para>
+                        <para>#1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.</para>
+                        <para>#1774, Clearer error on setting an edge geometry to an invalid one.</para>
+                        <para>#1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.</para>
+                        <para>#1776, fix ST_SymDifference(empty, geom) to return geom.</para>
+                        <para>#1779, install SQL comment files.</para>
+                        <para>#1782, fix spatial reference string handling in raster.</para>
+                        <para>#1789, fix false edge-node crossing report in ValidateTopology.</para>
+                        <para>#1790, fix toTopoGeom handling of duplicated primitives.</para>
+                        <para>#1791, fix ST_Azimuth with very close but distinct points.</para>
+                        <para>#1797, fix (ValidateTopology(xxx)).* syntax calls.</para>
+                        <para>#1805, put back the 900913 SRID entry.</para>
+                        <para>#1813, Only show readable relations in metadata tables.</para> 
+                        <para>#1819, fix floating point issues with ST_World2RasterCoord and
+                                          ST_Raster2WorldCoord variants.</para>
+                        <para>#1820  compilation on 9.2beta1.</para>
+                        <para>#1822, topology load on PostgreSQL 9.2beta1.</para>
+                        <para>#1825, fix prepared geometry cache lookup</para>
+                        <para>#1829, fix uninitialized read in GeoJSON parser</para>
+                        <para>#1834, revise postgis extension to only backup 
+                                          user specified spatial_ref_sys</para>
+                        <para>#1839, handling of subdatasets in GeoTIFF in raster2pgsql.</para>
+                        <para>#1840, fix logic of when to compute # of tiles in raster2pgsql.</para>
+                        <para>#1851, fix spatial_ref_system parameters for EPSG:3844</para>
+                        <para>#1857, fix failure to detect endpoint mismatch in ST_AddEdge*Face*</para> 
+                        <para>#1865, data loss in postgis_restore.pl when data rows have leading
+                                          dashes.</para>
+                        <para>#1867, catch invalid topology name passed to topogeo_add*</para>
+                        <para>#1872, fix ST_ApproxSummarystats to prevent division by zero</para>
+               </simplesect>
+               <simplesect>
+                        <title>Enhancements</title>
+                               <para>More detailed exception message from topology editing functions.</para>
+                               <para>#1786, improved build dependencies</para> 
+                               <para>#1802, improved function interruptibility.</para>
+                               <para>#1806, speedup of ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.</para>
+                               <para>#1812, Add lwgeom_normalize in LIBLWGEOM for more stable testing.</para>
+               </simplesect>
+         </sect1>
       <sect1>
         <title>Release 2.0.0</title>
         <para>Release date: 2012/04/03</para>