summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2007-07-12 14:00:35 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2007-07-12 14:00:35 +0000
commit875d6d385dcf20b5e9eb0b05208882dd1c07d780 (patch)
treede5d303d434450c9f9c5892aa77fb2eed9d04c3c
parent2d54748c154e7d66f4584eda7093f4aef263c391 (diff)
downloadlibtiff-git-875d6d385dcf20b5e9eb0b05208882dd1c07d780.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--html/v4.0.0.html7
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7020e1c1..8e6b81c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-12 Andrey Kiselev <dron@ak4719.spb.edu>
+
+ * libtiff/{tif_close.c, tif_dirinfo.c, tiffiop.c, tif_dirread.c,
+ tif_dir.h, tif_dir.c, tiffio.h}: Transition to the new-style tag
+ extending scheme completed.
+
2007-07-11 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_stream.cxx: Adapt to use toff_t again. Update to
diff --git a/html/v4.0.0.html b/html/v4.0.0.html
index 83ba5cda..885cafb7 100644
--- a/html/v4.0.0.html
+++ b/html/v4.0.0.html
@@ -114,6 +114,11 @@ BigTIFF support changes:
Other important backward incompatible changes in the public API:
<UL>
+ <LI> TIFFMergeFieldInfo() returns non-void result now. It returns 0
+ if successful and -1 if failed. Though this is now obsoleted function
+ and should not be used in new programs. Use the new tag extension
+ scheme instead.
+
<LI> TIFFFieldWithTag() and TIFFFieldWithName() functions now return
pointer to TIFFField constant object instead of TIFFFieldInfo.
@@ -188,7 +193,7 @@ Other important backward incompatible changes in the public API:
<UL>
</UL>
-Last updated $Date: 2007-07-09 10:19:31 $.
+Last updated $Date: 2007-07-12 14:00:50 $.
</BODY>
</HTML>