libtiff: Changelog: latest updates for 4.5.0rc2

From be62af1f181fcc374f7abf10a5a79e7a942b8fea Mon Sep 17 00:00:00 2001
From: Even Rouault <[EMAIL REDACTED]>
Date: Tue, 13 Dec 2022 17:39:00 +0100
Subject: [PATCH] Changelog: latest updates for 4.5.0rc2

---
 ChangeLog               | 4 ++++
 doc/releases/v4.5.0.rst | 2 ++
 2 files changed, 6 insertions(+)

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
 ----------------------------