~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-11 23:02:09 UTC
  • mfrom: (5594.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110111230209-nlp91k4usdikg3om
(vila) Fix socketpair-based SSH transport leaking socket into other
        child processes (Max Bowsher)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
.. Fixes for situations where bzr would previously crash or give incorrect
63
63
   or undesirable results.
64
64
 
 
65
* Avoid leaking SSH subprocess communication socket into unrelated child
 
66
  processes, which could cause bzr to hang on exit. (Max Bowsher, #696285)
 
67
 
65
68
* ``bzr update`` in a checkout of a readonly branch works again, without
66
69
  trying to set the tags in the master branch. This had been broken by the
67
70
  bug fix for bug #603395.  (John Arbash Meinel, #701212)