diff options
author | intrigeri <intrigeri@boum.org> | 2014-02-22 15:01:19 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2014-02-22 15:01:19 +0000 |
commit | 022077590ef6a504fb7b0fef7084fc1fc2e04efb (patch) | |
tree | 4b432d230979d4e453b9f1e1b118ffb65c9779e1 | |
parent | c5738b11d91beeade620e282001074f6177c94c6 (diff) | |
download | backupninja-022077590ef6a504fb7b0fef7084fc1fc2e04efb.tar.gz backupninja-022077590ef6a504fb7b0fef7084fc1fc2e04efb.tar.bz2 |
Update ChangeLog and AUTHORS.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -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) |