From: Thomas Markwalder Date: Thu, 17 Dec 2015 16:41:20 +0000 (-0500) Subject: [master] Added ChangeLog entry 1073 for Github #16,Trac #4237,#4238 X-Git-Tag: trac4263_base~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4a437d953925f429081a78f12e83bc96efc772;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1073 for Github #16,Trac #4237,#4238 --- diff --git a/ChangeLog b/ChangeLog index d70608a424..b18f0f6038 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1073. [bug] tmark + This change bumps the MySQL schema version from 4.0 to 4.1 and includes + the following changes: added explicit use of InnoDB engine to all MySQL + table create statements, MySQL lease dump output is now sorted by lease + address in ascending order, and the MySQL lease_hwaddr_source table now + contains an entry for HWADDR_SOURCE_UNKNOWN (i.e. source = 0). Our thanks + to Sebastien Couture at Ubity Inc. for reporting the InnoDB engine issue + and submitting a fix for it. + (Github #16, Trac #4237,#4238, git f0fb9f35a394785215573a591c2bcc68ab481436) + 1075. [doc] marcin Changed Kea license from ISC to Mozilla Public License, v. 2.0.