Changes between Version 6 and Version 7 of Release/1.5.0-News


Ignore:
Timestamp:
Dec 10, 2007, 10:01:24 PM (16 years ago)
Author:
warmerdam
Comment:

touch up formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.5.0-News

    v6 v7  
    1212 * Added Geometry.ExportToKML
    1313 * Added CreateGeometryFromKML
    14  * Added CreateGeometryFromJson
    15  * Added Geometry.ExportToJson
     14 * Added !CreateGeometryFromJson
     15 * Added Geometry.!ExportToJson
    1616
    1717
     
    2222 * The gdalconst assembly is now deprecated
    2323 * GDAL C# libtool build support
    24  * CreateFromWkb support
    25  * Dataset.ReadRaster, Dataset.WriteRaster support
    26  * Added support for Dataset.BuildOverviews
     24 * !CreateFromWkb support
     25 * Dataset.!ReadRaster, Dataset.!WriteRaster support
     26 * Added support for Dataset.!BuildOverviews
    2727 * More examples added
    2828
     
    3636 * geometry pickling
    3737 * setuptools support
    38  * PyPi http://pypi.python.org/pypi/GDAL/
     38 * !PyPi http://pypi.python.org/pypi/GDAL/
    3939 * setup.cfg for configuring major significant items (libs, includes, location of gdal-config0
    4040 * support building the bindings from *outside* the GDAL source tree
     
    5757 * Enable Persistent Auxilary Metadata (.aux.xml) by default.
    5858 * Support for "pam proxies" for files in read-only locations.
    59  * Create and CreateCopy pre-Delete output existing dataset.
     59 * Create and !CreateCopy pre-Delete output existing dataset.
    6060 * Added Identify() method on drivers (per RFC 11: Fast Format Identify)
    61  * Implement GetFileList() on datasets (per RFC 12).
    62  * Implement Delete(), Rename(), Copy() based on GetFileList() (per RFC 12).
     61 * Implement !GetFileList() on datasets (per RFC 12).
     62 * Implement Delete(), Rename(), Copy() based on !GetFileList() (per RFC 12).
    6363 * vrtdataset.h, memdataset.h and rawdataset.h are now considered part of
    6464   the public GDAL API, and will be installed along with gdal.h, etc.
    6565 * Support nodata/validity masks per RFC 14: Band Masks.
    66  * Plugin drivers test for ABI compatability at load time.
     66 * Plugin drivers test for ABI compatibility at load time.
    6767 * Creation flags can now be validated (this is used by gdal_translate)
    6868 * Default block cache size changed to 40MB from 10MB.