From dd01c785f0d8eb616ee4179299dc53e0d2c0015c Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Wed, 10 Jul 2013 11:14:51 +0100 Subject: [PATCH] [master] Added ChangeLog entry for #2980. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 278ec73449..13540730ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +641. [func] stephen + Added the hooks framework. This allows shared libraries of + user-written functions to be loaded at run-time and the + functions called during packet processing. + (Trac #2980, git 82c997a72890a12af135ace5b9ee100e41c5534e) + 640. [func] marcin b10-dhcp-ddns: Implemented DNSClient class which implements asynchronous DNS updates using UDP. The TCP and TSIG support