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


Ignore:
Timestamp:
Nov 4, 2019, 5:53:08 AM (4 years ago)
Author:
Even Rouault
Comment:

fix links to github

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.4.3-News

    v1 v2  
    1111
    1212 * /vsicrypt/: fix memleak in error code path
    13  * /vsitar/: support >100 character file names (#1559)
     13 * /vsitar/: support >100 character file names ([https://github.com/OSGeo/gdal/issues/1559 #1559])
    1414 * /vsitar/: accept space as end of field terminator
    1515
    1616== GDAL core ==
    1717
    18  * fix non-neareset resampling over nodata blocks (#1941)
     18 * fix non-neareset resampling over nodata blocks ([https://github.com/OSGeo/gdal/issues/1941 #1941])
    1919
    2020== GDAL utilities ==
    2121
    22  * gdalwarp: adjust nodata values, passed with -srcnodata/-dstnodata, and close to FLT_MAX to exactly it (#1724)
    23  * Python scripts: GetOutputDriverFor(): fixes error when multiple drivers found ( #1719)
     22 * gdalwarp: adjust nodata values, passed with -srcnodata/-dstnodata, and close to FLT_MAX to exactly it ([https://github.com/OSGeo/gdal/issues/1724 #1724])
     23 * Python scripts: GetOutputDriverFor(): fixes error when multiple drivers found ([https://github.com/OSGeo/gdal/issues/1719 #1719])
    2424
    2525== GDAL drivers ==
    2626
    2727BAG driver:
    28  * calculate the northeast pixel corner rather than scaling the resolution, due to an incorrectly shifted northeast corner in some CARIS surveys (#1728)
     28 * calculate the northeast pixel corner rather than scaling the resolution, due to an incorrectly shifted northeast corner in some CARIS surveys ([https://github.com/OSGeo/gdal/issues/1728 #1728])
    2929
    3030CTable2Dataset driver:
     
    3232
    3333ENVI driver:
    34  * preserve 'byte order' on update (#1796)
     34 * preserve 'byte order' on update ([https://github.com/OSGeo/gdal/issues/1796 #1796])
    3535
    3636GTiff driver:
     
    4646JP2OpenJPEG driver:
    4747 * fix error logic in multi-threaded code causing memory corruption
    48  * fix reading overviews, when tiled API is used, and the dimensions of the full resolution image are not a multiple of 2^numresolutions (#1860)
     48 * fix reading overviews, when tiled API is used, and the dimensions of the full resolution image are not a multiple of 2^numresolutions ([https://github.com/OSGeo/gdal/issues/1860 #1860])
    4949 * fix to return the proper number of bytes read when we read more than 2 GB at once (https://github.com/uclouvain/openjpeg/issues/1151)
    5050
    5151JPEG driver:
    52  * fix further calls to RasterIO after reading full image at full resolution (#1947)
     52 * fix further calls to RasterIO after reading full image at full resolution ([https://github.com/OSGeo/gdal/issues/1947 #1947])
    5353
    5454PDF driver:
     
    9999
    100100PDF driver:
    101  * fix reading polygon with holes and Bezier curves (#1932)
     101 * fix reading polygon with holes and Bezier curves ([https://github.com/OSGeo/gdal/issues/1932 #1932])
    102102 * fix reading strings with escape sequences
    103103
    104104PostgreSQL driver:
    105  * add support for PostgreSQL 12 (#1692)
    106  * be more restrictive when deducing non-nullability of columns in SQL result layers (#1734)
     105 * add support for PostgreSQL 12 ([https://github.com/OSGeo/gdal/issues/1692 #1692])
     106 * be more restrictive when deducing non-nullability of columns in SQL result layers ([https://github.com/OSGeo/gdal/issues/1734 #1734])
    107107
    108108S57 driver:
    109  * s57objectclasses.csv: add missing TXTDSC attribute for DRYDOC class (#1723)
     109 * s57objectclasses.csv: add missing TXTDSC attribute for DRYDOC class ([https://github.com/OSGeo/gdal/issues/1723 #1723])
    110110
    111111XLSX driver:
     
    113113
    114114WFS3 driver:
    115  * correctly handle user query string parameters in connection URL (#1710)
     115 * correctly handle user query string parameters in connection URL ([https://github.com/OSGeo/gdal/issues/1710 #1710])