~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-18 04:55:00 UTC
  • mfrom: (5784.2.1 754188-apport-test)
  • Revision ID: pqm@pqm.ubuntu.com-20110418045500-ce6lkgyiq7f47q43
(mbp) Rewrite test_report_bug_legacy away from using doctest (see bug
 764188) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  so that we can give it the Transport we already have.
46
46
  (John Arbash Meinel, Vincent Ladeuil, #111702)
47
47
 
48
 
* Get rid of sftp connection cache (get rid of the FTP one too).
 
48
* Get rid of SFTP connection cache (get rid of the FTP one too).
49
49
  (Vincent Ladeuil, #43731)
50
50
 
51
51
* bzr branch {local|remote} remote don't try to create a working tree
299
299
  are done within directories in $TMPDIR.  (Martin Pool)
300
300
 
301
301
* The SSH_AUTH_SOCK environment variable is now reset to avoid
302
 
  interaction with any running ssh agents.  (Jelmer Vernooij, #125955)
 
302
  interaction with any running SSH agents.  (Jelmer Vernooij, #125955)
303
303
 
304
304
* run_bzr_subprocess handles parameters the same way as run_bzr:
305
305
  either a string or a list of strings should be passed as the first