From: intrigeri Date: Sun, 26 Dec 2010 17:56:33 +0000 (+0100) Subject: Update ChangeLog and authors. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c7a26f70d0d899e99f3680e25e643e232502955;p=backupninja.git Update ChangeLog and authors. --- diff --git a/AUTHORS b/AUTHORS index 9202931..ccd8b39 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,7 +30,7 @@ Matthew Palmer -- halt loglevel feature dan@garthwaite.org -- reportspace bugfix Tuomas Jormola -- "when = manual" option Ian Beckwith -- dup bandwidthlimit fix, dup helper fix -Olivier Berger -- much work on the dup handler +Olivier Berger -- numerous contributions stefan -- dup support for Amazon S3 buckets maniacmartin -- rdiff confusing error message fix Chris Nolan -- maildir subdirectory expansion diff --git a/ChangeLog b/ChangeLog index 03f227b..276467e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ version 0.9.9 -- UNRELEASED + backupninja changes + . Use locking to avoid running concurrent instances of the same backup + action. Thanks to Olivier Berger for the patch. + (Closes: #511300) handler changes dup: . Use --tempdir option rather than TMPDIR environment variable.