*** empty log message ***

This commit is contained in:
Andrey Kiselev 2002-04-08 17:07:44 +00:00
parent 0623f17aa1
commit 216bf01be7

View File

@ -1,6 +1,6 @@
2002-04-08 Andrey Kiselev <dron@remotesensing.org> 2002-04-08 Andrey Kiselev <dron@remotesensing.org>
* libtiff/: tif_codec.c tif_compress.c tiffiop.h: Introduced additional * libtiff/: tif_codec.c, tif_compress.c, tiffiop.h: Introduced additional
members tif->tif_decodestatus and tif->tif_encodestatus for correct members tif->tif_decodestatus and tif->tif_encodestatus for correct
handling of unconfigured codecs (we should not try to read data or to handling of unconfigured codecs (we should not try to read data or to
define data size without correct codecs). define data size without correct codecs).
@ -10,6 +10,11 @@
Should fix http://bugzilla.remotesensing.org/show_bug.cgi?id=119 (in Should fix http://bugzilla.remotesensing.org/show_bug.cgi?id=119 (in
case of __cvs_8.tif test image). case of __cvs_8.tif test image).
* libtiff/: tif_dirinfo.c, tif_dirread.c: Somebody makes a bug in
tif_dirread.c when TIFFCreateAnonFieldInfo was introduced.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=119 in case
of _cvs_00000-00.tif, _cvs_00000-01.tif and _cvs_00000-02.tif.
2002-04-04 Andrey Kiselev <dron@remotesensing.org> 2002-04-04 Andrey Kiselev <dron@remotesensing.org>
* libtiff/: tif_lzw.c: Assertions in LXWDecode and LZWDecodeCompat * libtiff/: tif_lzw.c: Assertions in LXWDecode and LZWDecodeCompat