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

« back to all changes in this revision

Viewing changes to Changelog.GNU

  • Committer: Kenneth Loafman
  • Date: 2011-03-21 14:55:08 UTC
  • Revision ID: kenneth@loafman.com-20110321145508-j4060fzlbzp5rcda
613244     silent data corruption with checkpoint/restore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-03-21  Kenneth Loafman  <kenneth@loafman.com>
 
2
 
 
3
        Add a manual test for Ctrl-C interrupts.  This could be automated, but I find that the old hairy eyeball works quite well as is.
 
4
 
 
5
2011-03-21  Kenneth Loafman  <kenneth@loafman.com>
 
6
 
 
7
        Use python-virtualenv to provide a well-defined environment for testing multiple versions of Python.
 
8
 
 
9
2011-03-21  Kenneth Loafman  <kenneth@loafman.com>
 
10
 
 
11
        Add (undocumented) option --pydevd to allow easier debugging when executing long chains of duplicity executions.
 
12
 
 
13
2011-03-21  Kenneth Loafman  <kenneth@loafman.com>
 
14
 
 
15
        Remove threaded_waitpid().  We still need GnuPGInterface because of the shift bug in the return code and the ugly mix of tabs and spaces.  All has been reported to the author.
 
16
        
 
17
        Note:  With this change people who do long chains of incrementals will need to up the number of file handles.
 
18
 
 
19
2011-03-09  Kenneth Loafman  <kenneth@loafman.com>
 
20
 
 
21
        Replace 2.5 'except...as' syntax.
 
22
 
 
23
2011-03-08  Kenneth Loafman  <kenneth@loafman.com>
 
24
 
 
25
        Changes for 0.6.12.
 
26
 
1
27
2011-03-08  Kenneth Loafman  <kenneth@loafman.com>
2
28
 
3
29
        Various fixes for testing.  All tests pass completely.