From f8db45dca2c21d6f7f5d6594604adb3fbeb7fec1 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 5 Aug 2003 08:44:17 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f90e5a8..4a2f11af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-08-05 Andrey Kiselev + + * libtiff/tif_lzw.c: Move LZW codec state block allocation back to + TIFFInitLZW(), because its initialization in LZWSetupDecode() cause + problems with predictor initialization. Remove O_RDONLY check during + state block allocation to be able open LZW compressed files in update + mode. + + Problem exist for libtiff version of the tif_lzw.c module. One from + lzw-compression-kit hasn't such troubles. + 2003-08-04 Frank Warmerdam * libtiff/tif_write.c: modified tif_write.c so that the various