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


Ignore:
Timestamp:
Jun 6, 2008, 10:21:02 AM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.5.2-News

    v1 v1  
     1= GDAL/OGR 1.5.2 =
     2
     3 * #2036 (CPL): Fix precision issues with CPLAtof() functions.
     4 * #2386 (OGR): Fix ExecuteSQL() with empty query.
     5 * #2349 (GML): Fix memory bug in GetNextFeature() when using attribute filter.
     6 * #2145 (GDAL): Fix segfault when building overviews with USE_RRD YES.
     7 * #2382 (GDAL): Fix INST_DATA setting (/share/gdal instead of /share)
     8 * #2369 (AAIGRID): Fix buffer type in CreateCopy()
     9 * #2372 (GTIff): Fix buffer overflow in GTIFGetOGISDefn()
     10 * #2366 (NITF): Fix one byte buffer overflow for TEXT data
     11 * #2358 (OGR SQL): Fix segfault processing select on layer with no attributes
     12 * #2363 (HTTP): Fix logic to read file via /tmp
     13 * #2362 (NITF): Fix crash on NITF file with no image segment
     14 * #2123 (PG): Use auth_srid for matching against spatial_ref_sys
     15 * #2289 (SGI): Avoid reconising SRTMHGT files as SGI files
     16 * #2050 (MingW): Fix for Expat detection on MinGW
     17 * #2350 (OCI): Fix buffer size problem when reading back negative numbers
     18 * #2348 (USGSDEM): Support broken file format variation
     19 * #2339 (ODBC): Win32 only support for multi-byte text
     20 * #2335 (Interlis): Fix crash in open with empty datasource name
     21 * #2334 (OGR): Fix OGRGeometryCollection::getCoordinateDimension()
     22 * #2231 (Java): Removed ColorTable from Java Bindings
     23 * #2317 (GeoJson): Fix min/max build problem on some platforms
     24 * #2323 (OGR): NULL is valid argument to SetGeometry/SetGeometryDirectly
     25 * #2135 (NITF): Fix improper reporting of lat/long coordinates in some cases
     26 * #2322 (GTiff): Fix formating of driver capabilities XML to be valid
     27 * #2321 (ISIS3): Fix earth model meter/kilometer mixup
     28 * #2318 (CPL): Normalize /vsimem paths so they work smoothly on windows
     29 * #2314 (CPL): Fix bug with url encoding in CPLEscapeString()
     30 * #2309 (Shape): Fix crash dealing with unknown field types in debug mode
     31 * #2303 (PG): Fix buffer overwrite in PG driver
     32 * #1951 (Warp): Fix Lanczos Resample Anomolies near nodata values
     33 * #2301 (Warp): Fix memory allocator/deallocator mismatch for TPS
     34 * #2300 (Warp): Fix TPS initialization bug causing occational TPS failures
     35 * #2291 (CPL): Fix memory corruption in CPLResetExtension() with empty path
     36 * #2288 (GDAL): Path fix on win32 for GDALDriverManager::AutoLoadDrivers
     37 * #2277 (RMF): fix crash with coordinate system import
     38 * #1935 (ECW): Be more careful deciding what geotransform to ignore
     39 * #???? (GeoJSON): Support reading/writing 2.5D geometries.