X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=74a06cbefb5caac2bb479449901557344c7e8a94;hb=e628f39838a67b40d52dfb8425b4d8474fbd0550;hp=7783a9cba2de6751fa792702cf6f235752d29406;hpb=b6612126d862d182d9219e0512fa9ca833272b62;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 7783a9cb..74a06cbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -75,11 +75,11 @@ * collectdmon: Don't block SIGCHLD. This fixes a potential portability problem. * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian - Linzberger for reporting the but. + Linzberger for reporting the bug. * network plugin: Fix a memory leak in the configuration handling code. Thanks to Niraj Tolia for reporting this issue. * perl plugin: Log an error message if bootstrapping `Collectd' fails. - * tail plugin: Call `clearerr' after reading an EOF. This fixes + * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes problems with some `libc's. Thanks to Matthias Lay for reporting the bug.