From: Marcin Siodelski Date: Fri, 7 Feb 2014 18:01:36 +0000 (+0100) Subject: [master] Added ChangeLog entry for #3309. X-Git-Tag: bind10-1.2.0beta1-release~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49d0ce1889192c7df7dc94544dfca8e51054015e;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3309. --- diff --git a/ChangeLog b/ChangeLog index 2a5cf1128b..b8b24154af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +747. [bug] marcin + libdhcpsrv: server configuration mechanism allows creating definitions + for standard options for which Kea doesn't provide a definition yet. + Without this, the server administrator couldn't configure options for + which a definition didn't exist. + (Trac# 3309, git 16a6ed6e48a6a950670c4874a2e81b1faf287d99) + 746. [func] tomek IOAddress no longer exposes underlying asio objects. The getAddress() method has been removed and replaced with several convenience methods.