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


Ignore:
Timestamp:
Nov 27, 2009, 2:12:44 PM (14 years ago)
Author:
Even Rouault
Comment:

Add 1.6.3 news page

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.6.3-News

    v1 v1  
     1=== GDAL/OGR 1.6.3 ===
     2
     327/11/2009
     4
     5General:
     6 * r13533 (ogr postgis plugin) have been added to the stable branch only (#3125)
     7 * GRIB detection not thread safe (#3209)
     8
     9GDAL:
     10 * GDALRasterizeLayers() and GDALRasterizeGeometries() segfault when passed
     11   invalid band numbers (#3146)
     12 * Patch for HDF5 block size recognition (#2270)
     13 * Gdal doesn't calculate stats correctly if it is negative number (#2511)
     14 * ERS file pointing to an ECW file is not opening when a full path name is
     15   not specified (#2907)
     16 * Keyword causing format unrecognized (PDS) (#2956)
     17 * Add support for large NITF files (#2989)
     18 * do not remove leading spaces after TRE=xxxx= metadata when writing them (#3088)
     19 * [PATCH] TSX COSAR driver and 'pixel validity mask' (#3112)
     20 * GDALDataset::BlockBasedRasterIO() does not use overviews (#3124)
     21 * SIGBUS when reading A.TOC on Solaris (#3130)
     22 * Cleanup of drivers when using ECW data is very expensive (#3134)
     23 * When PIXELTYPE=SIGNEDBYTE, band.GetStatistics returns wrong values (#3151)
     24 * HFA doesn't support reading COMPRESSED + SIGNEDBYTE (#3152)
     25 * undefined reference to ... error with gdalbuildvrt.cpp (#3167)
     26 * variation on label to image pointer (PDS) (#3177)
     27 * GDALGridCreate with NULL progress callback function (#3189)
     28 * ERS driver fails with ERSs containing relative paths to non-ERStorage rasters (#3196)
     29 * Wrong type casting in GDALGrid data metrics functions (#3207)
     30 * HDF5 driver crashes with stackoverflow on this HDF5 image (#3218)
     31
     32Utilities:
     33 * Python utililities should support command-line wildcards (#2783)
     34 * gdalbuildvrt -resolution lowest/highest does not work correcty for y pixel size (#3198)
     35 * [PATCH] Part of the reprojected image is missing from GDAL 1.6.0 along 180E/180W longitude (#3206)
     36
     37OGR:
     38 * OGRLayer::GetFIDColumn() and GetGeometryColumn() just return empty strings from Python bindings (#2694)
     39 * GML read failure for GDAL 1.6+ (#2948)
     40 * GML reading problems with Xerces 3.x (#3156)
     41 * OGRLayer::GetFeatureCount returns a wrong value for SOUNDG layer (#3163)
     42 * XPlane driver causes fatal memory allocation in ogrinfo/ogr2ogr (#3164)
     43
     44Configuration:
     45 * libtool: /bin/sh: arg list too long (powerpc-ibm-aix5.3) (#3080)
     46 * Error when building the gdal 1.6.2 for Linux (#3149)
     47
     48Python:
     49 * Add __version__ to python bindings (#3137)
     50 * ReadRaster() crashes when GDAL is built with MinGW (#3173)
     51
     52OGR Spatial References:
     53 * EPSG:3785 does not support spherical mercator hack (#3136)
     54 * Add 2 NZ coordinate system definition to mitab driver (#3187)