From: Michał Kępień Date: Tue, 14 Aug 2018 07:22:43 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.11.5rc1~44^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2e0856c43d84e4922c4f536d9e7b92fd6fbaf75c;p=thirdparty%2Fbind9.git Add CHANGES entry 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) --- diff --git a/CHANGES b/CHANGES index 9789644fc22..9e1ad97dd46 100644 --- 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]