]> granicus.if.org Git - postgis/commitdiff
cut in 2.0.5 release notes
authorRegina Obe <lr@pcorp.us>
Sat, 5 Apr 2014 04:03:43 +0000 (04:03 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 5 Apr 2014 04:03:43 +0000 (04:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12423 b70326c6-7e19-0410-871a-916f4a2858ee

doc/release_notes.xml

index 111e32214dd90855b9b90f34ec2d8ac869ae6e01..f5f3843db13f6bd071d59f33e783657e60f70541 100644 (file)
                </simplesect>
         </sect1>
 
-          <sect1>
+  <sect1>
+   <title>Release 2.0.5</title>
+     <para>Release date: 2014/03/31</para>
+     <para>This is a bug fix release, addressing issues that have been filed since the 2.0.4 release. If you are using PostGIS 2.0+ a soft upgrade is required.  For users of PostGIS 1.5 or below, a hard upgrade is required.</para>
+   <simplesect>
+     <title>Bug Fixes</title>
+     <para>#2494, avoid memcpy in GIST index</para>
+     <para>#2502, Fix postgis_topology_scripts_installed() install schema</para>
+     <para>#2504, Fix segfault on bogus pgsql2shp call </para>
+     <para>#2528, Fix memory leak in ST_Split / lwline_split_by_line</para>
+     <para>#2532, Add missing raster/geometry commutator operators</para>
+     <para>#2533, Remove duplicated signatures</para>
+     <para>#2552, Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG</para>
+     <para>#2555, Fix parsing issue of range arguments of ST_Reclass</para>
+     <para>#2589, Remove use of unnecessary void pointers</para>
+     <para>#2607, Cannot open more than 1024 out-db files in process</para>
+     <para>#2610, Ensure face splitting algorithm uses the edge index </para>
+     <para>#2619, Empty ring array in GeoJSON polygon causes crash</para>
+     <para>#2638, Geography distance on M geometries sometimes wrong</para>
+   </simplesect>
+   <simplesect>
+     <title>Important Changes</title>
+     <para>##2514, Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS Extension as GPLv2.</para>
+   </simplesect>
+  </sect1>
+     
+       <sect1>
     <title>Release 2.0.4</title>
       <para>Release date: 2013/09/06</para>
       <para>This is a bug fix release, addressing issues that have been filed since the 2.0.3 release. If you are using PostGIS 2.0+ a soft upgrade is required.  For users of PostGIS 1.5 or below, a hard upgrade is required.</para>