Changes between Version 4 and Version 5 of Release/2.1.2-News


Ignore:
Timestamp:
Oct 19, 2016, 4:42:44 PM (8 years ago)
Author:
Even Rouault
Comment:

Update for 2.1.2RC2

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.1.2-News

    v4 v5  
    99* /vsicurl/: take CPL_VSIL_CURL_ALLOWED_EXTENSIONS into account even if
    1010  GDAL_DISABLE_READDIR_ON_OPEN is defined (#6681)
     11* Fix regression in PLScenes V1 raster random access. Add a CPL_VSIL_CURL_ALLOWED_FILENAME config option to solve that (fixes #6691)
     12* /vsimem/: fix potential crash when closing -different- handles pointing to the same file from different threads (fixes #6683)
    1113
    1214== GDAL Core ==
     
    1820* Make multi-threaded reading/writing when using GetLockedBlock()/MarkDirty()/
    1921  DropLock() lower level interfaces (#6665)
     22* Fix multi-threading issues in read/write scenarios (fixes #6684)
    2023
    2124== Utilities ==
     
    8992== OGR drivers ==
    9093
     94Multi driver fix:
     95* GPKG/SQLite/PG/FileGDB/MEM: properly set/reset field subtype with AlterFieldDefn() (fixes #6689)
     96
    9197Carto driver:
    9298* rebranded from CartoDB to Carto. "CartoDB" is still a valid alias to Carto
     
    114120  following EPSG axis order. Add SWAP_COORDINATES=YES/NO/AUTO (and
    115121  GML_SWAP_COORDINATES configuration option) to override all auto guessing (#6678)
     122
     123ILI1 driver:
     124* fix crash in OGRILI1Layer::JoinSurfaceLayer() when the multicurve of the feature of the poSurfaceLineLayer layer is empty (fixes #6688)
    116125
    117126MSSQLSpatial driver: