summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-12-13 17:39:00 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-12-13 17:39:00 +0100
commitbe62af1f181fcc374f7abf10a5a79e7a942b8fea (patch)
treee7ba330b7cd7312c847940b02fc42c71b248cb63
parentc4516f9dc72bad7f2c4a8f704169afa0342e44ca (diff)
downloadlibtiff-git-be62af1f181fcc374f7abf10a5a79e7a942b8fea.tar.gz
Changelog: latest updates for 4.5.0rc2
-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
----------------------------