~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-07 12:45:51 UTC
  • mfrom: (5459.4.1 561061-ssh-protocol)
  • Revision ID: pqm@pqm.ubuntu.com-20101007124551-zfqhlkqdegiy7otp
(vila) Don't force openssh to use protocol=2 (Neil Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  using this, make sure the process holding the lock really is dead.)
44
44
  (Martin Pool, #397315)
45
45
 
 
46
* Don't force openssh to use protocol=2, since that is now the default.
 
47
  (Neil Martinsen-Burrell, #561061)
 
48
 
46
49
* Print junk rather than throwing a UnicodeDecodeError from ``bzr version-info``
47
50
  when using the rio format (with non-ascii information) on a non-utf-8 terminal.
48
51
  (Andrej A Antonov, #518609)