~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-01-27 21:28:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6460.
  • Revision ID: jelmer@samba.org-20120127212856-ewnjgn7fyblphcqw
Migrate mail_client to config stacks.

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
 
* _Win32Stat object provides members st_uid and st_gid, those are present
63
 
  in Python's os.stat object. These members required for external tools like
64
 
  bzr-git and dulwich. (Alexander Belchenko, #967060)
65
 
 
66
58
Documentation
67
59
*************
68
60
 
87
79
   suite.  This can include new facilities for writing tests, fixes to 
88
80
   spurious test failures and changes to the way things should be tested.
89
81
 
90
 
* Account for slightly improved compression with newer versions of zlib in
91
 
  ``bt.test_btree_index`` tests. (Martin Packman, #940453)
92
 
 
93
82
 
94
83
bzr 2.4.2
95
84
#########
118
107
Bug Fixes
119
108
*********
120
109
 
121
 
* Fixed an infinite loop when creating a repo at the root of the filesystem, 
122
 
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
 
110
* Fixed an infinite loop when creating a repo at the root of the filesystem,
 
111
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
123
112
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
124
113
  (Florian Vichot, #861008)
125
114
 
137
126
  avoids raising a spurious MemoryError on certain platforms such as AIX.
138
127
  (John Arbash Meinel, #856731)
139
128
 
140
 
  
141
129
Documentation
142
130
*************
143
131