summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9c2738)
raw | patch | inline | side by side (parent: b9c2738)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 21:17:15 +0000 (23:17 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 21:17:15 +0000 (23:17 +0200) |
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 26dbfd4943723df7e02b7f632c20c67befa287f4..7783a9cba2de6751fa792702cf6f235752d29406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
* 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.
* iptables plugin: Fix an off-by-one error. If a string was just one
character too long, it was truncated instead of reporting an error.
* network plugin: Fix a memory leak in the configuration handling
leaks. Thanks to ``Admin'' for reporting these bugs.
* snmp plugin: Don't expect null-terminated strings from the Net-SNMP
library.
- * 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.