diff --git a/ChangeLog b/ChangeLog index e6e354d0..ab8cb0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Frank Warmerdam + + * libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till + LZWSetupDecode(). Needed to read LZW files in "r+" mode. + 2003-02-07 Andrey Kiselev * tools/ppm2tiff.c: Fixed problem with too many arguments.