From: Marcin Siodelski Date: Tue, 18 Jul 2023 11:48:46 +0000 (+0200) Subject: [#2978] Added ChangeLog entry for #2978 X-Git-Tag: Kea-2.2.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f044e199ca8e98d4ae6d319774232a36edc2661d;p=thirdparty%2Fkea.git [#2978] Added ChangeLog entry for #2978 --- diff --git a/ChangeLog b/ChangeLog index e7a840877a..8198e30b41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2052. [bug] marcin + Applied a workaround in the connection to MySQL that prevents + potential crashes in libmysqlclient library when connection + to the database is lost and re-established. + (Gitlab #2978) + 2051. [bug] razvan Fixed a crash when splitting long options or sending user defined options when multi-threading is enabled. Also fixed some cases