X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=ChangeLog;h=722f9e039018ef295caba19b8aea2ca927cd36dd;hp=73a38f1aded396be1d70326a2bf0ea85ae583b0c;hb=2a6d877e94be1e9c7d1c493d5f74b20554011013;hpb=ed9d104613cbe1ba7993ccb2c2542478d3fe73b9 diff --git a/ChangeLog b/ChangeLog index 73a38f1..722f9e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,8 +21,8 @@ version 0.9.6 -- unreleased new syntax. . Support every duplicity-supported transport with new configuration option desturl (Closes: #483712, #346040, Trac#2). - . - Actually allow to backup only VServers, by relaxing $include test. + . Actually allow to backup only VServers, by relaxing $include test. + . Set secure permissions on tmpdir when creating it. ldap: . support HDB backend just as the BDB one, and make message clearer when no supported backend is found (Closes: #476910) @@ -34,7 +34,10 @@ version 0.9.6 -- unreleased . 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. + . fixed bug where maildirs that start with a number were skipped + . make maildir helper look in every subdirectory of the source directory for + maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks + for the patch from chris@cenolan.com (Trac#43). . 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)