From: Stephen Morris Date: Wed, 6 Apr 2016 14:33:18 +0000 (+0100) Subject: [master] ChangeLog for trac4293 X-Git-Tag: trac4106_update_base~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b34ad14d0704a95117e1fa92f6597fbc9e08a49;p=thirdparty%2Fkea.git [master] ChangeLog for trac4293 --- diff --git a/ChangeLog b/ChangeLog index 2bda247c64..e523642db7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1101. [bug] stephen + Made DHCPSRV_MEMFILE_LFC_UNREGISTER_TIMER_FAILED a debug message as the + condition leading to it (trying to unregister a timer that is not + registered) does not have an adverse effect on the operation of Kea. + (Trac #4293, git 06204c5d347d0df359af69974c155d0fa9725b44) + 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.