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


Ignore:
Timestamp:
Sep 16, 2015, 3:27:50 AM (9 years ago)
Author:
Even Rouault
Comment:

Update 1.11.3 news with RC2

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.11.3-News

    v1 v2  
    77 * GRASS 7.0.0 support (#5852)
    88 * fix detection of ECW SDK 5.1 on Mac (#5867, #5390)
     9 * Add support for Poppler >= 0.31.0 (#6118)
    910
    1011== Port ==
     
    4445 * fix GTiffDataset::IsBlockAvailable() wrong behaviour when compiling against internal libtiff, when a BigTIFF file has a TileByteCounts with LONG/4-byte counts and not LONG8 (#6001)
    4546 * avoid generated corrupted  right-most and bottom-most tiles for 12-bit JPEG-compressed (#5971)
     47 * on reading attach PROJ4 extension node for Mercator_Auxiliary_Sphere / WebMercator (#5924)
    4648
    4749HDF4 driver:
     
    6870 * add more checks to CheckCompatibleForDatasetIO() to avoid issues with overview bands (#5954)
    6971 * fix rounding of output window size on VRTSimpleSource (#5874)
     72
     73== OGRSpatialReference ==
     74 * morphFromESRI(): map Mercator_Auxiliary_Sphere to EPSG:3857 (#5924)
    7075
    7176== OGR drivers ==
     
    107112Perl bindings:
    108113 * Fix creation of Field Definition object (#6099)
     114
     115Python bindings:
     116 * Fix build with SWIG 3.0.6 (#6045)