~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) export utf-8 paths to tarballs and zipfiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
      API users will need to perform a push or pull or update operation if they
73
73
      require branch synchronisation to take place. (Robert Collins, #47344)
74
74
 
 
75
    * When creating a tarball or zipfile export, export unicode names as utf-8
 
76
      paths. This may not work perfectly on all platforms, but has the best
 
77
      chance of working in the common case. (John Arbash Meinel, #56816)
 
78
 
75
79
  INTERNALS:
76
80
 
77
81
    * TestCaseInTempDir now creates a separate directory for HOME, rather