From 32d2ec53137431c89abb101476efc2852298cba5 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 31 Jan 2003 16:45:20 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7930718b..fef41ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-01-31 Frank Warmerdam + + * libtiff/tif_write.c: TIFFWriteCheck() now fails if the image is + a pre-existing compressed image. That is, image writing to + pre-existing compressed images is not allowed. + + * libtiff/tif_open.c: Removed error if opening a compressed file + in update mode. + + http://bugzilla.remotesensing.org/show_bug.cgi?id=198 + 2003-01-31 Andrey Kiselev * config.guess, config.sub: Updated to recent upstream versions.