~marix/duplicity/azure-storage-sas

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2016-11-21 17:06:39 UTC
  • Revision ID: kenneth@loafman.com-20161121170639-6vwkq775jmfkyqd1
* Merged in lp:~dernils/duplicity/robust-dropbox-backend
  - Added new command line option --backend-retry-delay
    that allows to determine the time that duplicity sleeps
    before retrying after an error has occured.
  - Added some robustness to dpbxbackend.py that ensures re-authentication
    happens in case that a socket is changed (e.g. due to a forced reconnect
    of a dynamic internet connection).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  - Missing space between par2-options plus default options
45
45
* Fix bug using 40-char sign keys, from Richard McGraw on mail list
46
46
  - Remove truncation of argument and adjust comments
 
47
* Merged in lp:~dernils/duplicity/robust-dropbox-backend
 
48
  - Added new command line option --backend-retry-delay
 
49
    that allows to determine the time that duplicity sleeps
 
50
    before retrying after an error has occured.
 
51
  - Added some robustness to dpbxbackend.py that ensures re-authentication
 
52
    happens in case that a socket is changed (e.g. due to a forced reconnect
 
53
    of a dynamic internet connection).
47
54
 
48
55
 
49
56
New in v0.7.08 (2016/07/02)