Changes between Version 7 and Version 8 of Release/1.6.1-News


Ignore:
Timestamp:
May 9, 2009, 7:55:28 AM (15 years ago)
Author:
hobu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.6.1-News

    v7 v8  
    88The following issues have been addressed in this maintenance release of GDAL:
    99
    10 GDAL:
    11  * SetColorTable() not supported for existing TIFF files (#2421)
    12  * IReadBlock failure in gdaladdo (#2486)
    13  * Opening large GIF files causes GDALOpen() to hang. (#2542)
    14  * VRTSourcedRasterBand fails if there are no sources (#2728)
    15  * Set projection to an existing HFA dataset as a PE string (#2731)
    16  * [PATCH - libtiff] JPEG compression in TIF doesn't work (#2748)
    17  * GRIB driver asserts (crashes) on opening this dataset (#2751)
    18  * georaster: In Oracle 10g generateSpatialExtent() in PL/SQL accept only one parameter (#2754)
    19  * gdalwarp to geotiff 1 bit mangles image (#2759)
    20  * gdalwarp to geotiff - TFW=YES ignored (#2760)
    21  * GDALOpenShared may crashes if dataset description is not the dataset filename (#2797)
    22  * A number of drivers implementation of Create() and CreateCopy() don't handle properly nBands == 0 (#2799)
    23  * bsb kap noaa (#2817)
    24  * gdalwarp with compression corrupts output (#2820)
    25  * BMP driver may crash when reading corrupted files (#2827)
    26  * JDEM driver leaks and may crash on corrupted dataset (#2828)
    27  * GXF driver doesn't validate raster dimensions (#2829)
    28  * GFF driver doesn't support big endian host (#2832)
    29  * GDALDatasetPool::~GDALDatasetPool() asserts when an underlying file cannot be opened (#2837)
    30  * Unable to delete colormap from HFA (#2842)
    31  * Overview is AUX (#2854)
    32  * AIGRID driver cannot read RAT on Windows (#2865)
    33  * Projection Warning only printed for debug mode (ISIS 2/3, PDS) (#2873)
    34  * Crash when serializing VRTDerivedRasterBand without pixel func defined (#2877)
    35  * GRIB driver crashes with large datasets (#2887)
    36  * Closing a dataset opened with GDALOpenShared in another thread causes later corruption (#2897)
    37  * ERS shows 8 bit signed integer datasets as unsigned integer. (#2902)
    38  * Overviews cannot be built for CIT or COT (#2904)
    39  * ERS file pointing to an ECW file is not opening when a full path name is not specified (#2906)
    40  * ERS file pointing to an ECW file is not opening when a full path name is not specified (#2908)
    41  * Reposition all NITF image and annotation segments relative to the base (0) segment (#2912)
    42  * Building RRD overviews using AVERAGE_BIT2GRAYSCALE results in wrong value (#2914)
    43  * GeoRaster: NBIT need swapping (#2917)
    44  * GeoRaster: Some combinations of Interleaving and bands per blocks fail (#2923)
    45  * GeoRaster: Error compressing (DEFLATE) incomplete blocks (#2924)
    46  * Memory overwrite while zooming an ECW image (#2934)
    47  * Georaster - Pyramid Levels mismatch (#2946)
    48  * Keyword causing format unrecognized (PDS) (#2956)
    49  * 11 bit JPEG2000 compressed NITIF shows as 8 bit (#2964)
    50  * GeoRaster: Non georeferenced images wrongly reported (#2967)
     10General:
     11 * Add cast to (unsigned char) in all isspace() calls (#1681)
     12
     13OGR Core:
     14 * (core) Fix crash in OGRStyleTable::AddStyle (#2810, #2531)
     15 * (core) crash in OGRLinearRing::get_Area() (#2792)
     16 * (core) GetFieldAsString() fails (aborts) on Ubuntu 8.10 (#2896)
     17 * (core) Issues related to wildcard expansion in SQL result layer (#2788)
     18 * (core) Generic SQL doesn't support feature styles (#2808)
     19 * (BNA) BNA inner ring contains only duplication of first point (#2985)
     20 * (Geoconcept) out of bound access in geoconcept.c (#2918)
     21 * (GeoJSON) Handle "link" and "name" srs members for GeoJSON (#2665)
     22 * (GeoJSON) Memory leak in GeoJSON driver for spatial reference of geometry of feature (#2863)
     23 * (GML) GML read failure on some Unicode strings for GDAL 1.6+ (#2948)
     24 * (GML) OGRGMLLayer::GetFeatureCount() returns -1 if there's a .XSD file available (#2969)
     25 * (GML) OGR support GML 3.1.1 level 0 (#2932)
     26 * (GML) GDAL thinks string field is an integer field in GML layer (#2493)
     27 * (GPX) OGR GPX driver creates duplicate field names in shapefile (#2966)
     28 * (KML) KML Driver - Placemark with Multigeometry Polygons fails (#1853)
     29 * (KML) KML: Encoding issue and mixed container (#2181)
     30 * (KML) KML: Documents with multiple geometry types are not supported (#1803)
     31 * (OCI) OCI varchar2(4000) (#2876)
     32 * (PG) Postgresql field count wrong (#962)
     33 * (PG) postgres driver failes to create geometry index if layer name starts with a number (#2945)
     34 * (SDE) SDE connection failed message non descriptive (#1444)
     35 * (Shape) .dbf files; inconsistencies with date formats (#2746)
     36 * (VRT) OGR VRT driver may crash when there are missing elements in the XML definition (#2952)
     37
     38OGR Spatial References:
     39 * PROJCS with AXIS considered invalid (#2739)
     40 * Wrong name for SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM (#2763)
     41 * IsSame results in false positive for LOCAL_CS (#2849)
     42 * ERMapper projection lookup problem (#2819)
     43
     44Documentation:
     45 * gdalwarp man page not generated in GDAL 1.6.0 (#2742)
     46 * some bogus part in gdal_contour manual (#2790)
     47
     48Utilities:
     49 * Make gdalbuildvrt compiled by default in 1.6.1 (#2987)
     50 * Python utililities should support command-line wildcards (#2783)
     51 * gdal_contour segfaults when no output specified (#2789)
     52 * gdal_contour: -3d option doesn't work just after -fl option (#2793)
     53 * gdal_contour segfaults if wrong band number is specified (#2794)
     54 * gdal_vrtmerge.py -separate doesn't work (#2836)
     55 * gdalwarp cblend option does not work (#2733)
     56 * gdalwarp ignores cutline when -tr specified (#2847)
     57 * gdalwarp cutline off source problems (#2853)
     58 * multi-part cutlines not supported (#2984)
    5159
    5260Algorithms:
     
    5765 * Lanczos and CubicSpline resampler buffer error on 2x2 images (#2960)
    5866
    59 Utilities:
    60  * gdalwarp cblend option does not work (#2733)
    61  * Python utililities should support command-line wildcards (#2783)
    62  * gdal_contour: -3d option doesn't work just after -fl option (#2793)
    63  * gdal_contour segfaults if wrong band number is specified (#2794)
    64  * gdal_vrtmerge.py -separate doesn't work (#2836)
    65  * gdalwarp ignores cutline when -tr specified (#2847)
    66  * gdalwarp cutline off source problems (#2853)
    67  * multi-part cutlines not supported (#2984)
    68  * Make gdalbuildvrt compiled by default for GDAL 1.6.1 (#2987)
     67GDAL:
     68 * (all) A number of drivers implementation of Create() and CreateCopy() don't handle properly nBands == 0 (#2799)
    6969
    70 OGR:
    71  * Postgresql field count wrong (#962)
    72  * SDE connection failed message non descriptive (#1444)
    73  * KML Driver - Placemark with Multigeometry Polygons fails (#1853)
    74  * KML: Encoding issue and mixed container (#2181)
    75  * Handle "link" and "name" srs members for GeoJSON (#2665)
    76  * Issues related to wildcard expansion in SQL result layer (#2788)
    77  * Generic SQL doesn't support feature styles (#2808)
    78  * OCI varchar2(4000) (#2876)
    79  * OGR support GML 3.1.1 level 0 (#2932)
    80  * postgres driver failes to create geometry index if layer name starts with a number (#2945)
    81  * GML read failure for GDAL 1.6+ (#2948)
    82  * OGR GPX driver creates duplicate field names in shapefile (#2966)
    83  * OGRGMLLayer::GetFeatureCount() returns -1 if there's a .XSD file available (#2969)
    84  * BNA inner ring contains only duplication of first point (#2985)
     70 * (core) Building RRD overviews using AVERAGE_BIT2GRAYSCALE results in wrong value (#2914)
     71 * (core) Closing a dataset opened with GDALOpenShared in another thread causes later corruption (#2897)
     72 * (core) GDAL gcore not robust enough to invalid raster block dimensions (#2822)
     73 * (core) GDALDatasetPool::~GDALDatasetPool() asserts when an underlying file cannot be opened (#2837)
     74 * (core) GDALOpenShared may crashes if dataset description is not the dataset filename (#2797)
     75 * (core) Overview is AUX (#2854)
     76 * (core) GDALVersionInfo(NULL) segfaults (#2826)
    8577
    86 General:
    87  * Add cast to (unsigned char) in all isspace() calls (#1681)
    88  * Wrong name for SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM (#2763)
    89  * gdal_contour segfaults when no output specified (#2789)
    90  * GDAL gcore not robust enough to invalid raster block dimensions (#2822)
    91  * HDF4: Mixing Windows driver with subdataset ID (#2823)
    92  * GTiffRasterBand::IReadBlock() is terrible slow for big number of bands and pixel interleaving (#2838)
    93  * GDAL ECW driver requires to define _WIN32_WINNT=0x0500 with MSVC2008 (#2850)
    94  * Memory leak in GeoJSON driver for spatial reference of geometry of feature (#2863)
    95  * BSBDataset::open() function may consider a non-BSB file as a BSB file (#2881)
    96  * out of bound access in geoconcept.c (#2918)
    97  * ScanJPEGBlocks() finds too many "Start of Image" markers (#2927)
    98  * OGR VRT driver may crash when there are missing elements in the XML definition (#2952)
     78 * (AIGRID) AIGRID driver cannot read RAT on Windows (#2865)
     79 * (BMP) BMP driver may crash when reading corrupted files (#2827)
     80 * (BSB) bsb kap noaa (#2817)
     81 * (BSB) BSBDataset::open() function may consider a non-BSB file as a BSB file (#2881)
     82 * (BSB) Problem with gcps count in BSB Driver (#2777)
     83 * (BSB) Failure reading BSB image (#2782)
     84 * (DOQ2) Potential stack buffer overflow in DOQ2 metadata reading (#2835)
     85 * (DTED) Buffer overflow in DTEDCreateCopy (#2824)
     86 * (DTED) DTED driver cannot read any more files with VOL or HDR (#2951)
     87 * (ECW) GDAL ECW driver requires to define _WIN32_WINNT=0x0500 with MSVC2008 (#2850)
     88 * (ECW) Memory overwrite while zooming an ECW image (#2934)
     89 * (ENVI) ENVI importer crashes when attempting to open an ENVI signature file. (#2778)
     90 * (ERS) ERS file pointing to an ECW file is not opening when a full path name is not specified (#2908)
     91 * (ERS) ERS shows 8 bit signed integer datasets as unsigned integer. (#2902)
     92 * (GeoRaster) Georaster - Pyramid Levels mismatch (#2946)
     93 * (GeoRaster) GeoRaster: Error compressing (DEFLATE) incomplete blocks (#2924)
     94 * (GeoRaster) georaster: In Oracle 10g generateSpatialExtent() in PL/SQL accept only one parameter (#2754)
     95 * (GeoRaster) GeoRaster: NBIT need swapping (#2917)
     96 * (GeoRaster) GeoRaster: Non georeferenced images wrongly reported (#2967)
     97 * (GeoRaster) GeoRaster: Some combinations of Interleaving and bands per blocks fail (#2923)
     98 * (GFF) GFF driver doesn't support big endian host (#2832)
     99 * (GIF) Opening large GIF files causes GDALOpen() to hang. (#2542)
     100 * (GRIB) GRIB driver asserts (crashes) on opening this dataset (#2751)
     101 * (GRIB) GRIB driver crashes with large datasets (#2887)
     102 * (GTiff) gdalwarp to geotiff - TFW=YES ignored (#2760)
     103 * (GTiff) gdalwarp to geotiff 1 bit mangles image (#2759)
     104 * (GTiff) gdalwarp with compression corrupts output (#2820) - Note: regression that appeared after 1.6.0 release
     105 * (GTiff) GTiffRasterBand::IReadBlock() is terrible slow for big number of bands and pixel interleaving (#2838)
     106 * (GTiff - libtiff) JPEG compression in TIF doesn't work (#2748)
     107 * (GTiff) SetColorTable() not supported for existing TIFF files (#2421)
     108 * (GTiff - libgeotiff) avoid needlessly deaccessing all csv files (#2957)
     109 * (GXF) GXF driver doesn't validate raster dimensions (#2829)
     110 * (HDF4) HDF4: Mixing Windows driver with subdataset ID (#2823)
     111 * (HDF5) HDF5 driver easily confused about datatypes (#2941)
     112 * (HDF5) Wrong initial value for nGCPCount in HDF5 sub-datasets (#2774)
     113 * (HFA) Set projection to an existing HFA dataset as a PE string (#2731)
     114 * (HFA) Unable to delete colormap from HFA (#2842)
     115 * (INGR) Overviews cannot be built for CIT or COT (#2904)
     116 * (ISIS, PDS) Projection Warning only printed for debug mode (ISIS 2/3, PDS) (#2873)
     117 * (JDEM) JDEM driver leaks and may crash on corrupted dataset (#2828)
     118 * (NITF) 11 bit JPEG2000 compressed NITF shows as 8 bit (#2964)
     119 * (NITF) Reposition all NITF image and annotation segments relative to the base (0) segment (#2912)
     120 * (NITF) ScanJPEGBlocks() finds too many "Start of Image" markers (#2927)
     121 * (PDS) Keyword causing format unrecognized (PDS) (#2956)
     122 * (SGI) Corrupted SGI images can cause crashes (#2803)
     123 * (VRT) Crash when serializing VRTDerivedRasterBand without pixel func defined (#2877)
     124 * (VRT) VRTSourcedRasterBand fails if there are no sources (#2728)
     125 * (VRT) Blocks of data missing when warping cascaded vrt (#2867)
    99126
    100 Documentation:
    101  * gdalwarp man page not generated in GDAL 1.6.0 (#2742)
    102  * some bogus part in gdal_contour manual (#2790)
    103 
    104 Spatial References:
    105  * KML: Documents with multiple geometry types are not supported (#1803)
    106  * PROJCS with AXIS considered invalid (#2739)
    107  * .dbf files; inconsistencies with date formats (#2746)
    108  * IsSame results in false positive for LOCAL_CS (#2849)
    109 
    110 Configuration :
     127Configuration:
    111128 * OGR_ENABLED not properly defined in win32 builds (#2784)
    112129 * mysql compile error with GCC 4.3.2: error: macro "min" passed 3 arguments, but takes just 2 (#2972)
     130 * external libz header is not found when setting the --with-libz=ARG switch (#2942)
    113131
    114132SWIG (all bindings):
     
    116134 * Invalid inheritance in SWIG definition of  GDALColorTableShadow and GDALRasterAttributeTableShadow (#2874)
    117135 * swig 1.3.39 breaks nearly all swig bindings (java, python, ruby) (#2954)
    118 
    119 .NET:
    120  * C# Vista 64-bit OSGeo.OGR.Datasource.CreateLayer freezing (#2173)
    121  * Support MSVC2008 builds with the csharp interface (#2862)
    122  * Problems to compile swigged GDAL for C# on 64 bit machine (#2928)
    123  * Change the dll mapping rules to support the recent MONO versions (#2961)
    124136
    125137Python:
     
    129141 * GetFieldAsStringList c# and Python wraper (#2839)
    130142 * python typemaps for OBJECT_LIST_INPUT(GDALRasterBandShadow) is broken (#2872)
     143 * Python bindings don't build on Mandriva 2009.1 (#2974)
     144
     145.NET:
     146 * C# Vista 64-bit OSGeo.OGR.Datasource.CreateLayer freezing (#2173)
     147 * Support MSVC2008 builds with the csharp interface (#2862)
     148 * Problems to compile swigged GDAL for C# on 64 bit machine (#2928)
     149 * Change the dll mapping rules to support the recent MONO versions (#2961)