summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2012-05-19 23:15:07 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2012-05-19 23:15:07 +0000
commit80a5c283a19d2407318165de391ce9dd2623a0af (patch)
treef24ff72167ff05f7d043881c339be5ab4fa1226e /ChangeLog
parentfada19fb9c2dfc3eaae38870d77e18d024436eee (diff)
downloadlibtiff-git-80a5c283a19d2407318165de391ce9dd2623a0af.tar.gz
* man/TIFFGetField.3tiff: Correct the 'count' field type in the
example for how to retreive the value of unsupported tags.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f6aea0..0059f127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-19 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+
+ * man/TIFFGetField.3tiff: Correct the 'count' field type in the
+ example for how to retreive the value of unsupported tags.
+
2012-03-30 Frank Warmerdam <warmerdam@google.com>
* tif_getimage.c: Fix size overflow (zdi-can-1221,CVE-2012-1173)