~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge first-try into propagate-exceptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
  estimate of the number of records to be fetched vs actually fetched.
112
112
  (Parth Malwankar, #374740, #538868)
113
113
 
 
114
* Most of the leaked threads during selftest are now fixed, allowing the
 
115
  full test suite to pass on gentoo.
 
116
  (Vincent Ladeuil, #392127)
 
117
 
114
118
* Reduce peak memory by one copy of compressed text.
115
119
  (John Arbash Meinel, #566940)
116
120
 
240
244
* ``bzr selftest --parallel=subprocess`` now works correctly on win32.
241
245
   (Gordon Tyler, #551332)
242
246
 
 
247
* HTTP test servers will leak less threads (and sockets) and will not hang on
 
248
  AIX anymore. (Vincent Ladeuil, #405745)
 
249
 
243
250
* Workaround ``Crypto.Random`` check leading to spurious test
244
251
  failures on Lucid, FreeBSD and gentoo.  
245
252
  (Vincent Ladeuil, #528436)