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


Ignore:
Timestamp:
Feb 10, 2010, 1:13:29 PM (14 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.7.1-News

    v1 v1  
     1= GDAL/OGR 1.7.1 =
     2
     3The 1.7.1 release was prepared and issued primarily to deal with ticket #3382,
     4relating to the fact that GDAL 1.7 has had a significant regression in that
     5all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software
     6including released versions of ArcGIS and Erdas Imagine.  Following is a list
     7of all bug fixes since the 1.7.0 release.
     8
     9== General ==
     10
     11 * MacOS X: Support versioning for framework builds (#2661)
     12 * FreeBSD: fix --with-threads configuring (#3348)
     13
     14== GDAL / Raster ==
     15
     16 * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software (#3382)
     17 * HFA: Ensure nodata values carried into overviews (#2855)
     18 * HFA: Fix support for files with nonstandard mapunits (#3338)
     19 * NITF: Improve NITF spec compliance when generating JPEG compression (#3345)
     20 * NITF: Improve dateline handling for CADRG products (#3383)
     21 * NITF: Return GCPPROJECTIONX metadata when we can't transform polar (#3337)
     22 * GeoRaster: Avoid error messages when looking up epsg codes (#3326)
     23 * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping (#3388)
     24 * PCIDSK: Fix new bug with UTM MGRS zone handling (#3379)
     25 * PDS: Fix up offset support for detached labels (#3355)
     26 * gdal_merge.py: support per band init values (#3354)
     27 * ECW: Fix one broken case in configure logic (#3343)
     28 * !RasterLite: Fix crash on 32bit platforms (#3339)
     29 * NetCDF: Prevent !CreateCopy() of complex bands (r18602)
     30 * HDF4: Fix buffer overflow with !GeodeticLatitude (r18601)
     31
     32== OGR / Vector ==
     33
     34 * SQLite: !TestCapability() returns TRUE for transation support (#3394)
     35 * DXF: Support polylines in Object Coordinate System (#3372)
     36 * MIF/ogr2ogr: Fix new problem translating to MIF format (#3384)
     37 * GeoJSON: Support stdout output via new /vsistdout/ name (#3381)
     38 * Shapefile: Fixes for winding calculations on read and write (#3363, #3356)
     39 * Postgres: Get field width and precision from SQL queries (#3349)
     40