From: Marcin Siodelski Date: Tue, 18 Jul 2017 17:40:37 +0000 (+0200) Subject: [master] Added ChangeLog for #5330. X-Git-Tag: trac5124a_base~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137cf5568103972967db7b70039c35c129d94c43;p=thirdparty%2Fkea.git [master] Added ChangeLog for #5330. Also, removed extra white space in the previous entry. --- diff --git a/ChangeLog b/ChangeLog index 4c40a598d8..fbf9fd68ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +1277. [func]* marcin + Added support to Command Manager to process commands using + callouts implemented within hooks libraries. + (Trac #5330, git 8041d177ed5587101ecb47a09820a7e67e42a066) + 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=". + 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".