From: Marcin Siodelski Date: Thu, 25 Jul 2019 08:29:52 +0000 (+0200) Subject: [#680,!426] Added ChangeLog entry for #680. X-Git-Tag: Kea-1.6.1~10^2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2F680-mysql-cb-hook-leaks-pool-options;p=thirdparty%2Fkea.git [#680,!426] Added ChangeLog entry for #680. --- diff --git a/ChangeLog b/ChangeLog index 79d4605f4d..9abc64a5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1626. [bug] marcin + Automatically delete embedded options as a result of deleting + a subnet, pool or shared network from the MySQL Configuration + Backend. Prior to this change, the options were unnecessarily + left in the database. The database schema version was affected + and its version bumped up to 8.2. + (Gitlab #680,!426, git 03f0af3900bdd9eaa951b23cc9508f0618d3f1bb) + Kea 1.6.0-beta2 released on July 24, 2019 1625. [build] tmark, marcin