~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(spiv) Include log details from start_bzr_subprocess in test failures.
 (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
* Fix spurious test failure on OSX for WorkingTreeFormat2.
98
98
  (Vincent Ladeuil, #787942)
 
99
 
99
100
* Skip ``utextwrap`` tests when ``sphinx`` breaks text_wrap by an hostile
100
101
  monkeypatch to textwrap.TextWrapper.wordsep_re.
101
102
  (Vincent Ladeuil, #785098)
102
103
 
 
104
* Show log file contents from subprocesses started by
 
105
  `start_bzr_subprocess` in test failure details.  This may help diagnose
 
106
  strange hangs and failures involving subprocesses.  (Andrew Bennetts)
 
107
 
103
108
* Multiple ``selftest --exclude`` options are now combined instead of
104
109
  overriding each other. (Vincent Ladeuil, #746991)
105
110
 
 
111
 
106
112
bzr 2.4b3
107
113
#########
108
114