summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d9bb59)
raw | patch | inline | side by side (parent: 0d9bb59)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 Aug 2008 06:55:19 +0000 (08:55 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 Aug 2008 06:55:19 +0000 (08:55 +0200) |
It's marked as experimental.
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index bd527a0024e5a8fca678842b55573ea434cb4ef6..3c5b54475e556404df9c7423b52a6fa5af360067 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
Specification'.
* notify_email plugin: This new plugin sends out notifications via
email, using the `esmtp' library.
+ * onewire plugin: The new experimental(!) onewire plugin reads values,
+ such as temperatures, from sensors connected to the computer via the
+ onewire bus.
+ * perl plugin: Improved synchronized access to internal data structures
+ and fixed a possible dead-lock.
+ * perl plugin: Added the ability to flush certain identifiers and marked
+ plugin_flush_all() and plugin_flush_one() as deprecated in favor of
+ plugin_flush().
* postgresql plugin: The new postgresql plugin collects statistics
from an PostgreSQL database.
* processes plugin: The `ProcessMatch' option has been added.
* tcpconns plugin: This plugin has been ported to OpenBSD.
* thermal plugin: The new thermal plugin collects system temperatures
using Linux ACPI thermal zone data.
- * perl plugin: Improved synchronized access to internal data structures
- and fixed a possible dead-lock.
- * perl plugin: Added the ability to flush certain identifiers and marked
- plugin_flush_all() and plugin_flush_one() as deprecated in favor of
- plugin_flush().
- * TODO: onewire plugin?
2008-07-15, Version 4.4.2
* build system: Use pkg-config to detect the upsclient library.