Changes between Version 13 and Version 14 of Release/1.4.3-News


Ignore:
Timestamp:
Oct 27, 2007, 10:08:41 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.4.3-News

    v13 v14  
    1919
    2020GeoTIFF Driver:
    21  * Upgraded internal libtiff to libtiff 4.x with a few patches from HEAD. #1920
     21 * Fix issue with mixed Lambert_Conformal_Conic_1SP and Lambert_Conformal_Conic_2SP. #1315
    2222 * Fix handling of partial bottom tiles/strips. #1179
    23  * Fix issue with mixed Lambert_Conformal_Conic_1SP and Lambert_Conformal_Conic_2SP. #1315
    2423 * Fix issue with mixed names of WGS72 and WGS84 in libgeotiff code. #1715
    2524 * Improved detection of already computed overview levels. #1722
    2625 * Fix memory failures with allocating 64K entry color tables on stack. #1736
    2726 * Fix zero value issue in building pixel interleaved GeoTIFF files. #1738
     27 * Fix memory issue with big color table arrays on stack. #1759
     28 * Upgraded internal libtiff to libtiff 4.x with a few patches from HEAD. #1920
    2829
    2930GIF Driver:
     
    5152 * Fix handling corrupted RPF header. #1714
    5253 * Fix bounding box for CADRG files crossing meridian 180°. #1750
     54
     55PCRaster Driver:
     56 * Replaced assert() macro with CPLAssert(). #1830
    5357
    5458RAW Driver:
     
    7882 * Improved handling multi-byte character strings. #1526
    7983
    80 ESRI Shape Driver:
     84ESRI Shapefile Driver:
    8185 * Fix memory allocation during building of spatial index tree of high depth. #1594, #1790
     86 * Updated documentation. #1942
    8287
    8388Generic Driver:
     
    106111 * Fix copying of virtual dataset with empty filename. #1749
    107112
     113== Bindings ==
     114
     115 * Fix Python typemap for getting length from string. #1712
     116
    108117== Other ==
    109118
     119 * Fix Windows CE port compilation issues. #1634
     120 * Added CPLScanULong function to port library. #1706
    110121 * Fix expanding of version number in Mac OS X Framework builds. #1879
    111  * Added CPLScanULong function to port library. #1706
     122