~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(gz) Warn if platform doesn't support selftest --parallel=fork (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
* HTTP test servers will leak less threads (and sockets) and will not hang on
290
290
  AIX anymore. (Vincent Ladeuil, #405745)
291
291
 
 
292
* On platforms that don't support forking give a nice error message saying so
 
293
  when ``bzr selftest --parallel=fork`` is used. (Martin [gz], #528730)
 
294
 
292
295
* Rearrange thread leak detection code to eliminate global state and make it
293
296
  possible to extend the reporting. (Marting [gz], #633462)
294
297