From: Thomas Markwalder Date: Tue, 5 Apr 2016 13:28:27 +0000 (-0400) Subject: [master] Added ChangeLog entry 1100 for #4243. X-Git-Tag: trac4106_update_base~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c61caa147c0b534671fa372d7441e4ca4832012;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1100 for #4243. --- diff --git a/ChangeLog b/ChangeLog index 04aa49fd02..2bda247c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1100. [bug] tmark + Wrapped asio/asio.hpp with logic to suppress optimization when building + under GCC 5.2.0 through 5.3.1 and BOOST_ERROR_CODE_HEADER only is defined. + This avoids an issue in the asio socket layer that was incorrectly + reporting socket read errors causing unit tests to fail and kea-dhcp-ddns + to loop logger calls in the error handler (aka double errors). + (Trac #4243, git 082f846f37cb32964c876b2bff5fcac82d1eaaf0) + 1099. [func] marcin Updated Host Manager API to allow for retrieving host reservations by any type of host identifier. Previously it was only possible