~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Neil Martinsen-Burrell
  • Date: 2010-10-05 02:12:48 UTC
  • mto: This revision was merged to the branch mainline in revision 5468.
  • Revision ID: nmb@wartburg.edu-20101005021248-74kzkjrqsmv13sm3
dont force openssh to use protocol=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  using this, make sure the process holding the lock really is dead.)
35
35
  (Martin Pool, #392315)
36
36
 
 
37
* Don't force openssh to use protocol=2, since that is now the default.
 
38
  (Neil Martinsen-Burrell, #561061)
 
39
 
37
40
* Print junk rather than throwing a UnicodeDecodeError from ``bzr version-info``
38
41
  when using the rio format (with non-ascii information) on a non-utf-8 terminal.
39
42
  (Andrej A Antonov, #518609)