*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-01-29 19:55:36 +00:00
parent 6cc8d61e88
commit 792ee438d9

View File

@ -1,9 +1,19 @@
2004-01-29 Andrey Kiselev <dron@remotesensing.org>
* libtiff/tif_win32.c: Check if the pointer is NULL befor proceed
further as per bug
* libtiff/tiff.h: Fixed tag definitions for TIFFTAG_YCLIPPATHUNITS
and TIFFTAG_INDEXED as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=475
* libtiff/{tif_win32.c, tif_unix.c}: Check whether the pointer is
NULL before proceeding further as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=474
Check results, returned by the TIFFFdOpen() before returning and close
file if TIFFFdOpen() failed as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=468
* libtiff/tif_open.c: More fixes for