@@ -1,5 +1,24 @@
-*- text -*-
+munin-2.0.21, 2014-04-22
+
+-------
+Summary
+-------
+
+Bugfix release. It fixes the regression on nested groups.
+The offending commit is only reverted, so the bug is here again.
+
+Reopens: #1224
+
+------------------
+Detailed Changelog
+------------------
+
+Steve Schnepp (1):
+ Revert "Generate correct RRD filenames for nested graphs. Fixes #1224"
+
+
munin-2.0.20, 2014-03-28
-------
|
@@ -1161,9 +1161,9 @@
}
if ($asfile) {
- return (shift @group).'/'.join('-',@group).'-'.join('-',@service);
+ return join('/',@group).'-'.join('-',@service);
} else {
- return join(';',@group).':'.join('.',@service);
+ return join(';',@group).':'.join('.',@service);
}
}
|
[-]
[+]
|
Changed |
munin-2.0.21.tar.bz2/plugins/plugins.history.in
^
|
@@ -365,3 +365,4 @@
[2.0.18]
[2.0.19]
[2.0.20]
+[2.0.21]
|