]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog for #5330.
authorMarcin Siodelski <marcin@isc.org>
Tue, 18 Jul 2017 17:40:37 +0000 (19:40 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 18 Jul 2017 17:40:37 +0000 (19:40 +0200)
Also, removed extra white space in the previous entry.

ChangeLog

index 4c40a598d8d762a066c3961af2ef2428bb6da1ad..fbf9fd68ffec015e9ef00e4d0c3800ee122ff6bf 100644 (file)
--- 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=<path>". 
+       installed and you may need to specify "--with-boost-lib-dir=<path>".
        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".