Skip to content

Commit

Permalink
Tag 2.1.2RC4
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/tags/2.1.2@35896 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Oct 24, 2016
2 parents 2c53c02 + 6aa5551 commit ca26ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gdal/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The 2.1.2 release is a bug fix release.
* gdal_translate & gdalwarp: lower the default value of GDAL_MAX_DATASET_POOL_SIZE
to 100 on MacOSX (#6604)
* gdalwarp: when -to RPC_DEM is specified, make -et default to 0 as documented (#6608)
* gdalwarp: fix failure with cutline on a layer of touching polygons (#6694)
* gdal_translate: when using -projwin with default nearest neighbour resampling,
align on integer source pixels (#6610)
* gdal2xyz: use %d formatting for Int32/UInt32 data types (#6644)
Expand Down Expand Up @@ -71,6 +72,7 @@ netCDF driver:
RMF driver:
* fix wrong counter decrement that caused compressed RMF to be incorrectly
decompressed (https://github.com/OSGeo/gdal/pull/153)
* fix load/store inversion of cm and dm units in MTW files (https://github.com/OSGeo/gdal/pull/162)

ROI_PAC driver:
* fix computation of line offset for multi-band BIP files, and warn if detecting
Expand Down Expand Up @@ -187,7 +189,6 @@ The 2.1.1 release is a bug fix release.
== Utilities ==
* gdal_polygonize.py: explicitly set output layer geometry type to be polygon (#6530)
* gdalwarp: do not densify cutlines by default when CUTLINE_BLEND_DIST is used (#6507)
* gdalwarp: fix failure with cutline on a layer of touching polygons (#6694)

== GDAL drivers ==

Expand Down

0 comments on commit ca26ba6

Please sign in to comment.