~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(gz) Override Py_FileSystemDefaultEncoding to utf-8 from ascii for the bzr
 script (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
* New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455)
38
38
 
 
39
* Override the value returned by ``sys.getfilesystemencoding()`` for the bzr
 
40
  script to utf-8 when it would otherwise be ascii on a posix system. This
 
41
  will mean bzr works with non-ascii files when no locale or an incorrect
 
42
  locale is set. (Martin Packman, #794353)
 
43
 
39
44
Bug Fixes
40
45
*********
41
46