From c080e307010fc08e9594dd46ce9c34b1db51ae91 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 1 Jan 2008 15:49:43 +0000 Subject: [PATCH] info on various fixes from Edward Lam --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2de23af3..fcfd57b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2008-01-01 Frank Warmerdam + * tools/tiffinfo.c, tools/tiffcmp.c, tools/gif2tiff.c, tools/bmp2tiff.c + tools/tiff2pdf.c: Fix 64-bit warnings when compiling under MSVC 2005 + (x64). + + * tools/tiffset.c: Changes to reflect the fact that TIFFFieldWithTag() + and TIFFFieldWithName() now return TIFFField pointers instead of + TIFFFieldInfo pointers. + + * tools/tiffdump.c: Added ssize_t typedef on Windows since it doesn't + exist. This makes it compile again on Windows + + * tif_aux.c, tif_getimage.c, tif_next.c, tif_predict.c, tif_win32.c, + tiffconf.vc.h: Various 64bit fixes from Edward Lam identified on win64. + * test/rewrite_tag.c: New test for TIFFRewriteField(). 2007-12-31 Frank Warmerdam