From: Marcin Siodelski Date: Wed, 22 Mar 2023 13:53:23 +0000 (+0100) Subject: [#2780] Added ChangeLog for #2780 X-Git-Tag: Kea-2.3.7~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9b27d266ebc6d0848f0408476d11e7f2f23900;p=thirdparty%2Fkea.git [#2780] Added ChangeLog for #2780 --- diff --git a/ChangeLog b/ChangeLog index 1f3d153adf..a1edf601fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2121. [func] marcin + Implemented Free Lease Queue allocator. It can be used for + address assignment in DHCPv4 and prefix delegation in DHCPv6. + The allocator is suitable when the DHCP servers work with + nearly depleted pools, and the time to find an available + lease becomes long with other allocators. The new allocator, + however, slows down the server startup and reconfiguration. + It also uses more memory. + (Gitlab #2780, #2764) + Kea 2.3.6 (development) released on March 29, 2023 2120. [build] razvan