~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to Changelog.GNU

  • Committer: Kenneth Loafman
  • Date: 2014-06-28 14:24:05 UTC
  • mfrom: (989.1.8 duplicity)
  • Revision ID: kenneth@loafman.com-20140628142405-hvesoaqdo7hx4cbj
* Merged in lp:~3v1n0/duplicity/copy.com-backend
  - I've added a backend for Copy.com cloud storage, this supports all the
    required operations and works as it should from my tests.
  - You can use it by calling duplicity with something like:
    copy://account@email.com:your-password@copy.com/duplicity
  - The only thing I've concerns with is the optimized support for _delete_list
    which can't be enabled here because the test_delete_list tries also to
    delete a not-existing files, and it requires the backend not to raise an
    exception in that case (is this somewhat wanted or could we do the same as
    for _delete or _query?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2014-06-28  Kenneth Loafman  <kenneth@loafman.com>
 
2
 
 
3
    * Merged in lp:~3v1n0/duplicity/copy.com-backend
 
4
      - I've added a backend for Copy.com cloud storage, this supports all the
 
5
        required operations and works as it should from my tests.
 
6
      - You can use it by calling duplicity with something like:
 
7
        copy://account@email.com:your-password@copy.com/duplicity
 
8
      - The only thing I've concerns with is the optimized support for _delete_list
 
9
        which can't be enabled here because the test_delete_list tries also to
 
10
        delete a not-existing files, and it requires the backend not to raise an
 
11
        exception in that case (is this somewhat wanted or could we do the same as
 
12
        for _delete or _query?)
 
13
 
1
14
2014-05-11  Kenneth Loafman  <kenneth@loafman.com>
2
15
 
3
16
    * Merged in lp:~mterry/duplicity/py2.6.0