[gdal-dev] libtiff 4.5.0 is released
Even Rouault
even.rouault at spatialys.com
Thu Dec 15 07:00:54 PST 2022
Hi,
I've promoted rc3 as the final 4.5.0 release.
Read about this release at
https://libtiff.gitlab.io/libtiff/releases/v4.5.0.html
Note in particular the ABI change due to symbol versioning (SONAME
bumped to 6), and API and behavior changes related to the following items:
- Related to IFD-Loop detection refactoring, the number of IFDs that
libtiff can browse through has been extended from 65535 to 1048576. This
value is a build-time setting that can be configured with CMake's
TIFF_MAX_DIR_COUNT variable or autoconf's --with-max-dir-count option.
- tdir_t type updated to uint32_t. This type is now used for the return
value of TIFFCurrentDirectory() and TIFFNumberOfDirectories(), and as
the argument of TIFFSetDirectory() and TIFFUnlinkDirectory()
The release tarball can be downloaded at:
https://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz
https://download.osgeo.org/libtiff/tiff-4.5.0.tar.xz
https://download.osgeo.org/libtiff/tiff-4.5.0.zip
Signatures:
https://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz.sig
https://download.osgeo.org/libtiff/tiff-4.5.0.tar.xz.sig
https://download.osgeo.org/libtiff/tiff-4.5.0.zip.sig
Even
--
http://www.spatialys.com
My software is free, but my time generally not.
More information about the gdal-dev
mailing list