Changeset 13223

Show
Ignore:
Timestamp:
12/03/07 23:02:19 (7 months ago)
Author:
warmerdam
Message:

Fix rfc 11/12 mixup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/NEWS

    r13221 r13223  
    2323 * Create and CreateCopy pre-Delete output existing dataset. 
    2424 * Added Identify() method on drivers (per RFC 11: Fast Format Identify) 
    25  * Implement GetFileList() on datasets (per RFC 11). 
    26  * Implement Delete(), Rename(), Copy() based on GetFileList() (per RFC 11). 
     25 * Implement GetFileList() on datasets (per RFC 12). 
     26 * Implement Delete(), Rename(), Copy() based on GetFileList() (per 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.