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


Ignore:
Timestamp:
May 7, 2009, 9:50:48 PM (15 years ago)
Author:
hobu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.6.1-News

    v1 v1  
     1Note!!! This page is a preview of the notes for the 1.6.1 release.  1.6.1 has not yet been officially released.
     2
     3default:
     4 * Add cast to (unsigned char) in all isspace() calls (#1681)
     5 * Wrong name for SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM (#2763)
     6 * gdal_contour segfaults when no output specified (#2789)
     7 * GDAL gcore not robust enough to invalid raster block dimensions (#2822)
     8 * HDF4: Mixing Windows driver with subdataset ID (#2823)
     9 * GTiffRasterBand::IReadBlock() is terrible slow for big number of bands and pixel interleaving (#2838)
     10 * GDAL ECW driver requires to define _WIN32_WINNT=0x0500 with MSVC2008 (#2850)
     11 * Memory leak in GeoJSON driver for spatial reference of geometry of feature (#2863)
     12 * BSBDataset::open() function may consider a non-BSB file as a BSB file (#2881)
     13 * out of bound access in geoconcept.c (#2918)
     14 * ScanJPEGBlocks() finds too many "Start of Image" markers (#2927)
     15 * OGR VRT driver may crash when there are missing elements in the XML definition (#2952)
     16
     17RubyBindings:
     18 * swig 1.3.39 breaks nearly all swig bindings (java, python, ruby) (#2954)
     19
     20OGR_SF:
     21 * Postgresql field count wrong (#962)
     22 * SDE connection failed message non descriptive (#1444)
     23 * KML Driver - Placemark with Multigeometry Polygons fails (#1853)
     24 * KML: Encoding issue and mixed container (#2181)
     25 * Handle "link" and "name" srs members for GeoJSON (#2665)
     26 * Issues related to wildcard expansion in SQL result layer (#2788)
     27 * Generic SQL doesn't support feature styles (#2808)
     28 * OCI varchar2(4000) (#2876)
     29 * OGR support GML 3.1.1 level 0 (#2932)
     30 * postgres driver failes to create geometry index if layer name starts with a number (#2945)
     31 * GML read failure for GDAL 1.6+ (#2948)
     32 * OGR GPX driver creates duplicate field names in shapefile (#2966)
     33 * OGRGMLLayer::GetFeatureCount() returns -1 if there's a .XSD file available (#2969)
     34 * BNA inner ring contains only duplication of first point (#2985)
     35
     36OGR_SRS:
     37 * KML: Documents with multiple geometry types are not supported (#1803)
     38 * PROJCS with AXIS considered invalid (#2739)
     39 * .dbf files; inconsistencies with date formats (#2746)
     40 * IsSame results in false positive for LOCAL_CS (#2849)
     41
     42Docs:
     43 * gdalwarp man page not generated in GDAL 1.6.0 (#2742)
     44 * some bogus part in gdal_contour manual (#2790)
     45
     46PythonBindings:
     47 * Python callbacks only support functions, not any callable (#2743)
     48 * Broken python bindings for TransformCoordinates method of osr.CoordinateTransformation (#2764)
     49 * GetFieldAsDate call in python bindings should be GetFieldAsDateTime (#2765)
     50 * GetFieldAsStringList c# and Python wraper (#2839)
     51 * python typemaps for OBJECT_LIST_INPUT(GDALRasterBandShadow) is broken (#2872)
     52
     53Utilities:
     54 * gdalwarp cblend option does not work (#2733)
     55 * Python utililities should support command-line wildcards (#2783)
     56 * gdal_contour: -3d option doesn't work just after -fl option (#2793)
     57 * gdal_contour segfaults if wrong band number is specified (#2794)
     58 * gdal_vrtmerge.py -separate doesn't work (#2836)
     59 * gdalwarp ignores cutline when -tr specified (#2847)
     60 * gdalwarp cutline off source problems (#2853)
     61 * multi-part cutlines not supported (#2984)
     62
     63CSharpBindings:
     64 * C# Vista 64-bit OSGeo.OGR.Datasource.CreateLayer freezing (#2173)
     65 * Support MSVC2008 builds with the csharp interface (#2862)
     66 * Problems to compile swigged GDAL for C# on 64 bit machine (#2928)
     67 * Change the dll mapping rules to support the recent MONO versions (#2961)
     68
     69Algorithms:
     70 * NODATA missing in blank area when warping vrt file with expanded RGB into vrt (#2724)
     71 * Cutline with blend gives wrong results inside cut polygon (#2735)
     72 * Cutline with blend don't blend correctly for some pixel rows (#2740)
     73 * typo in name GDAL_CG_Create in contour.cpp (#2795)
     74 * Lanczos and CubicSpline resampler buffer error on 2x2 images (#2960)
     75
     76GDAL_Raster:
     77 * SetColorTable() not supported for existing TIFF files (#2421)
     78 * IReadBlock failure in gdaladdo (#2486)
     79 * Opening large GIF files causes GDALOpen() to hang. (#2542)
     80 * VRTSourcedRasterBand fails if there are no sources (#2728)
     81 * Set projection to an existing HFA dataset as a PE string (#2731)
     82 * [PATCH - libtiff] JPEG compression in TIF doesn't work (#2748)
     83 * GRIB driver asserts (crashes) on opening this dataset (#2751)
     84 * georaster: In Oracle 10g generateSpatialExtent() in PL/SQL accept only one parameter (#2754)
     85 * gdalwarp to geotiff 1 bit mangles image (#2759)
     86 * gdalwarp to geotiff - TFW=YES ignored (#2760)
     87 * GDALOpenShared may crashes if dataset description is not the dataset filename (#2797)
     88 * A number of drivers implementation of Create() and CreateCopy() don't handle properly nBands == 0 (#2799)
     89 * bsb kap noaa (#2817)
     90 * gdalwarp with compression corrupts output (#2820)
     91 * BMP driver may crash when reading corrupted files (#2827)
     92 * JDEM driver leaks and may crash on corrupted dataset (#2828)
     93 * GXF driver doesn't validate raster dimensions (#2829)
     94 * GFF driver doesn't support big endian host (#2832)
     95 * GDALDatasetPool::~GDALDatasetPool() asserts when an underlying file cannot be opened (#2837)
     96 * Unable to delete colormap from HFA (#2842)
     97 * Overview is AUX (#2854)
     98 * AIGRID driver cannot read RAT on Windows (#2865)
     99 * Projection Warning only printed for debug mode (ISIS 2/3, PDS) (#2873)
     100 * Crash when serializing VRTDerivedRasterBand without pixel func defined (#2877)
     101 * GRIB driver crashes with large datasets (#2887)
     102 * Closing a dataset opened with GDALOpenShared in another thread causes later corruption (#2897)
     103 * ERS shows 8 bit signed integer datasets as unsigned integer. (#2902)
     104 * Overviews cannot be built for CIT or COT (#2904)
     105 * ERS file pointing to an ECW file is not opening when a full path name is not specified (#2906)
     106 * ERS file pointing to an ECW file is not opening when a full path name is not specified (#2908)
     107 * Reposition all NITF image and annotation segments relative to the base (0) segment (#2912)
     108 * Building RRD overviews using AVERAGE_BIT2GRAYSCALE results in wrong value (#2914)
     109 * GeoRaster: NBIT need swapping (#2917)
     110 * GeoRaster: Some combinations of Interleaving and bands per blocks fail (#2923)
     111 * GeoRaster: Error compressing (DEFLATE) incomplete blocks (#2924)
     112 * Memory overwrite while zooming an ECW image (#2934)
     113 * Georaster - Pyramid Levels mismatch (#2946)
     114 * Keyword causing format unrecognized (PDS) (#2956)
     115 * 11 bit JPEG2000 compressed NITIF shows as 8 bit (#2964)
     116 * GeoRaster: Non georeferenced images wrongly reported (#2967)
     117
     118ConfigBuild:
     119 * OGR_ENABLED not properly defined in win32 builds (#2784)
     120 * mysql compile error with GCC 4.3.2: error: macro "min" passed 3 arguments, but takes just 2 (#2972)
     121
     122SWIG (all bindings):
     123 * Need to expose ImportFromMICoordSys/ExportToMICoordSys to the SWIG interface (#2722)
     124 * Invalid inheritance in SWIG definition of  GDALColorTableShadow and GDALRasterAttributeTableShadow (#2874)