]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 14 Aug 2018 07:22:43 +0000 (09:22 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 14 Aug 2018 07:22:43 +0000 (09:22 +0200)
5008. [bug] "rndc signing -nsec3param ..." requests were silently
ignored for zones which were not yet loaded or
transferred. [GL #468]

CHANGES

diff --git a/CHANGES b/CHANGES
index 791851b185f4936589cdff92703d6fa2404f0c39..14649897202730845e20e3017dc6cf7d3f75c83c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5008.  [bug]           "rndc signing -nsec3param ..." requests were silently
+                       ignored for zones which were not yet loaded or
+                       transferred. [GL #468]
+
 5007.  [cleanup]       Replace custom ISC boolean and integer data types
                        with C99 stdint.h and stdbool.h types. [GL #9]