~mterry/duplicity/gdrive

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2015-02-05 17:49:53 UTC
  • Revision ID: kenneth@loafman.com-20150205174953-kukvu7262gdrev0e
CoalesceĀ CHANGELOG

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
New in v0.7.02 (2015/02/??)
2
2
---------------------------
3
 
* Fixed some recently added 2to3 and pep8 issues.
4
3
* Merged in lp:~vincegt/duplicity/swift_regionname
5
4
  - Fixes bug #1376628
6
5
  - Add mapping of SWIFT_REGIONNAME to select region inside SWIFT when a
27
26
* Fixed variable typo in commandline.py that was causing build fails.
28
27
* Merged in lp:~duplicity-team/duplicity/po-updates
29
28
* Remove 'gs' and 's3+http' from uses_netloc[].  Fixes Bug 1411803.
30
 
* Misc fixes for the following PEP8 issues:
31
 
  - E111, E121, E122, E124, E125, E126
32
 
  - see http://pep8.readthedocs.org
33
 
* Misc fixes for the following PEP8 issues:
34
 
  - E127, E128, E201, E202, E203
35
 
  - see http://pep8.readthedocs.org
36
29
* Fixed bug # 1414418
37
30
  - Aligned commandline.py options and help display contents.
38
31
  - Aligned commandline.py options and manpage contents.
39
32
* Changed --s3_multipart_max_timeout to --s3-multipart-max-timeout to be
40
33
  consistent with commandline option naming conventions.
41
34
* Applied patch from Adam Reichold to fix bug # 1413792.
42
 
* Ongoing pep8 corrections.
43
35
* Merged in lp:~angusgr/duplicity/exclude-older-than
44
36
  - Add "--exclude-older-than" commandline option, that allows you to only
45
37
    back up files with a modification date newer than a particular threshold.
53
45
    not work correctly when excludes (in a filelist or in a commandline option)
54
46
    contain both a single or double asterisk and a trailing slash.
55
47
* Misc fixes for the following PEP8 issues:
56
 
  - E231, E241, E251, E261, E262, E271, E272, E301, E302, E303, E502,
57
 
    E701, E702, E703, E711, E721, W291, W292, W293, W391
 
48
  - E111, E121, E122, E124, E125, E126, E127, E128, E201, E202, E203,
 
49
    E231, E241, E251, E261, E262, E271, E272, E301, E302, E303, E401, 
 
50
    E502, E701, E702, E703, E711, E721, W291, W292, W293, W391
 
51
  - to run pep8 on duplicity use 'pep8 --ignore=E501' 
58
52
  - see http://pep8.readthedocs.org
59
53
* Fixes for 2to3 issues
60
 
* Misc fixes for the following PEP8 issues:
61
 
  - E401
62
 
  - see http://pep8.readthedocs.org
63
54
 
64
55
 
65
56
New in v0.7.01 (2015/01/11)