]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3518]
authorAram Sargsyan <aram@isc.org>
Mon, 5 Sep 2022 10:01:33 +0000 (10:01 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 6 Sep 2022 09:21:02 +0000 (09:21 +0000)
(cherry picked from commit 87920661b11a25b4499f30f98ba39d5c47af6e44)

CHANGES

diff --git a/CHANGES b/CHANGES
index df6b87e38d3943a2d8d4c5b3cec9cea5dfb78fea..4104c9cda0d1b524ecd01c405bdf98101799a169 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5955.  [port]          The libxml2 library has deprecated the usage of
+                       xmlInitThreads() and xmlCleanupThreads() functions. Use
+                       xmlInitParser() and xmlCleanupParser() instead.
+                       [GL #3518]
+
 5954.  [func]          Fallback to IDNA2003 processing in dig when IDNA2008
                        conversion fails. [GL #3485]