~aaron-whitehouse/duplicity/08-unadorned-strings

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: kenneth at loafman
  • Date: 2017-12-03 16:14:27 UTC
  • mfrom: (1189.1.37 08-unicode-select)
  • Revision ID: kenneth@loafman.com-20171203161427-cpsccbctsti9gy6l
* Merged in lp:~aaron-whitehouse/duplicity/08-unicode
  - Many strings have been changed to unicode for better handling of international
    characters and to make the transition to Python 3 significantly easier, primarily
    on the 'local' side of duplicity (selection, commandline arguments etc) rather
    than any backends etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
  - Set line length error length to 120 (matching tox.ini) for PEP8 and
353
353
    fixed E501(line too long) errors.
354
354
* Merged in lp:~duplicity-team/duplicity/po-updates
 
355
* Merged in lp:~aaron-whitehouse/duplicity/08-unicode
 
356
  - Many strings have been changed to unicode for better handling of international
 
357
    characters and to make the transition to Python 3 significantly easier, primarily
 
358
    on the 'local' side of duplicity (selection, commandline arguments etc) rather
 
359
    than any backends etc.
355
360
 
356
361
 
357
362
New in v0.7.07.1 (2016/04/19)