]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog for trac2342
authorStephen Morris <stephen@isc.org>
Mon, 12 Nov 2012 19:17:51 +0000 (19:17 +0000)
committerStephen Morris <stephen@isc.org>
Mon, 12 Nov 2012 19:17:51 +0000 (19:17 +0000)
ChangeLog

index 99b8e4554caddd6ad130f905eb06ff76846dba76..0bd6020f96d1ed5dc798b253baa2fba33cb926dc 100644 (file)
--- 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".