From 0360163075f079f7883566af1fa2834778a4176c Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Sat, 24 Jun 2006 18:02:15 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d08fdcc4..43170a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-06-24 Andrey Kiselev + + * libtiff/tif_dirinfo.c: Added missed EXIF tag ColorSpace (40961). + + * libtiff/tif_dirread.c: Move IFD fetching code in the separate + function TIFFFetchDirectory() avoiding code duplication in + TIFFReadDirectory() and TIFFReadCustomDirectory(). + 2006-06-19 Frank Warmerdam * tools/tiff2pdf.c: Fix handling of -q values.