From: Marcin Siodelski Date: Tue, 16 Jul 2024 16:22:55 +0000 (+0200) Subject: [#3485] Added ChangeLog for #3485 X-Git-Tag: Kea-2.6.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703c57d4bfe299d3533451e6f44b8618e45bb852;p=thirdparty%2Fkea.git [#3485] Added ChangeLog for #3485 --- diff --git a/ChangeLog b/ChangeLog index f3de3922fa..bfd33c1a60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2249. [bug] marcin + Corrected a bug in storing and fetching the encapsulated DHCP + options from the configuration backend. These options were + sometimes not returned when they were specified at the subnet, + shared network or client class level. + (Gitlab #3485) + 2248. [bug] razvan Fixed a file descriptor leak in the High Availability hook library.