summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/releases/v4.5.0.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ae250a8..c2e54054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
libtiff v4.5.0rc2 preparation
+2022-12-14 Su_Laus <sulau@freenet.de>
+
+ tiffinfo: update curdir from uint16_t to tdir_t for more than 64k IFD handling.
+
2022-12-13 Even Rouault <even.rouault@spatialys.com>
Merge branch 'fix_502' into 'master'
diff --git a/doc/releases/v4.5.0.rst b/doc/releases/v4.5.0.rst
index 6a83070d..a287b215 100644
--- a/doc/releases/v4.5.0.rst
+++ b/doc/releases/v4.5.0.rst
@@ -133,6 +133,8 @@ Bug fixes:
* :program:`tiffcrop`: fix floating-point exception (:issue:`415`,
:issue:`427`, :issue:`428`, CVE-2022-2056, CVE-2022-2057, CVE-2022-2058)
* :program:`tiff2pdf`: Don't try to seek into stdout (:issue:`441`)
+* :program:`tiffinfo`: update curdir from uint16_t to tdir_t for more than 64k
+ IFD handling.
Contributed software changes
----------------------------