Changes between Initial Version and Version 1 of Release/1.6.2-News


Ignore:
Timestamp:
Aug 20, 2009, 3:47:38 AM (15 years ago)
Author:
Even Rouault
Comment:

Create 1.6.2 news page

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.6.2-News

    v1 v1  
     1=== GDAL 1.6.2 ===
     2
     37/31/2009
     4
     5General:
     6 * OGR expression parser causes access violations with large expressions (#2996)
     7 * OGR cannot open/handle .DBF files > 2 GB (#3011)
     8 * crash in cpl_vsil_win32.cpp when compiling as x64 under Windows (#3035)
     9 * create index sql execute problem (#3044)
     10 * GTiffDataset::FlushCache() cause crashes when used just after dataset creation (#3067)
     11 * GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a 1x1 dataset (#3069)
     12 * gdaladdo crashes on a 16-bit dataset when external overviews are requested to have JPEG compression (#3070)
     13 * Corrupt EXIF info can cause stack buffer overflow in JPEG driver (#3078)
     14
     15GDAL:
     16 * GenBin driver problems (#2730)
     17 * Additional dependency to libgdal.so added during linking in gdal/apps (#2970)
     18 * This NITF Can not be opened (endless loop) with recent GDAL (#3001)
     19 * This NITF Can not be opened (endless loop) with recent GDAL (#3002)
     20 * PPM Driver 16bit Support Byte Order Decision Questionable (#3012)
     21 * GDAL changes projection parameter values (#3017)
     22 * bad reading of AAIGRID dataset whose last line doesn't have a linebreak character (#3022)
     23 * HDF5 Subdataset Issue (#3024)
     24 * jp2kak driver can't display this unsigned 16 bit J2K image (#3027)
     25 * NITF PRJPSB TRE handling wrong for Transverse Mercator (#3029)
     26 * gdaladdo not producing correct overviews for greyscale+alpha image (#3033)
     27 * GDALLoadRPB/IMDFile fails with path (#3047)
     28 * Setting stats and histogram to JP2 compressed NITF corrupts the aux.xml (#3051)
     29 * poBand->SetMetadataItem( "source_0", szFilterSourceXML, "vrt_sources" ) not supported as expected (#3052)
     30 * gdaladdo fails with JPEG YCBCR when interleaving is not specified to be pixel (#3064)
     31 * georaster - NLS problem with XML metadata (#3066)
     32 * gdalwarp can crash when reprojecting into an irrelevant SRS (#3079)
     33
     34OGR:
     35 * Relax KML driver about xmlns (#3004)
     36 * KML driver painfully slow when reading huge geometries (#3005)
     37 * PG driver does not recognize 'real' data type (#3006)
     38 * X-Plane reader: Bezier curves in Pavement and APTLinefeature not curved (#3030)
     39
     40OGR Spatial References:
     41 * Mercator with scale=1 at non-equatoral latitude handled improperly. (#3026)
     42 * Hotine Oblique Mercator translation to PROJ.4 format looses scale factor. (#3032)
     43 * Equidistant Conic ESRI Morphing Broken (#3086)
     44
     45Python:
     46 * OGRFeature.SetField segfault (#3000)
     47
     48.NET:
     49 * C# Osr.GetProjectionMethodParameterList / OPTGetParameterList Access Violation (#3018)
     50 * [PATCH - C#] Dataset.ReadRaster()/WriteRaster() doesn't work on multi-band datasets (#3073)
     51