~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge http-leaks into sftp-leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  test that all commands available to the test suite have help.
26
26
  (Robert Collins, #177500)
27
27
 
 
28
* Most of the leaked threads during selftest are now fixed, allowing the
 
29
  full test suite to pass on gentoo.
 
30
  (Vincent Ladeuil, #392127)
 
31
 
28
32
Improvements
29
33
************
30
34
 
44
48
Testing
45
49
*******
46
50
 
 
51
* HTTP test servers would not leak threads (and sockets) anymore. They
 
52
  won't hang on AIX anymore either.
 
53
  (Vincent Ladeuil, #405745)
 
54
 
47
55
 
48
56
bzr 2.2b3
49
57
#########
182
190
  estimate of the number of records to be fetched vs actually fetched.
183
191
  (Parth Malwankar, #374740, #538868)
184
192
 
185
 
* Most of the leaked threads during selftest are now fixed, allowing the
186
 
  full test suite to pass on gentoo.
187
 
  (Vincent Ladeuil, #392127)
188
 
 
189
193
* Reduce peak memory by one copy of compressed text.
190
194
  (John Arbash Meinel, #566940)
191
195
 
321
325
* ``bzr selftest --parallel=subprocess`` now works correctly on win32.
322
326
   (Gordon Tyler, #551332)
323
327
 
324
 
* HTTP test servers will leak less threads (and sockets) and will not hang on
325
 
  AIX anymore. (Vincent Ladeuil, #405745)
326
 
 
327
328
* Workaround ``Crypto.Random`` check leading to spurious test
328
329
  failures on Lucid, FreeBSD and gentoo.  
329
330
  (Vincent Ladeuil, #528436)