~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Launchpad Translations on behalf of bzr-core
  • Date: 2012-12-17 04:30:37 UTC
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: launchpad_translations_on_behalf_of_bzr-core-20121217043037-gdkzkow6s9fsa4o0
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
* Prevent a traceback being printed to stderr when logging has problems and
56
56
  accept utf-8 byte string without breaking. (Martin Packman, #714449)
57
57
 
58
 
* Use ``encoding_type='exact'`` for ``bzr testament`` so that on Windows
59
 
  the sha hash of the long testament matches the sha hash in the short
60
 
  form. (John Arbash Meinel, #1010339)
61
 
 
62
58
* _Win32Stat object provides members st_uid and st_gid, those are present
63
59
  in Python's os.stat object. These members required for external tools like
64
60
  bzr-git and dulwich. (Alexander Belchenko, #967060)