From 19a03d4d01741de6e9b001773666ec6a7c2c07db Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sat, 26 Jul 2003 03:55:17 +0000 Subject: [PATCH] patches from J.A.Strother --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6cedcbbc..c3a69615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-07-25 Frank Warmerdam + * libtiff/tif_open.c: avoid signed/unsigned casting warning + initializing typemask as per patch from J.A. Strother. + + * tools/tiffcp.c: fixed signed/unsigned casting warning. + + * libtiff/tif_print.c: dos2unix conversion. + * tools/tiffsplit.c: increased the maximum number of pages that can be split. Patch provided by Andrew J. Montalenti.