summaryrefslogtreecommitdiff
path: root/html/v4.0.0.html
diff options
context:
space:
mode:
authordron <dron>2008-04-10 11:11:43 +0000
committerdron <dron>2008-04-10 11:11:43 +0000
commit6754eff51310b49eb546302a361899530f3e232b (patch)
tree1f70bb60c0f51e7f9698fb98472454ce622577f1 /html/v4.0.0.html
parentdc81eb5b9f2d77f85f4cae87b5746ee6911fe774 (diff)
downloadlibtiff-6754eff51310b49eb546302a361899530f3e232b.tar.gz
Added record about TIFFRewriteField() removal.
Diffstat (limited to 'html/v4.0.0.html')
-rw-r--r--html/v4.0.0.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/v4.0.0.html b/html/v4.0.0.html
index 885cafb7..b6f2cf94 100644
--- a/html/v4.0.0.html
+++ b/html/v4.0.0.html
@@ -114,6 +114,10 @@ BigTIFF support changes:
Other important backward incompatible changes in the public API:
<UL>
+ <LI> TIFFRewriteField() renamed into _TIFFRewriteField() and moved out
+ from the public interface (from tiffio.h to tiffiop.h). Type of its
+ 'count' parameter changed from uint32 to tmsize_t.
+
<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
@@ -193,7 +197,7 @@ Other important backward incompatible changes in the public API:
<UL>
</UL>
-Last updated $Date: 2007-07-12 14:00:50 $.
+Last updated $Date: 2008-04-10 11:11:43 $.
</BODY>
</HTML>