From: Michał Kępień Date: Tue, 14 Aug 2018 07:22:43 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.13.3~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed6778be4493955e16393b07bec59a8da6e728d;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] --- diff --git a/CHANGES b/CHANGES index 791851b185f..14649897202 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]