summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d3d76e)
raw | patch | inline | side by side (parent: 6d3d76e)
author | Florian Forster <octo@collectd.org> | |
Fri, 22 Jan 2016 09:33:17 +0000 (10:33 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 22 Jan 2016 09:33:17 +0000 (10:33 +0100) |
ChangeLog | patch | blob | history | |
contrib/wiki2changelog.pl | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 6827717a52d222f328adeca3d01cc7312a6917f3..48dc6ca33e008e27c056381066c1b7368f1253f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
added. Thanks to Wojtek Bocer and Ruben Kerkhof.
* Documentation: The CollectdInternalStats documentation has been
improved. Thanks to Yves Mettier and Florian Forster.
- * Battery plugin: A missing Marc Fournier. #1338
+ * Battery plugin: A missing Type has been added. Thanks to Marc
+ Fournier. #1338
* Bind plugin: An off-by-one error has been fixed: an index was checked
against a wrong variable, which may lead to an out-of-bounds read.
Thanks to Michal Humpula. #1123
fixed. Thanks to Vincent Bernat. #1190
* Log Logstash plugin: The timestamp is now ISO 8601 compliant. Thanks
to Marc Fournier. #1132
- * memcached plugin: The Florian Forster. #1356
+ * memcached plugin: The Type of the listen-disabled metric was fixed.
+ Thanks to Florian Forster. #1356
* MySQL plugin: The Type used by Innodb_buffer_pool_pages_flushed was
fixed. Thanks to Marek Becka. #1085
* OpenLDAP plugin: A crash when using LDAPI (LDAP-over-IPC) got fixed.
index b8fc965b5c78e9b2dee7ffec3b834830163a74c2..e6affa5d8da73f589b172b555be8a934d1e9aa51 100755 (executable)
$line =~ s#\{\{Plugin\|([^}]+)\}\}#$1 plugin#g;
$line =~ s@\{\{Issue\|([^}]+)\}\}@#$1@g;
- $line =~ s#\[\[[^|]+\|([^\]]+)\]\]#$1#g;
- $line =~ s#\[\[([^|]+)\]\]#$1#g;
+ $line =~ s#\[\[[^|\]]+\|([^\]]+)\]\]#$1#g;
+ $line =~ s#\[\[([^|\]]+)\]\]#$1#g;
$line =~ s#'''(.*?)'''#*$1*#g;
$line =~ s#''(.*?)''#$1#g;