]> 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 08:55:07 +0000 (08:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 96e4b9e8db3556479a91f9481105da10df5877b4..280ccc71a619b5a80e4f3283b243a0ccea09c520 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]