~noizyland/duplicity/fix-progress

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2015-05-08 12:28:47 UTC
  • Revision ID: kenneth@loafman.com-20150508122847-z6dxdm3qqgumugef
* Added ability to get single file status from collection-status with
  patch from jitao (bug 1044715), like so:
  $ duplicity collection-status --file-changed c1 file://./foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
* Fixed bug 1448249 and bug 1449151 thanks to David Coppit.
38
38
  - When patching, close base file before renaming
39
39
  - Enable --ignore-errors flag in rdiffdir
 
40
* Added ability to get single file status from collection-status with
 
41
  patch from jitao (bug 1044715), like so:
 
42
  $ duplicity collection-status --file-changed c1 file://./foo
 
43
 
40
44
 
41
45
New in v0.7.02 (2015/03/10)
42
46
---------------------------