From: Marcin Siodelski Date: Fri, 1 Feb 2019 13:37:34 +0000 (+0100) Subject: [master] Added ChangeLog entry for #429. X-Git-Tag: 429-Updated-StampedValue-to-support-reals_base X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f72bb0f7a221a422a7f03cfd04e0c21df8d33b0e;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #429. --- diff --git a/ChangeLog b/ChangeLog index 80410284bf..260e7fa42b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +1518. [func] marcin + Extended MySQL schema to include the types of the global DHCP + parameters in the database. The Kea servers will use this + information to cast the values fetched from the database into + their actual types. The supported types are: string, integer, + boolean and real. + (Gitlab #429,!217, git edd745c507ce5a888461df1489311de0c22cd312) + 1517. [func] tmark kea-dhcp4 will now connect to and fetch configuration data from configured backends. At this point, only fetched subnet data is - merged and used. + merged and used. (Gitlab #101,!202, git c572f8aea94349ff5fb4afee13a88ba811cc6459) 1516. [func] marcin