~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Bug #656170, be more aggressive about closing file handles (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
  know about so far have been fixed, but there may be fallout for edge
168
168
  cases that we are missing. (John Arbash Meinel, #759091)
169
169
 
 
170
* ``SFTPTransport`` is more pro-active about closing file-handles. This
 
171
  reduces the chance of having threads fail from async requests while
 
172
  running the test suite. (John Arbash Meinel, #656170)
 
173
 
170
174
* Standalone bzr.exe installation on Windows: user can put additional python 
171
175
  libraries into ``site-packages`` subdirectory of the installation directory,
172
176
  this might be required for "installing" extra dependencies for some plugins.