sys: fix typo
[matthijs/upstream/backupninja.git] / ChangeLog
index 80db11c51e1c4edaa1b52d53bbb465866e698013..73a38f1aded396be1d70326a2bf0ea85ae583b0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,16 @@ version 0.9.6 -- unreleased
           (Closes: Trac#39)
         . support selection of VServers to run on, in the same way as in the
           dup handler, with the new vsnames configuration option ; (Closes: Trac#45)
+        . add support for capturing the package debconf selection states using
+          debconf-get-selections
+        . fixed catifexec function to actually work, also now passes the arguments
+          given to catifexec() to the called command (Thanks John Hallam!)
+        . Added more robust software RAID information capture by running mdadm
+          -Q --detail /dev/md?* because some people may have empty mdadm.conf files
+          (Thanks to John Hallam).
+       trac:
+        . stop failing on all the trac backups if just one fails, this means
+          removing the temporary trac backup directories if they fail
 
 version 0.9.5 -- December 2, 2007
     backupninja changes