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


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

fix links to github

Legend:

Unmodified
Added
Removed
Modified
  • Release/3.0.2-News

    v1 v2  
    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:
     
    3535
    3636ENVI driver:
    37  * preserve 'byte order' on update (#1796)
     37 * preserve 'byte order' on update ([https://github.com/OSGeo/gdal/issues/1796 #1796])
    3838
    3939FITS driver:
     
    5858JP2OpenJPEG driver:
    5959 * fix error logic in multi-threaded code causing memory corruption
    60  * fix reading overviews, when tiled API is used, and the dimensions of the full resolution image are not a multiple of 2^numresolutions (#1860)
     60 * 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])
    6161 * 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)
    6262
    6363JPEG driver:
    64  * fix further calls to RasterIO after reading full image at full resolution (#1947)
     64 * fix further calls to RasterIO after reading full image at full resolution ([https://github.com/OSGeo/gdal/issues/1947 #1947])
    6565
    6666MRF driver:
     
    7777
    7878PDS4 driver:
    79  * support reading a_axis_radius and c_axis_radius (#1851)
     79 * support reading a_axis_radius and c_axis_radius ([https://github.com/OSGeo/gdal/issues/1851 #1851])
    8080
    8181SAFE driver:
     
    116116
    117117LIBKML driver:
    118  * make it accept /vsigzip/foo.kml.gz files (#1743)
     118 * make it accept /vsigzip/foo.kml.gz files ([https://github.com/OSGeo/gdal/issues/1743 #1743])
    119119 * fix potential memory leak. (Coverity 1404148)
    120120
    121121MITAB driver:
    122  * Update WindowsLatin2 definition (#1571)
     122 * Update WindowsLatin2 definition ([https://github.com/OSGeo/gdal/issues/1571 #1571])
    123123 * fix potential double-free (Coverity 1404224)
    124124 * avoid potential nullptr deref (Coverity 1404174)
    125125
    126126PDF driver:
    127  * fix reading polygon with holes and Bezier curves (#1932)
     127 * fix reading polygon with holes and Bezier curves ([https://github.com/OSGeo/gdal/issues/1932 #1932])
    128128 * fix reading strings with escape sequences
    129129
    130130PostgreSQL driver:
    131  * add support for PostgreSQL 12 (#1692)
    132  * be more restrictive when deducing non-nullability of columns in SQL result layers (#1734)
     131 * add support for PostgreSQL 12 ([https://github.com/OSGeo/gdal/issues/1692 #1692])
     132 * be more restrictive when deducing non-nullability of columns in SQL result layers ([https://github.com/OSGeo/gdal/issues/1734 #1734])
    133133
    134134Selafin driver:
     
    136136
    137137S57 driver:
    138  * s57objectclasses.csv: add missing TXTDSC attribute for DRYDOC class (#1723)
     138 * s57objectclasses.csv: add missing TXTDSC attribute for DRYDOC class ([https://github.com/OSGeo/gdal/issues/1723 #1723])
    139139
    140140XLSX driver:
     
    142142
    143143WFS3/OAPIF driver:
    144  * correctly handle user query string parameters in connection URL (#1710)
    145  * align with the final state of the OGC API - Features : Core 1.0 spec (#1878)
     144 * correctly handle user query string parameters in connection URL ([https://github.com/OSGeo/gdal/issues/1710 #1710])
     145 * align with the final state of the OGC API - Features : Core 1.0 spec ([https://github.com/OSGeo/gdal/issues/1878 #1878])
    146146
    147147== Python bindings ==
    148148
    149  * add compatibility with SWIG 4.0 (#1702)
     149 * add compatibility with SWIG 4.0 ([https://github.com/OSGeo/gdal/issues/1702 #1702])
    150150 * Fix swig python wheel on darwin