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


Ignore:
Timestamp:
Jul 7, 2016, 3:36:45 AM (8 years ago)
Author:
Even Rouault
Comment:

Update for 2.1.1RC2

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.1.1-News

    v1 v2  
    3636GTiff driver:
    3737 * fix RasterIO() reported when downsampling a RGBA JPEG compressed TIFF file (#6943)
     38 * fix suboptimal behaviour before regarding flushing of working buffer (#6580)
     39 * fix race between empty block filling logic and background compression threads when using Create() interface and NUM_THREADS creation option (#6582)
    3840 * Internal libtiff: fix 1.11 regression that prevents from reading one-strip files that have no StripByteCounts tag (#6490)
    3941
     
    5759VRT driver:
    5860  * avoid useless floating point values in SrcRect / DstRect (#6568)
     61  * VRT warp: fix issue with partial blocks at the right/bottom and dest nodata values that are different per band (#6581)
    5962
    6063== OGR core ==
     
    120123WFS driver:
    121124 * invalidate underlying layer when SetIgnoredFields() is called (QGIS #15112)
     125 * don't crash on empty <Keyword/> declaration (#6586)
    122126
    123127== Perl bindings ==