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


Ignore:
Timestamp:
Oct 3, 2012, 9:52:22 AM (12 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.9.2-News

    v1 v1  
     1= GDAL/OGR 1.9.2 Release Notes =
     2
     3The 1.9.2 release is a bug fix release.
     4
     5== Core ==
     6
     7 * Fix infinite GDALOpen recursion with some VRTs (#4835)
     8 * Avoid destroying existing overviews (.aux/.rrd) (#4831)
     9 * Support recognising NaN better in CPLStrtod() (#4799)
     10 * Fix windows declaration for CPLGetErrorHandlerUserData() (#4755)
     11 * Fix compilation with Gentoo modified zlib 1.2.6 (#4723)
     12 * Look for libgeotiff headers in /usr/include/libgeotiff too (#4706)
     13 * Improve warning handling in CPLClearRecodeStubWarningFlags() (#4650)
     14 * Fix Solaris compilation bug (#4705)
     15 * MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (#4673)
     16
     17gdalwarp:
     18 * Do not drop chunks to process because of transform errors (#4795)
     19 * geolocation transformer: ignore incoming pabSuccess values (#4794)
     20
     21gdaldem:
     22 * fix color relief output via !CreateCopy (#4764)
     23
     24gdal_rasterize:
     25 * Fix crash with -i and no features (#4744)
     26
     27Perl Bindings:
     28 * Fix Geo::OGR::Geometry::Points method (#4833)
     29
     30Java Bindings:
     31 * Fix gdalconst.DMD_ and DCAP_ constants (#4828)
     32 * Fix SWIG 2.0.6 compilation problem (#4669)
     33
     34== GDAL 1.9.2 ==
     35
     36KMLSuperOverlay Driver:
     37 * Fix bad placing of tiles with large raster regions (#4834)
     38
     39BAG Driver:
     40 * Fix serious problems with tiled images (#4548)
     41
     42HDF4 Driver:
     43 * Avoid using tile API for non-tile sized chunks (#4672)
     44
     45GeoPDF Driver:
     46 * Support Poppler 0.20 (#4668)
     47
     48VRT Driver:
     49 * Fix integer overflow filling buffer larger than 2GB (#4815)
     50
     51GeoTIFF (GTiff) Driver:
     52 * avoid crash on improperly formatted metadata (#4816)
     53 * Fix factor_b/factor_c problem when initiatlizing from EPSG CSV (#4689)
     54 * Avoid applying GEOGCS units to projected srs (#4677)
     55
     56NITF Driver:
     57 * Do not attempt to return large DESDATA as escaped text (#4803)
     58 * Add code "TF" in NITF series table (#4776)
     59
     60RPFTOC Driver:
     61 * Relax SanityCheckOK() to avoid rejecting valid CIB datasets (#4791)
     62
     63ECW Driver:
     64 * Improve picking (one pixel reads) on large datasets (#4790)
     65
     66NetCDF Driver:
     67 * Fix "km" support (#4769)
     68 * fix use of freed memory in NCDFAddGDALHistory() (#4709)
     69 * fetch SRS before metadata (#4691)
     70
     71BT Driver: 
     72 * Fix support for 2G+ files (#4765)
     73
     74RMF Driver:
     75 * Fix zone number detection (#4766)
     76
     77Rasterlite Driver:
     78 * Fix problem with creating internal overviews affecting other tables (#4737)
     79
     80GIF Driver:
     81 * Add giflib 5.0 compatability (#4675)
     82 * Add giflib 4.2.0 support (#4675)
     83
     84DTED Driver:
     85 * update partial cell indicator (#4687)
     86
     87GRIB Driver:
     88 * Avoid caching more than 100MB (#4682)
     89
     90== OGR 1.9.2 ==
     91
     92Shapefile Driver:
     93 * Fix memory leak when ignoring geometry (#4749)
     94 * Fix /vsizip EOF handling affecting zipped shapefiles (#4748)
     95 * Fix handling of 8859xx in .cpg file (#4743)
     96 * Remove assert if !SetFeature() called with in valid FID (#4727)
     97 * Try to support recoding of field names (#4650)
     98 * OGRDataSource::!CopyLayer(): take field renaming into account (#4667)
     99
     100SQLLite Driver:
     101 * return empty layer when select returns zero rows (#4684)
     102
     103FileGDB Driver:
     104 * Add FGDB_BULK_LOAD configuration option for faster bulk loading (#4420)
     105 * Fixes for tolerance and scale parameters in SRS (#4455)
     106 * Use ESRI SRS DB to find WKT definition (#4455)
     107
     108DXF Driver:
     109 * Take extrusion direction into account (#4842)
     110 * Write HATCH in compatible way + misc improvements (#4680)
     111 * Ignore spline frame control points for VERTEX of POLYLINE (#4683)
     112
     113GML Driver:
     114 * Use Xerces parser for files encoded in ISO-8859-1n (#4829)
     115 * fix MultiLineString typo in GML3 .XSD file (#4674)
     116
     117MSSQL Driver:
     118 * Fix MSSQL Spatial / 3D issue (#4626, #4806)
     119 * Fix multipoint geometry handling (#4781)
     120
     121ODBC Driver:
     122 * Make !SetAttributeFilter(NULL) work  (#4821)
     123
     124SDE Driver:
     125 * Add support for CLOB and NLOB data types (#4801)
     126
     127JSON Driver:
     128 * parse double values in locale insensitive way (#4814)
     129
     130CSV Driver:
     131 * Allow creating a new .csv file in messed up case, support single column CSV files (#4824)
     132 * Fix export of real values in non-C locale (#4761)
     133
     134WFS Driver:
     135 * Fix problem with double quoted WFSLayerMetadata (#4796)
     136
     137Geomedia Driver:
     138 * fix loading of boundary geometries that are 2.5D or multiring (#4734)
     139
     140MITAB Driver:
     141 * Fix double free on Create failure (#4730)
     142
     143!ArcInfo Binary Coverage (AVCBin Driver:
     144 * Fix VAT read past EOF problem (#3031)
     145
     146Postgres/PostGIS Driver:
     147 * optimize SRID fetching on PostGIS 2.0 using ST_SRID() (#4699, #4700)