~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
   suite.  This can include new facilities for writing tests, fixes to 
79
79
   spurious test failures and changes to the way things should be tested.
80
80
 
 
81
* Fix deadlock in `TestImportTariffs.test_simple_serve` when stderr gets
 
82
  more output than fits in the default buffer.  This was happening on the
 
83
  Windows buildslave, and could easily happen in other circumstances where
 
84
  the default OS buffer size for pipes is small or the ``python -v``
 
85
  output is large.  (Andrew Bennetts, #784802)
 
86
 
 
87
* Multiple ``selftest --exclude`` options are now combined instead of
 
88
  overriding each other. (Vincent Ladeuil, #746991)
81
89
 
82
90
bzr 2.4b3
83
91
#########