~aaron-whitehouse/duplicity/fix_patch_error

« back to all changes in this revision

Viewing changes to CHANGELOG

* Merged in lp:~raymii/duplicity/fix-swiftbackend-max-10000-files-in-list
  - Swiftclient by default returns at max 10000 files. By adding 
    full_listing=True we make sure all objects are returned. 
    Ref: https://lists.nongnu.org/archive/html/duplicity-talk/2015-05/msg00060.html 
    and http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.get_container

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* Merged in lp:~ed.so/duplicity/gdocs.pydrive
21
21
  - make pydrive new gdocs default backend
22
22
  - keep gdata backend as gdata+gdocs://
 
23
* Merged in lp:~raymii/duplicity/fix-swiftbackend-max-10000-files-in-list
 
24
  - Swiftclient by default returns at max 10000 files. By adding 
 
25
    full_listing=True we make sure all objects are returned. 
 
26
    Ref: https://lists.nongnu.org/archive/html/duplicity-talk/2015-05/msg00060.html 
 
27
    and http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.get_container
23
28
 
24
29
 
25
30
New in v0.7.03 (2015/05/11)