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


Ignore:
Timestamp:
Dec 18, 2007, 2:16:41 PM (16 years ago)
Author:
warmerdam
Comment:

updated for RC1.

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.5.0-News

    v9 v10  
     1
    12= GDAL/OGR 1.5.0 =
    2 
    3 '''These are preliminary release notes, the 1.5.0 release has not yet occured.'''
    43
    54== GDAL/OGR 1.5.0 - General Changes ==
     
    112111 * Improved NSIF support.
    113112 * Support C1 (FAX3) compression.
    114  * Improved CADRG support (#913, #1750, #1751, #1754)
     113 * Improved CADRG support (#913, #1750, #1751, #1754) 
    115114
    116115ENVI Driver:
     
    138137
    139138HFA Driver:
    140  * Support MapInformation nodes.
     139 * Support MapInformation/xform nodes for read and write.
    141140 * Support AVERAGE_BIT2GRAYSCALE overviews.
    142141 * Support Signed Byte pixel type.
     
    166165 * Various thread safety improvements made.
    167166 * Added PointOnSurface implementation for OGRPolygon.
    168  * Added C API interface to OGR Feature Style classes.
     167 * Added C API interface to OGR Feature Style classes (RFC 18).
    169168
    170169Utilities:
     
    203202 * Do not keep .shx open in read only mode (better file handle management).
    204203 * Use GEOS to classify rings into polygons with holes and multipolygons if it is available.
     204 * Support dbf files larger than 2GB.
    205205
    206206MySQL Driver: