~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: loafman
  • Date: 2009-03-25 17:18:04 UTC
  • Revision ID: vcs-imports@canonical.com-20090325171804-493tndab6j5wi0nz
bug #22908: Don't block gpg-agent
https://savannah.nongnu.org/bugs/?22908

To fix the above, --use-agent was added as a command line option.
When this is specified and asymetric encryption is enabled, then all
GnuPG passphrases will come from the gpg-agent or equivalent program
and no passphrase prompt will be issued.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
New in v0.5.13 (2009/03/13)
 
1
New in v0.5.13 (2009/03/??)
2
2
---------------------------
3
3
Add more error detection to FTP backend.
4
4
 
13
13
about unnecessary sig files.  Plus fixed print so the real filename
14
14
would show up and not a Python object representation.
15
15
 
 
16
bug #22908: Don't block gpg-agent
 
17
https://savannah.nongnu.org/bugs/?22908
 
18
 
 
19
To fix the above, --use-agent was added as a command line option.
 
20
When this is specified and asymetric encryption is enabled, then all
 
21
GnuPG passphrases will come from the gpg-agent or equivalent program
 
22
and no passphrase prompt will be issued.
 
23
 
16
24
bug #25787: Usernames with escaped @-sign are not handled properly
17
25
https://savannah.nongnu.org/bugs/?25787
18
26
 
19
 
bug #25976: Signed Backups Now Required
 
27
bug #25976: Password requested when not needed.
20
28
https://savannah.nongnu.org/bugs/?25976
21
29
 
22
30
patch #6787: import duplicity.GnuPGInterface explicitly