Changes between Initial Version and Version 1 of Release/1.4.5-News


Ignore:
Timestamp:
Dec 14, 2008, 10:42:27 AM (15 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.4.5-News

    v1 v1  
     1= GDAL/OGR 1.4.5 - Overview of Changes =
     2
     3The GDAL 1.4.5 release is a stable release, and contains the following bug fixes.  It is anticipated that GDAL 1.4.5 will be the last release produced from the 1.4 stable branch.
     4
     5== GDAL ==
     6
     7 * Fix memory leak of saved histograms (#2226)
     8 * Preliminary GMLJP2 axis orientation workaround (#2131)
     9 * Remove spurious printf() in GDALOpen() (#2166)
     10
     11MRSID Driver:
     12 * Fix windowing problem with large files (#2689)
     13
     14NITF Driver:
     15 * Improve georeferencing over dateline handling (#2135)
     16
     17GeoTIFF Driver:
     18 * Fix creation options XML for parsability (#2322)
     19
     20PAux Driver:
     21 * Permit alterate spelling of AuxiliaryTarget (#2219)
     22
     23NetCDF Driver:
     24 * Handle very large attributes properly (#2196)
     25
     26PNM Driver:
     27 * Fix problems identifying PNM files and overflow with corrupt files (#2190)
     28
     29AAIGRID Driver:
     30 * Fix georeferencing computation in yllcorner case (#1794)
     31
     32HFA (Imagine) Driver:
     33 * Fix creation of duplicate table nodes in tree (#2043)
     34
     35== OGR ==
     36
     37GML Driver:
     38 * Fix potential buffer overflow (#2708)
     39
     40Postgres/PostGIS Driver:
     41 * Fix buffer overflow (#2303)
     42 * Fix improper reporting of tables with no primary key as having a multi column primary key (#2082)
     43
     44DGN Driver:
     45 * Fixes with color computation (#2035)
     46
     47== Other ==
     48
     49 * Fix error code detection when opening large files on Solaris (#2437)
     50 * Serious fixes for Thin Plate Spline warper (#2300, #2301)