aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2014-02-22 13:48:44 +0000
committerintrigeri <intrigeri@boum.org>2014-02-22 13:48:44 +0000
commit9ef0217bbc97e0caa90e3df271e239b4fc8fec1e (patch)
tree9442077327c0845c00ca84e7562e81d1107f51f5
parent1a762885e26a6396e8e1798b51def7b103e92302 (diff)
downloadbackupninja-9ef0217bbc97e0caa90e3df271e239b4fc8fec1e.tar.gz
backupninja-9ef0217bbc97e0caa90e3df271e239b4fc8fec1e.tar.bz2
Update ChangeLog and AUTHORS.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 512375b..9be4c55 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/ChangeLog b/ChangeLog
index 4d3413d..89aafb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)