Added record about TIFFRewriteField() removal.
This commit is contained in:
parent
8c8cc432e5
commit
4441831fef
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user