Changes between Version 10 and Version 11 of Release/1.5.0-News


Ignore:
Timestamp:
Dec 28, 2007, 4:03:29 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Linked RFC documents

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.5.0-News

    v10 v11  
    2222 * Support for "pam proxies" for files in read-only locations.
    2323 * Create and !CreateCopy pre-Delete output existing dataset.
    24  * Added Identify() method on drivers (per RFC 11: Fast Format Identify)
    25  * Implement !GetFileList() on datasets (per RFC 12).
    26  * Implement Delete(), Rename(), Copy() based on !GetFileList() (per RFC 12).
     24 * Added Identify() method on drivers (per [wiki:rfc11_fastidentify RFC 11]: Fast Format Identify)
     25 * Implement !GetFileList() on datasets (per [wiki:rfc12_filemanagement RFC 12]).
     26 * Implement Delete(), Rename(), Copy() based on !GetFileList() (per [wiki:rfc12_filemanagement RFC 12]).
    2727 * vrtdataset.h, memdataset.h and rawdataset.h are now considered part of
    2828   the public GDAL API, and will be installed along with gdal.h, etc.
    29  * Support nodata/validity masks per RFC 14: Band Masks.
     29 * Support nodata/validity masks per [wiki:rfc14_imagestructure RFC 14]: Band Masks.
    3030 * Plugin drivers test for ABI compatibility at load time.
    3131 * Creation flags can now be validated (this is used by gdal_translate)
     
    165165 * Various thread safety improvements made.
    166166 * Added PointOnSurface implementation for OGRPolygon.
    167  * Added C API interface to OGR Feature Style classes (RFC 18).
     167 * Added C API interface to OGR Feature Style classes ([wiki:rfc18_ogr_styles_c_api RFC 18]).
    168168
    169169Utilities: