]> 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:29:54 +0000 (09:29 +0200)
5008. [bug] "rndc signing -nsec3param ..." requests were silently
ignored for zones which were not yet loaded or
transferred. [GL #468]

(cherry picked from commit eed6778be4493955e16393b07bec59a8da6e728d)

CHANGES

diff --git a/CHANGES b/CHANGES
index 9789644fc22965a14ce89d808e24c54f337a1295..9e1ad97dd46e27d0194596236e2254a832352390 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]