From: Mukund Sivaraman Date: Wed, 29 Jan 2014 10:45:46 +0000 (+0530) Subject: [master] Add ChangeLog entry for #3239 X-Git-Tag: bind10-1.2.0beta1-release~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0a7b4ecbb0e6360ec2686bb08c3bb92682bc8c3;p=thirdparty%2Fkea.git [master] Add ChangeLog entry for #3239 --- diff --git a/ChangeLog b/ChangeLog index af28061579..410ccca195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +740. [func] muks + When displaying messages about mismatched configuration data types + in entered values (between the supplied value type and expected + schema type), bindctl now includes both the supplied and expected + configuration data types in the returned error. The user has more + information on what caused the error now. + (Trac #3239, git 84d5eda2a6ae0d737aef68d56023fc33fef623e6) + 739. [bug] muks Various minor updates were made to the SSHFP RDATA parser. Mainly, the SSHFP constructor no longer throws an isc::BadValue exception.