Code

changelog: Documented that #592881 has been resolved.
authorSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:51:09 +0000 (11:51 +0100)
committerSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:51:09 +0000 (11:51 +0100)
Fixed parse errors when using (including) empty config files.

Thanks to Reinhard Tartler for reporting this!
Closes: #592881
debian/changelog

index cef14730b869b58e41cdd2905f385bb6bb1a1e1e..4c146f53f053b662b2afa1513b2659f65fd87677 100644 (file)
@@ -6,6 +6,8 @@ collectd (5.2.0-1) experimental; urgency=low
     - df plugin: Ignore "rootfs" file-system type to make sure that root
       file-system statistics are only collected once; thanks to Florian La
       Roche for reporting this (Closes: #657122).
+    - Fixed parse errors when using (including) empty config files; thanks to
+      Reinhard Tartler for reporting this (Closes: #592881).
     New plugins:
     - Aggregate multiple values lists into one: aggregation
     - Query statistics from BSD's packet filter: pf (FreeBSD only)