]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:40:59 +0000 (10:40 +0200)
4973. [func] verifyzone() and the functions it uses were moved to
libdns and refactored to prevent exit() from being
called upon failure.  A side effect of that is that
dnssec-signzone and dnssec-verify now check for memory
leaks upon shutdown. [GL #266]

CHANGES

diff --git a/CHANGES b/CHANGES
index 3333080a6149afb6b054c73e05f647dda39d8dcb..4e66137b0a3b4bfceb157f4c579d5e1f43761d5f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+4973.  [func]          verifyzone() and the functions it uses were moved to
+                       libdns and refactored to prevent exit() from being
+                       called upon failure.  A side effect of that is that
+                       dnssec-signzone and dnssec-verify now check for memory
+                       leaks upon shutdown. [GL #266]
+
 4972.  [func]          Declare the 'rdata' argument for dns_rdata_tostruct()
                        to be const. [GL #341]