From: Thomas Markwalder Date: Tue, 18 Jul 2017 17:25:38 +0000 (-0400) Subject: [master] Added ChangeLog entry 1276 for 5215. X-Git-Tag: trac5124a_base~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f9ab1aec1f0bc7ddfcb0283b1f8716737541ff;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1276 for 5215. --- diff --git a/ChangeLog b/ChangeLog index 77eb01c19a..4c40a598d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1276. [build] tmark + The configure script now configures the build to require the Boost + system library (boost_system) by default. The library must be + installed and you may need to specify "--with-boost-lib-dir=". + Prior to this the default was to attempt to build Boost with headers + only. Building with headers only may still be done, though it is + strongly discouraged, by specifying "--enable-boost-headers-only". + (Trac #5215, git b6f1ee0d1210e35631369fc697c76cc3cf2c4130) + 1275. [func] marcin LibraryHandle obbject can now be used to register handlers for the control commands in a hook library.