From: Marcin Siodelski Date: Tue, 27 Nov 2012 07:42:56 +0000 (+0100) Subject: [master] Update ChangeLog for #2490. X-Git-Tag: bind10-1.0.0-beta-release~46^2~31^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f7ca576d5f9f906733775ca9173231de175290;p=thirdparty%2Fkea.git [master] Update ChangeLog for #2490. --- diff --git a/ChangeLog b/ChangeLog index ed85501234..828ac6a5ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +510. [func] marcin + DHCP option instances can be created using a collection of strings. + Each string represents a value of a particular data field within + an option. The data field values, given as strings, are validated + against the actual types of option fields specified in the options + definitions. + (Trac #2490, git 56cfd6612fcaeae9acec4a94e1e5f1a88142c44d) + 509. [func] muks Log messages now include the pid of the process that logged the message.