aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)