summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-06-30 17:40:02 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-06-30 17:40:02 +0000
commit0f83a86b7b87113eccb321384438b93736cad464 (patch)
tree64522e54a04aaf67879b6f10c786cd19c9ca3744 /ChangeLog
parent170f9a6019d95eeed8cfa34b5f11a5b195817184 (diff)
downloadlibtiff-git-0f83a86b7b87113eccb321384438b93736cad464.tar.gz
* man: update documentation regarding SubIFD tag and
TIFFSetSubDirectory() data type. Patch by Eric Piel Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2671
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77a64385..62258ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-06-30 Even Rouault <even.rouault at spatialys.com>
+ * man: update documentation regarding SubIFD tag and
+ TIFFSetSubDirectory() data type.
+ Patch by Eric Piel
+ Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2671
+
+2017-06-30 Even Rouault <even.rouault at spatialys.com>
+
* libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX()
functions associated with LONG8/SLONG8 data type, replace assertion that
the file is BigTIFF, by a non-fatal error.