Changes between Version 2 and Version 3 of Release/2.3.0-News


Ignore:
Timestamp:
May 4, 2018, 9:09:24 AM (6 years ago)
Author:
Even Rouault
Comment:

Update with RC1

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.3.0-News

    v2 v3  
    1 = GDAL/OGR 2.3.0 *PRELIMINARY* Release Notes (to 1121758f74589f8850193a5baced7ab1335a4b39) =
     1= GDAL/OGR 2.3.0 Release Notes =
    22
    33Note: due to the change of SCM during the development, #XXXX still refers to
     
    4444See MIGRATION_GUIDE.TXT
    4545
    46 == GDAL/OGR 2.3.0 - General Changes ==
     46== GDAL/OGR 2.3.0 - Build changes ==
    4747
    4848Build(Unix):
     
    5858 * Pass --silent to libtool in compile (C and C++), link, install and clean modes.
    5959 * Limit number of installed cpl*.h files installed to a fixed list.
     60 * configure / m4/acinclude.m4: replace use of CCFLAGS by plain CFLAGS (github #529)
     61 * configure / m4/acinclude.m4: require 'long long' type (github #530)
    6062
    6163Build(Windows):
     
    6769 * nmake.opt: avoid some settings to be defined unconditionally (#5286)
    6870 * nmake.opt: add configuration to enable openssl (which is needed for thread-safe curl use)
     71
     72Build(All):
     73 * fix compilation error with Crypto++ 7.0.0 (github #541)
    6974
    7075Developer corner:
     
    139144 * Add C++ iterators for layers, bands and features in GDALDataset
    140145 * External .ovr: make sure that ExtraSamples tag is written
     146 * Overview creation: avoid creating too many levels, and fix related heap buffer overflow (github #557)
     147 * SetStatistics(): write a STATISTICS_APPROXIMATE=YES metadata item if bApproxOK=true, and take it into account in GetStatistics() (#4857,#4576)
    141148
    142149Algorithms:
     
    222229EHdr driver:
    223230 * support reading/writing .clr as/from RAT (#3253)
     231 * only write .stx if bApproxOK=false (github #514)
    224232
    225233ENVI driver:
     
    240248 * create single tiled TIFF tiles if they are not bigger than 512x512 pixels
    241249 * avoid multi-threading issues when creating TIFF tiles with GDAL_NUM_THREADS defined.
     250 * fix overview creation with big overview factors on some datasets
    242251
    243252GeoRaster driver:
     
    331340 * fix performance issues with small images with very small tile size, such as some Sentinel2 quicklooks (#7012)
    332341 * emit warning if GMLJP2v2 explicitly requested but georeferencing implemented
     342 * allow YCC for non-Byte datasets; and allow 4-band MCT with openjpeg >= 2.2
    333343
    334344JPEG driver:
     
    425435 * make sure that the True Color Image subdatset really uses the R,G,B bands and not the R,R,R (#7251)
    426436 * add support for direct opening of .zip files of new safe_compact L1C products (#7085)
     437
     438SNODAS driver:
     439 * accept header lines up to 1024 characters (github #506)
    427440
    428441SRTMHGT driver:
     
    452465 * add RAT support
    453466 * for consistency, make sure that VRT intermediate datatype demotion is done, e.g that a VRT band of type Byte, with a source of type Float32, requested as Float32 buffer involves Float32 -> Byte -> Float32 conversions
     467 * VRTDataset::AddBand(): honour 'PixelFunctionLanguage' option (github #501)
    454468
    455469WCS driver:
     
    516530 * ogrmerge.py: correctly guess vrt format
    517531 * ogrmerge.py: error when outputting to a existing vrt if -overwrite_ds is not specified
     532 * ogrmerge.py: use ogr.wkbUnknown to fix -nlt GEOMETRY
    518533 * ogr2ogr: fix crash when using -f PDF -a_srs (#6920)
    519534 * ogr2ogr: make -f GMT work again (#6993)
     
    526541 * ogrtindex: fix crash when using -f SQLITE -t_srs XXXX (#7053)
    527542 * ogrinfo: always open in read-only mode, unless -sql without -ro is specified
     543 * ogrinfo/ogr2ogr with -sql @filename: remove lines starting with '--' (github #459)
    528544
    529545Multi driver changes:
     
    582598 * Read DIMSTYLEs and block record handles
    583599 * Handle linetype scales (#7129)
    584  * mproved support for DIMENSION entities (#7120)
     600 * Improved support for DIMENSION entities (#7120)
    585601 * handle ByBlock colors (#7130)
    586602 * Fix parsing of complex linetypes (#7134)
     
    704720 * avoid reporting invalid extent on empty .mif
    705721 * report aspatial .tab as wkbNone geometry type
     722 * export BRUSH(fc:#.....) with mapinfo brush pattern 2 (solid fill)
    706723
    707724mongoDB driver:
     
    754771 * make OGR_PDF_READ_NON_STRUCTURED=YES configuration option work with documents without layers (#6359)
    755772 * Improvements to text and dash pattern support in writer (#7185)
     773
     774PDS driver:
     775 * fix reading 8-byte IEEE_REAL fields (github #570)
    756776
    757777PG driver: