~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-20 22:42:42 UTC
  • mfrom: (4555.1.3 1.18-ssh-auth-375867)
  • Revision ID: pqm@pqm.ubuntu.com-20090720224242-jo0rxbt5f0jecj4d
(jam) Bug #375867,
        don't prompt for password if ssh host doesn't support password auth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Bug Fixes
23
23
*********
24
24
 
 
25
* Authenticating against an ssh server now uses ``auth_none`` to determine
 
26
  if password authentication is even supported. This fixes a bug where
 
27
  users would be prompted for a launchpad password, even though launchpad
 
28
  only supports publickey authentication. (John Arbash Meinel, #375867)
 
29
 
25
30
* BranchBuilder now accepts timezone to avoid test failures in countries far
26
31
  from GMT. (Vincent Ladeuil, #397716)
27
32