~mterry/duplicity/2.6isms

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2014-04-17 17:58:17 UTC
  • mfrom: (967.3.1 drop-u1)
  • Revision ID: kenneth@loafman.com-20140417175817-g74li39tg0cikn5v
* Merged in lp:~mterry/duplicity/drop-u1
  - Ubuntu One is closing shop. So no need to support a u1 backend anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  - Fixes https://bugs.launchpad.net/duplicity/+bug/426282
38
38
* Merged in lp:~fredrik-loch/duplicity/duplicity-S3-SSE
39
39
  - Adds support for server side encryption as requested in Bug #996660
40
 
* Merged in lp:~mterry/duplicity/require-2.6
41
 
  - Require at least Python 2.6.
42
 
  - Our code base already requires 2.6, because 2.6-isms have crept in. Usually
43
 
    because we or a contributor didn't think to test with 2.4. And frankly,
44
 
    I'm not even sure how to test with 2.4 on a modern system.
 
40
* Merged in lp:~mterry/duplicity/drop-u1
 
41
  - Ubuntu One is closing shop. So no need to support a u1 backend anymore.
45
42
 
46
43
New in v0.6.23 (2014/01/24)
47
44
---------------------------