From 8b6b607d608f9c19341e14b8f71f58403cba1655 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sat, 14 Jun 2014 13:52:18 +0000 Subject: [PATCH] Update AUTHORS and ChangeLog. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 233d6f93..bd65aa12 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 dc70b31a..2aa451a8 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. -- GitLab