~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-21 09:32:44 UTC
  • mfrom: (5430.6.1 ssh-connect-socket-error)
  • Revision ID: pqm@pqm.ubuntu.com-20100921093244-q0290ai8j4s3lo1v
(spiv) Simplify connect_ssh/sftp error handling (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
  be available from ``bzrlib.tests.*``. They used to be, but were
312
312
  accidentally removed. (John Arbash Meinel, #627438)
313
313
 
 
314
* Treat all IO, OS, and socket errors consistently when establishing
 
315
  SSH/SFTP connections via a subprocess.  (Andrew Bennetts)
 
316
 
314
317
* ``Transport.stat`` on a symlink, including a transport pointing directly
315
318
  to a symlink, now returns information about the symlink.
316
319
  (Martin Pool)