~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-04-02 01:44:26 UTC
  • mfrom: (6518 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6519.
  • Revision ID: jelmer@samba.org-20120402014426-0o5qtysohyl006b2
merge bzr.dev.

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
* _Win32Stat object provides members st_uid and st_gid, those are present
 
59
  in Python's os.stat object. These members required for external tools like
 
60
  bzr-git and dulwich. (Alexander Belchenko, #967060)
 
61
 
58
62
Documentation
59
63
*************
60
64
 
79
83
   suite.  This can include new facilities for writing tests, fixes to 
80
84
   spurious test failures and changes to the way things should be tested.
81
85
 
 
86
* Account for slightly improved compression with newer versions of zlib in
 
87
  ``bt.test_btree_index`` tests. (Martin Packman, #940453)
 
88
 
82
89
 
83
90
bzr 2.4.2
84
91
#########