Browse Source

[master] Added ChangeLog entry 1100 for #4243.

Thomas Markwalder 9 years ago
parent
commit
8c61caa147
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ChangeLog

+ 8 - 0
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