~jaroslaw-rosiek/duplicity/expose-backends

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2015-07-29 10:10:46 UTC
  • mfrom: (1109.1.8 duplicity_globmatch)
  • Revision ID: kenneth@loafman.com-20150729101046-5fcd3ydc1i3pkqli
* Merged in lp:~aaron-whitehouse/duplicity/bug_884371
  - Fixed Bug #884371 - Stopped an exclude glob trumping an earlier scan glob, but also
    ensured that an exclude glob is not trumped by a later include. This fix is important,
    as without it files that are specified to be included are not being backed up as expected.
  - Fixed Bug #932482 - a trailing slash at the end of globs no longer prevents them working
    as expected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   - added init of appropriate superclass in both cases.
52
52
* Fixed bug 1471348 Multi back-end doesn't work with hubiC (again)
53
53
   - hubiC should reach up to duplicity.backend.__init__
 
54
* Merged in lp:~aaron-whitehouse/duplicity/bug_884371
 
55
  - Fixed Bug #884371 - Stopped an exclude glob trumping an earlier scan glob, but also
 
56
    ensured that an exclude glob is not trumped by a later include. This fix is important,
 
57
    as without it files that are specified to be included are not being backed up as expected.
 
58
  - Fixed Bug #932482 - a trailing slash at the end of globs no longer prevents them working
 
59
    as expected.
54
60
 
55
61
 
56
62
New in v0.7.03 (2015/05/11)