Code

changelog: Updated to 4.6.0-1.
authorSebastian Harl <sh@tokkee.org>
Wed, 18 Feb 2009 10:43:55 +0000 (11:43 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 18 Feb 2009 10:43:55 +0000 (11:43 +0100)
debian/changelog

index 69ab0cf4ac170e1fcd44e387d0b1c4ba5e5c442e..9b2433163253af6c740107bb69f871a1b30d9e20 100644 (file)
@@ -1,3 +1,27 @@
+collectd (4.6.0-1) experimental; urgency=low
+
+  * New upstream release.
+    - Added a filter infrastructure based on "matches" and "targets".
+    New plugins:
+    - bind9 name-server and zone statistics: bind
+    - Parse statistics from websites: curl
+    - Query data from a relational database: dbi
+    - OpenVPN traffic and compression statistics: openvpn
+    - Query data from an Oracle database: oracle (disabled in Debian,
+      libclntsh is not available)
+    - Write data via the RRD accelerator daemon: rrdcached (disabled in
+      Debian, rrdclient support is not yet available)
+    New matches:
+    - Match values by their identifier based on regular expressions: regex
+    - Match values with an invalid timestamp: timediff
+    - Select values by their data sources' values: value
+    New targets:
+    - Create and dispatch a notification: notification
+    - Replace parts of an identifier using regular expressions: replace
+    - Set (overwrite) entire parts of an identifier: set
+
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 18 Feb 2009 11:09:30 +0100
+
 collectd (4.5.1-1) experimental; urgency=low
 
   * New upstream release.