summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-05-25 13:38:41 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-05-25 13:38:41 +0000
commit3fab53b53f0425326588f8f7ef213dee24f3f00b (patch)
tree82b408af2e473c8c755abcedc6c954c7ab168835 /ChangeLog
parentdb6a96056d0505d353475121a6be0335821d1947 (diff)
downloadlibtiff-git-3fab53b53f0425326588f8f7ef213dee24f3f00b.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 142a65ce..75734f6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2005-05-25 Andrey Kiselev <dron@remotesensing.org>
+
+ * tools/ppm2tiff.c: Fixed format string when read PPM file header with
+ the fscanf() function. As per bug
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=861
+
+ * libtiff/{tif_dirinfo.c, tif_print.c}: TIFFFetchByteArray() returns
+ uint16 array when fetching the BYTE and SBYTE filds, so we should
+ consider result as pointer to uint16 array and not as array of chars.
+ As per bug
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=831
+
+ * libtiff/tif_dir.c: More efficient custom tags retrieval as per bug
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=830
+
+ * libtiff/tif_win32.c: Use FILE_SHARE_READ | FILE_SHARE_WRITE share
+ mode in CreateFile() call as per bug
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=829
+
+ * libtiff/Makefile.am: Fixed parallel compilation of the libtiff and
+ libtiffxx libraries as per bug
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=826
+
+ * contrib/addtiffo/{tif_overview.c, tif_ovrcache.h}: Sinchronized with
+ GDAL.
+
2005-05-23 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_jpeg.c: Substantial fix for addtiffo problems with
@@ -11,6 +42,7 @@
zero. This is a common case with GDAL indicating a "null" tile/strip.
2005-05-17 Andrey Kiselev <dron@remotesensing.org>
+
* tools/tiffsplit.c: Check for JPEGTables tag presence before copying.
2005-05-06 Frank Warmerdam <warmerdam@pobox.com>