~ed.so/duplicity/manpage.verify

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2014-04-19 19:42:49 UTC
  • mfrom: (974.1.1 drop-static)
  • Revision ID: kenneth@loafman.com-20140419194249-6dv7bswyc6ihxe4h
* Merged in lp:~mterry/duplicity/drop-static
  - Drop static.py.
  - This is some of the oldest code in duplicity! A bzr blame says it is 
    unmodified (except for whitespace / comment changes) since revision 1.
  - But it's not needed anymore. Not really even since we updated to python2.4, 
    which introduced the @staticmethod decorator. So this branch drops it and 
    its test file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    I will propose a branch later that actually does use 2to3 to generate
64
64
    python3 versions of duplicity if they are requested. But this is a first
65
65
    step to clean up the code base.
 
66
* Merged in lp:~mterry/duplicity/drop-static
 
67
  - Drop static.py.
 
68
  - This is some of the oldest code in duplicity! A bzr blame says it is
 
69
    unmodified (except for whitespace / comment changes) since revision 1.
 
70
  - But it's not needed anymore. Not really even since we updated to python2.4,
 
71
    which introduced the @staticmethod decorator. So this branch drops it and
 
72
    its test file.
66
73
 
67
74
New in v0.6.23 (2014/01/24)
68
75
---------------------------