v4 5 0 RST
v4 5 0 RST
0
======================
.. table:: References
:widths: auto
====================== ==========================================
Current Version v4.5.0 (:tag:`v4.5.0`)
Previous Version :doc:`v4.4.0 <v4.4.0>`
Master Download Site `<https://download.osgeo.org/libtiff/>`_
Master HTTP Site #1 `<http://www.simplesystems.org/libtiff/>`_
Master HTTP Site #2 `<https://libtiff.gitlab.io/libtiff/>`_
Master HTTP Site #3 `<http://libtiff.maptools.org/>`_
====================== ==========================================
Major changes
-------------
* Whole code base reformatting of .c/.h files using new .clang-format format
* Documentation changed from static HTML and man pages to Restructured Text
(rst). HTML and man pages are now build artifacts.
Library changes
---------------
New/improved functionalities:
API/ABI breaks:
* tdir_t type updated to uint32_t. This type is now used for the return value of
:c:func:`TIFFCurrentDirectory` and :c:func:`TIFFNumberOfDirectories`, and
as the argument of :c:func:`TIFFSetDirectory` and :c:func:`TIFFUnlinkDirectory`
Bug fixes:
Tools changes
-------------
New/improved functionality:
None