aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 233d6f9..bd65aa1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,3 +53,4 @@ Alexander Mette <mail@amette.eu> -- duplicity bugfix
Dominik George <nik@naturalnet.de> -- Support using a different passphrase for the signing key from the one used for the encryption key in the dup handler
Christian Prause <cprause@suse.com> -- Support suse in the sys handler
Jools Wills <jools@oxfordinspire.co.uk> -- Bugfix in the sys helper, indentation fixes
+Mark Janssen <mark@sig-io.nl> -- ignore jobs whose filename ends with "~"
diff --git a/ChangeLog b/ChangeLog
index dc70b31..2aa451a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@ version 1.0.2 -- UNRELEASED
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
backupninja changes
. Indentation fixes, thanks to exobuzz. (Redmine#6726)
+ . Ignore jobs whose filename ends with "~".
+ Thanks to Mark Janssen <mark@sig-io.nl> for the patch.
documentation changes
. Update INSTALL file to add some missing recommended programs.