add changelog entry for maildir destid_file addition
[matthijs/upstream/backupninja.git] / ChangeLog
index 9c7770d9427ef33be6ab6e2a74a618c831005d86..ad826dd4c9f485a3a51ea44fbe025f281a1ee400 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 version 0.9.6 -- unreleased
     backupninja changes
-
+       fix bug in cstream definition, thanks Jamie McClelland
     handler changes
        dup:
         . General cleanup
@@ -17,6 +17,11 @@ version 0.9.6 -- unreleased
        wget:
         . New handler from rhatto designed to incrementally pull content from
           a website to a local folder, based on the rsync handler
+       maildir:
+        . fixed bug where maildirs that start with a number were skipped.
+        . make deleted maildirs record the date they were deleted
+        . add destid_file configuration option to enable you to specify an alternate
+          ssh public key authentication file (defaulting to /root/.ssh/id_rsa)
 
 version 0.9.5 -- December 2, 2007
     backupninja changes