~aaron-whitehouse/duplicity/08-refactor-unit-test-globmatch

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2016-12-29 16:33:02 UTC
  • Revision ID: kenneth@loafman.com-20161229163302-vubax59i8mc2k38w
* Merged in lp:~breunigs/duplicity/amazondrive3
  - As reported on the mailinglist, if a space is entered while duplicity asks for the URL, it fails. 
    Since all important spaces are URL encoded anyway, this should be fine even if there are spaces in 
    the URL at all. I also patched it in the onedrive backend, because it must have similar issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
* Fix problem with gpg2 in yakety and zesty
64
64
* Fix Bug #1642813 with patch from Ravi
65
65
  - If stat() returns None, don't attempt to set perms.
 
66
* Merged in lp:~breunigs/duplicity/amazondrive3
 
67
  - As reported on the mailinglist, if a space is entered while duplicity asks for the URL, it fails.
 
68
    Since all important spaces are URL encoded anyway, this should be fine even if there are spaces in
 
69
    the URL at all. I also patched it in the onedrive backend, because it must have similar issues.
66
70
 
67
71
 
68
72
New in v0.7.08 (2016/07/02)