summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da27344)
raw | patch | inline | side by side (parent: da27344)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 21:16:38 +0000 (23:16 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 21:16:38 +0000 (23:16 +0200) |
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 9a87ac270a81d2f651f37c13df41672b98d705b7..1f5a0212111727314b44a94923a4295fa8c29cac 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.
* 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.