From: Francis Dupont Date: Wed, 22 May 2019 22:18:01 +0000 (+0200) Subject: [208-move-logging-from-global-objects-to-global-params] Added ChangeLog entry for... X-Git-Tag: Kea-1.6.0-beta~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600677b8111c1940f774c87d35b5c76efdbe1531;p=thirdparty%2Fkea.git [208-move-logging-from-global-objects-to-global-params] Added ChangeLog entry for min/max lifetimes --- diff --git a/ChangeLog b/ChangeLog index e54fdc48f2..c2f5953e04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1578. [func] fdupont + The configuration syntax has changed. The Logging scope that used + to be shared between all servers has been deprecated. Each daemon + is supposed to define its own loggers using 'loggers' array. The + old configuration syntax is still accepted, but is considered + deprecated. Kea 1.6 will accept it, but that capability will be + removed in the future. Please migrate your configuration to new + syntax. + (Gitlan #208,!196, git 37b8ec6c2c4b64681059f8fad26d112adbb7ee2b) + 1577. [func] razvan Implemented host reservations page retrieval for Cassandra. (Gitlab #511,!278, git 152e82b49f5e5abd9d3a2a4825ed8620973f5ef1)