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


Ignore:
Timestamp:
Nov 27, 2007, 1:47:51 PM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.4.4-News

    v1 v1  
     1= GDAL/OGR 1.4.4 - Overview of Changes =
     2
     3The GDAL 1.4.4 release is a stable release, and contains the following bug fixes.
     4
     5== GDAL ==
     6
     7 * Ensure that public memdataset.h and rawdataset.h get installed on win32.
     8
     9gdalwarp:
     10 * generate dstvalidity mask properly for multiband (#1964)
     11
     12GeoTIFF Driver:
     13 * update from libtiff 3.9 beta branch.
     14
     15MrSID Driver:
     16 * Added VC8 (manifest) support (#2011).
     17
     18GMT Driver:
     19 * We output things in "pixel as area" mode. Make sure right node_offset setting is used to reflect this (#1462).
     20
     21JP2KAK Driver:
     22 * Backported fix in building configuration of JP2KAK for libtool support to branches/1.4 (Ticket #1460)
     23
     24== OGR ==
     25
     26Postgres/PostGIS Driver:
     27 * Replaced Primary Key detection supported by PostgreSQL 8.1+ with bloated but more portable solution (Ticket #1889). Fix ported to branches/1.4.
     28 * Reverting patch for #1704 from branches/1.4 as breaking C++ ABI in GDAL 1.4.3.
     29 * fix up configure backtick quoting for MSYS (#1984) 
     30
     31GML driver:
     32 * Backported fix for GML property truncation issue to the stable branch (Ticket #1844)
     33
     34Shapefile driver:
     35 * Fix memory leak
     36
     37== Other ==
     38
     39CPL:
     40 * use CPL TLS functions for CPLSPrintf() buffers (#1979)
     41
     42SWIG:
     43 * exit if any submakes fail (#1994)
     44 * Generate old gdal_wrap.c with swig11pl5 so we are sure to not accidentally generate with wrong version of swig screwing it up. (#1954)
     45
     46OGRSpatialReference:
     47 * added testing for proj.4 scale precision issue (#1970)