diff options
author | intrigeri <intrigeri@boum.org> | 2012-04-27 23:13:51 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-05-15 18:06:55 +0200 |
commit | 750ca4aefa73a68a5eea5d07b0ceb3263b359f9c (patch) | |
tree | 01346b6bdd642f5d03f9b9fbf085f3bfafaf79dc /debian/NEWS | |
parent | e05ff9e982c7c9d030a436be4a31bc65236ae3be (diff) | |
download | backupninja-750ca4aefa73a68a5eea5d07b0ceb3263b359f9c.tar.gz backupninja-750ca4aefa73a68a5eea5d07b0ceb3263b359f9c.tar.bz2 |
Add NEWS entry for duplicity changes.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 980052a..cc91413 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +backupninja (1.0~rc1-1) unstable; urgency=low + + duplicity 0.6.17 and later has moved to a new sftp/scp backend + which no longer uses sftp/scp client programs, but instead relies on + paramiko, a Python ssh+sftp implementation. + + Therefore, the sshoptions option of the backupninja duplicity handler + cannot be used for anything but the one supported by this new backend: + -oIdentityfile=some_key_file -- all other ssh options are ignored. + + -- intrigeri <intrigeri@debian.org> Fri, 27 Apr 2012 23:07:11 +0200 + backupninja (0.9.10-1) unstable; urgency=low Being severely broken for ages (see #596935), LDAP support was removed upstream. |