~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(gz) Cleanup and test selftest thread leak detection (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
* Rearrange thread leak detection code to eliminate global state and make it
 
293
  possible to extend the reporting. (Marting [gz], #633462)
 
294
 
292
295
* The test suite now simply holds log files in memory, rather than writing them
293
296
  out to disk and then reading them back in and deleting them.
294
297
  (Andrew Bennetts)