From: Sebastian Harl Date: Sun, 27 Jan 2008 22:04:13 +0000 (+0100) Subject: ChangeLog: Describe changes to the perl plugin in more detail. X-Git-Tag: collectd-4.3.0beta0~9 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e5c14a824f08a07f0cd922634a6c8900e8a1005a;p=collectd.git ChangeLog: Describe changes to the perl plugin in more detail. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/ChangeLog b/ChangeLog index 6797096e..5c6f22df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,7 +21,10 @@ yyyy-mm-dd, Version 4.3.0 * logfile plugin: Handling of notifications has been added. * ntpd plugin: The new `ReverseLookups' can be used to disable reverse domain name lookups in this plugin. - * perl plugin: The thread handling and API have been improved. The + * perl plugin: Many internal changes added support for handling multiple + threads making the plugin reasonably usable inside collectd. The API has + been extended to export global variables to Perl plugins; callbacks now + have to be identified by name rather than a pointer to a subroutine. The plugin is no longer experimental. * uuid plugin: The new UUID plugin sets the hostname to an unique identifier for this host. This is meant for setups where each client