| | 1 | = GDAL/OGR 1.4.4 - Overview of Changes = |
| | 2 | |
| | 3 | The 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 | |
| | 9 | gdalwarp: |
| | 10 | * generate dstvalidity mask properly for multiband (#1964) |
| | 11 | |
| | 12 | GeoTIFF Driver: |
| | 13 | * update from libtiff 3.9 beta branch. |
| | 14 | |
| | 15 | MrSID Driver: |
| | 16 | * Added VC8 (manifest) support (#2011). |
| | 17 | |
| | 18 | GMT Driver: |
| | 19 | * We output things in "pixel as area" mode. Make sure right node_offset setting is used to reflect this (#1462). |
| | 20 | |
| | 21 | JP2KAK Driver: |
| | 22 | * Backported fix in building configuration of JP2KAK for libtool support to branches/1.4 (Ticket #1460) |
| | 23 | |
| | 24 | == OGR == |
| | 25 | |
| | 26 | Postgres/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 | |
| | 31 | GML driver: |
| | 32 | * Backported fix for GML property truncation issue to the stable branch (Ticket #1844) |
| | 33 | |
| | 34 | Shapefile driver: |
| | 35 | * Fix memory leak |
| | 36 | |
| | 37 | == Other == |
| | 38 | |
| | 39 | CPL: |
| | 40 | * use CPL TLS functions for CPLSPrintf() buffers (#1979) |
| | 41 | |
| | 42 | SWIG: |
| | 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 | |
| | 46 | OGRSpatialReference: |
| | 47 | * added testing for proj.4 scale precision issue (#1970) |