~jflaker/duplicity/BugFix1325215

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Kenneth Loafman
  • Date: 2014-04-30 11:37:10 UTC
  • mfrom: (981.1.1 encode)
  • Revision ID: kenneth@loafman.com-20140430113710-cs51mjoz1j5ybjys
* Merged in lp:~mterry/duplicity/encode-exceptions
  - Because exceptions often contain file paths, they have the same problem
    with Python 2.x's implicit decoding using the 'ascii' encoding that we've
    experienced before.  So I added a new util.uexc() method that uses the
    util.ufn() method to convert an exception to a unicode string and used it
    around the place.
  - Bugs fixed: 1289288, 1311176, 1313966

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
      ./testing/manual/backendtest.py, which can now be run like the above to
148
148
      test all the files you have configured in config.py or you can pass it a
149
149
      URL which it will use for testing (useful for backend authors).
 
150
* Merged in lp:~mterry/duplicity/encode-exceptions
 
151
  - Because exceptions often contain file paths, they have the same problem
 
152
    with Python 2.x's implicit decoding using the 'ascii' encoding that we've
 
153
    experienced before.  So I added a new util.uexc() method that uses the
 
154
    util.ufn() method to convert an exception to a unicode string and used it
 
155
    around the place.
 
156
  - Bugs fixed: 1289288, 1311176, 1313966
150
157
 
151
158
 
152
159
New in v0.6.23 (2014/01/24)