From: Stephen Morris Date: Mon, 12 Nov 2012 19:17:51 +0000 (+0000) Subject: [master] ChangeLog for trac2342 X-Git-Tag: trac2487_base~1^2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa362e401a2f5830a3a7bd130dda2d8f0fae3972;p=thirdparty%2Fkea.git [master] ChangeLog for trac2342 --- diff --git a/ChangeLog b/ChangeLog index 99b8e4554c..0bd6020f96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +503. [func] Stephen + Add initial version of a MySQL backend for the DHCP code. This + implements the basic IPv6 lease access functions - add lease, delete + lease and update lease. The backend is enabled by specifying + --with-dhcp-mysql on the "configure" command line: without this + switch, the MySQL code is not compiled, so leaving BIND 10 able to + be built on systems without MySQL installed. + (Trac #2342, git c7defffb89bd0f3fdd7ad2437c78950bcb86ad37) + 502. [func] vorner TTLs can be specified with units as well as number of seconds now. This allows specifications like "1D3H".