diff --git a/AUTHORS b/AUTHORS
index 9be4c55c8e62620bd21d0b8ccf52e9f0dfb22f19..06c70c67b006f11305b1a45b65bff5b4109df28e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -50,3 +50,4 @@ 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
+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
diff --git a/ChangeLog b/ChangeLog
index f535f0e65093c6cdac2c5e6924978a3473b2b820..15b27a361135af7303dcf9134e7cb4b04f0aaf81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ version 1.0.2  -- UNRELEASED
 	   Thanks to Alexander Mette <mail@amette.eu> for the patch!
 	   (Closes: Redmine#6357)
 	 . Fix buggy version comparison. (Redmine#6746)
+	 . Support using a different passphrase for the signing key
+	   from the one used for the encryption key.
+	   Thanks to Dominik George <nik@naturalnet.de> for the patch!
 	mysql:
 	 . Make "nodata" option compatible with compress=no.
 	 . Fix non-qualified table name extraction. (Closes: Redmine#4373)