~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2015-07-31 15:58:16 UTC
  • mfrom: (1111.2.3 duplicity_python26)
  • Revision ID: kenneth@loafman.com-20150731155816-do3aiz70serbue38
* Merged in lp:~aaron-whitehouse/duplicity/improve_tox_and_python2-6_testing
  - Testing improvements, particularly in relation to testing against Python version 2.6:
    * tox.ini fixed so that it is possible to run individual tests against both Python 2.6 and 2.7;
    * updated test_code.py to use unittest2 for Python versions < 2.7 (instead of failing);
    * ./run-tests now correctly runs all tests against both Python 2.6 and 2.7; and
    * improved testing directions in README-REPO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  - Re-enable unit.test_selection tests that had been temporarily commented out.
62
62
* Merged in lp:~aaron-whitehouse/duplicity/trailing_slash_match_dirs
63
63
  - Made globs with trailing slashes only match directories, not files, fixing Bug #1479545.
 
64
* Merged in lp:~aaron-whitehouse/duplicity/improve_tox_and_python2-6_testing
 
65
  - Testing improvements, particularly in relation to testing against Python version 2.6:
 
66
    * tox.ini fixed so that it is possible to run individual tests against both Python 2.6 and 2.7;
 
67
    * updated test_code.py to use unittest2 for Python versions < 2.7 (instead of failing);
 
68
    * ./run-tests now correctly runs all tests against both Python 2.6 and 2.7; and
 
69
    * improved testing directions in README-REPO.
64
70
 
65
71
 
66
72
New in v0.7.03 (2015/05/11)