diff options
author | intrigeri <intrigeri@boum.org> | 2014-02-22 13:48:44 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2014-02-22 13:48:44 +0000 |
commit | 9ef0217bbc97e0caa90e3df271e239b4fc8fec1e (patch) | |
tree | 9442077327c0845c00ca84e7562e81d1107f51f5 | |
parent | 1a762885e26a6396e8e1798b51def7b103e92302 (diff) | |
download | backupninja-9ef0217bbc97e0caa90e3df271e239b4fc8fec1e.tar.gz backupninja-9ef0217bbc97e0caa90e3df271e239b4fc8fec1e.tar.bz2 |
Update ChangeLog and AUTHORS.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -49,3 +49,4 @@ ulrich -- duplicity bugfix preliminary patch David Gasaway <dave@gasaway.org> -- rdiff's output_as_info option Pierre ROUDIER <contact@pierreroudier.net> -- xz and test mode for tar handler olb <olb@nebkha.net> -- update of duplicity/paramiko SSH options handling +Alexander Mette <mail@amette.eu> -- duplicity bugfix @@ -6,6 +6,10 @@ version 1.0.2 -- UNRELEASED . For local backups, check that the destination directory exists. Thanks to ulrich for the preliminary patch. (Redmine#4049) . Gracefully handle legacy spaces between -o and IdentityFile. + . Don't remove useful signature files with --extra-clean, + on duplicity versions that have a sane handling of the cache. + Thanks to Alexander Mette <mail@amette.eu> for the patch! + (Closes: Redmine#6357) mysql: . Make "nodata" option compatible with compress=no. . Fix non-qualified table name extraction. (Closes: Redmine#4373) |