From: Andrei Pavel Date: Thu, 16 May 2024 12:42:25 +0000 (+0300) Subject: [#3256] add ChangeLog entry X-Git-Tag: Kea-2.6.0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5eb6598f7b49784b67e59215deb3feae1481cca;p=thirdparty%2Fkea.git [#3256] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 76be3e6361..27cd78f5ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2234. [build] andrei + Code migrated from mysql_ssl_set which was deprecated in MySQL + 8.0.35 to mysql_options. + (Gitlab #3256) + 2233. [bug] razvan Fixed a bug which was causing the status-get command to return - an error when the lease database connection has hot yet been + an error when the lease database connection had not yet been established. (Gitlab #3223)