~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-09-20 22:54:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: john@arbash-meinel.com-20060920225418-76ce8b371260ef08
Fix bug #56815 by exporting paths in utf8 to tarfile and zipfile

Show diffs side-by-side

added added

removed removed

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