Duplicity 0.6.19

Milestone information

Project:
Duplicity
Series:
0.6
Version:
0.6.19
Released:
 
Registrant:
Kenneth Loafman
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon duplicity-0.6.19-0.fdr.6.src.rpm (md5, sig) duplicity source RPM 285
last downloaded 19 weeks ago
download icon duplicity-0.6.19-0.fdr.6.i386.rpm (md5, sig) duplicity binary RPM 523
last downloaded 49 weeks ago
download icon duplicity-0.6.19.tar.gz (md5, sig) duplicity tarball 6,324
last downloaded 19 weeks ago
Total downloads: 7,132

Release notes 

New in v0.6.19 (2012/05/22)
---------------------------
Enhancements:
- lots of work on the man page to clean up requirements, etc.
- use empty listbody for enhanced webdav compatibility
- initial folder creation on backend does not result in a ResponseNotReady anymore
- add ssh_config support (/etc/ssh/ssh_config + ~/.ssh/config) to paramiko sshbackend
- add missing_host_key prompt to new sshbackend similar to ssh procedure
- added --ssh-backend parameter to switch between paramiko,pexpect
- allow answering gio mount questions (albeit naively)
- if the gio backend wants to ask a question during its mount phase, it previously just aborted.
- a couple more warning error codes that Deja Dup is interested in noticing.
- ssh paramiko backend respects --num-retries now
- set retry delay for ssh backends to 10s
- ssh pexpect backend
 + sftp part does not claim 'Invalid SSH password' although it's only 'Permission denied' now
 + sftp errors are now more talkative
- gpg.py
 + commented assert which broke otherwise working verify run

Bugs closed in this release:
588541 Connection failed, please check your password: Login dialog cancelled

Merges:
lp:~ed.so/duplicity/0.6-manpage
lp:~ed.so/duplicity/0.6-webdav_fixes
lp:~carlos-abalde/duplicity/gdocs-backend-gdata-2.0.16.-upgrade.
lp:~ed.so/duplicity/0.6-ssh_add_missinghostkey
lp:~ed.so/duplicity/0.6-readd_sshpexpect

Changelog 

View the full changelog

2012-05-18 Kenneth Loafman <email address hidden>

 Add note on GnuPGInterface and multiple GPG processes.

2012-05-16 Kenneth Loafman <email address hidden>

 Merged in lp:~ed.so/duplicity/backend_fixes

 - fixed ssh/gio backend import warnings
 + ssh paramiko backend imports paramiko lazily now
 + gio backend is not imported automatically but on request when --gio option is used
 - added a warning when --ssh-backend is used with an incorrect value

2012-05-16 edso

 - fixed ssh/gio backend import warnings
 + ssh paramiko backend imports paramiko lazily now
 + gio backend is not imported automatically but on request when --gio option is used
 - added a warning when --ssh-backend is used with an incorrect value

2012-05-15 Kenneth Loafman <email address hidden>

 Update changelogs, remove misleading date.

2012-05-15 Kenneth Loafman <email address hidden>

 Merged in lp:~ed.so/duplicity/ssh-fixes

 - ssh paramiko backend respects --num-retries now
 - set retry delay for ssh backends to 10s
 - ssh pexpect backend
 + sftp part does not claim 'Invalid SSH password' although it's only 'Permission denied' now
 + sftp errors are now more talkative
 - gpg.py
 + commented assert which broke otherwise working verify run

2012-05-15 edso

 - ssh paramiko backend respects --num-retries now
 - set retry delay for ssh backends to 10s
 - ssh pexpect backend
 + sftp part does not claim 'Invalid SSH password' although it's only 'Permission denied' now
 + sftp errors are now more talkative
 - gpg.py
 + commented assert which broke otherwise working verify run

2012-05-15 edso

 - ssh paramiko backend respects --num-retries now
 - set retry delay for ssh backends to 10s
 - ssh pexpect backend
 + sftp part does not claim 'Invalid SSH password' although it's only 'Permission denied' now
 + sftp errors are now more talkative
 - gpg.py
 + commented assert which broke otherwise working verify run

2012-03-24 Kenneth Loafman <email address hidden>

 A couple more warning error codes that Deja Dup is interested in noticing.

2012-03-21 Michael Terry <email address hidden>

 add a couple more warning codes for machine consumption of warnings

2012-03-24 Kenneth Loafman <email address hidden>

 If the gio backend wants to ask a question during its mount phase, it previously just aborted. This branch allows it to continue, though not to make an intelligent answer.

 Only two gvfs daemons ask questions: 'sftp' does for new hosts, and 'afc' does for locked device. In both cases, the 0 choice is the 'just keep going' choice.

2012-03-19 Michael Terry <email address hidden>

 allow answering gio mount questions (albeit naively)

2012-03-13 edso

 Merged in lp:~ed.so/duplicity/0.6-readd_sshpexpect
 - readd ssh pexpect backend as alternative
 - added --ssh-backend parameter to switch between paramiko,pexpect
 - manpage
 -- update to reflect above changes
 -- added more backend requirements
 - Changelog.GNU removed double entries

2012-03-13 edso

 add missing files

2012-03-13 edso

 - readd ssh pexpect backend as alternative
 - added --ssh-backend parameter to switch between paramiko,pexpect
 - manpage
 -- update to reflect above changes
 -- added more backend requirements
 - Changelog.GNU removed double entries

2012-03-13 Kenneth Loafman <email address hidden>

 Update Changelog.GNU.

2012-03-13 Kenneth Loafman <email address hidden>

 Merged in lp:~ed.so/duplicity/0.6-ssh_add_missinghostkey

 add missing_host_key prompt to new sshbackend similar to ssh procedure

2012-03-12 edso

 changelog entry

2012-03-12 edso

 add missing_host_key prompt similar to ssh procedure

2012-03-13 Kenneth Loafman <email address hidden>

 Merged in lp:~carlos-abalde/duplicity/gdocs-backend-gdata-2.0.16.-upgrade.

2012-03-12 Carlos Abalde <email address hidden>

 Fixing most basic stuff. Pending all testing

2012-03-08 edso <email address hidden>

 Merged in lp:~ed.so/duplicity/0.6-ssh_config

 add ssh_config support (/etc/ssh/ssh_config + ~/.ssh/config) to paramiko sshbackend
 @Ken: would you please announce that sshbackend is paramiko based native python now in the Changelog for the next release?
 this was missing in 0.6.18's Changelog

2012-03-08 edso

 changelog entry

2012-03-08 edso

 add ssh_config support (/etc/ssh/ssh_config + ~/.ssh/config) to paramiko sshbackend

2012-03-08 edso <email address hidden>

 Merged in lp:~ed.so/duplicity/0.6-webdav_fixes.

2012-03-08 edso

 - empty listbody for enhanced webdav compatibility
 - bugfix: initial folder creation on backend does not result in a ResponseNotReady anymore

2012-03-08 Kenneth Loafman <email address hidden>

 Merged in lp:~ed.so/duplicity/0.6-manpage

 - added REQUIREMENTS section

2012-03-08 edso

 - added REQUIREMENTS section
 - restructure SYNOPSIS/ACTIONS to have commands sorted by backup lifecycle
 - added restore and some more hints when --time or --file-to-restore are supported
 - replaced scp:// with sftp:// in examples as this is the suggested protocol anyway
 - added an intro text to ACTIONS section
 - adapted --ssh-askpass description to latest functionality

0 blueprints and 1 bug targeted

Bug report Importance Assignee Status
588541 #588541 Connection failed, please check your password: Login dialog cancelled 3 High   10 Fix Released
This milestone contains Public information
Everyone can see this information.