Changes between Version 1 and Version 2 of Release/2.0.0-News


Ignore:
Timestamp:
Jun 14, 2015, 11:07:50 AM (9 years ago)
Author:
Even Rouault
Comment:

Update NEWS

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.0.0-News

    v1 v2  
    5858 * Always use stat rather than stat64 for Mac OSX in AC_UNIX_STDIO_64. (#5780, #5414).
    5959 * Add support for ECW SDK 5.1 (#5390)
    60  * Do not enable Python bindings if PYTHON env variable is set without --with-python being explicitely specified (#5956)
     60 * Do not enable Python bindings if PYTHON env variable is set without --with-python being explicitly specified (#5956)
    6161
    6262Build(Windows):
     
    101101 * CPLsetlocale(): return a string that is thread-locale storage to avoid potential race in CPLLocaleC::CPLLocaleC() (#5747)
    102102 * CPLHexToBinary(): faster implementation (#5812)
     103 * CPLAcquireMutex(): improve performance on Windows (#5986)
    103104
    104105Core:
     
    192193 * gdaltransform: add a -output_xy flag to restrict output coordinates to 'x y' only
    193194 * gdal_grid: use nodata= parameter in the algorithm string to determine the nodata value to set on the band (#5605)
     195 * gdal_grid: fix crash in optimized mode with GCC 4.4 on 64bit (#5987)
    194196 * gdalbuildvrt: add a -r option to specify the resampling algorithm
    195197 * gdal_edit.py: add -unsetstats option (and fix -a_nodata to run on all bands, ant not just first one)
     
    205207 * gdal_fillnodata.py: FillNodata: copy no data value to destination band when creating a dataset (if available) (#4625)
    206208 * gdal_proximity.py: add a -use_input_nodata flag
    207  * gdalcompare.py: add options to supress selected comparisons
     209 * gdalcompare.py: add options to suppress selected comparisons
    208210 * gdalcompare.py: takes into account differences in overview bands
    209211 * gdalcompare.py: compute difference on float to avoid integer underflow
     
    470472
    471473VRT driver:
     474 * add handling of a shared='0' attribute on <SourceFilename> to open sources in non-shared mode, and VRT_SHARED_SOURCE config option that can be set to 0 in case the shared attribute isn't there (#5992)
    472475 * VRT warp: make selection of source overview work (#5688)
    473476 * VRT warp: expose as many overviews in warped dataset as there are in source dataset, and make warped VRT honour -ovr parameter of gdalwarp (#5688)
     
    819822 * add check not to cut unicode character while cut the string lengnt for field max length during SetFeature
    820823 * avoid reading whole .shx at open time for /vsicurl/
    821  * add SHAPE_REWIND_ON_WRITE configuration option that can be set to NO to disable correction of ring winding order on write. Usefull when dealing with MultiPolygon that are MultiPatch objects in fact (#5888)
     824 * add SHAPE_REWIND_ON_WRITE configuration option that can be set to NO to disable correction of ring winding order on write. Useful when dealing with MultiPolygon that are MultiPatch objects in fact (#5888)
    822825 * Make ENCODING layer creation option prioritary over SHAPE_ENCODING config. option
    823826