libtiff: *** empty log message *** (fd5b5)

https://github.com/libsdl-org/libtiff/commit/fd5b539c207fcbbc50abc19e21ce177ffa9c3d04

From fd5b539c207fcbbc50abc19e21ce177ffa9c3d04 Mon Sep 17 00:00:00 2001
From: Andrey Kiselev <[EMAIL REDACTED]>
Date: Fri, 2 Jul 2010 11:04:46 +0000
Subject: [PATCH] *** empty log message ***

---
 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 4be54d2d..053ba965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-07-02  Andrey Kiselev  <dron@ak4719.spb.edu>
 
+	* tools/tiffdump.c: Use PrintData() function instead of
+	PrintByte/Short/Long(). Should fix an issue reported at
+	http://bugzilla.maptools.org/show_bug.cgi?id=2116
+
 	* libtiff/tif_getimage.c: Check the number of samples per pixel when
 	working with YCbCr image in PickContigCase(). As per bug
 	http://bugzilla.maptools.org/show_bug.cgi?id=2216