~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-15 02:39:51 UTC
  • mfrom: (2665.4.4 run_external_fix)
  • Revision ID: pqm@pqm.ubuntu.com-20070815023951-yj66qy38vxjbdwrl
Harmonize run_bzr_subprocess with run_bzr calling conventions

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
    * The SSH_AUTH_SOCK environment variable is now reset to avoid 
271
271
      interaction with any running ssh agents.  (Jelmer Vernooij, #125955)
272
272
 
 
273
    * run_bzr_subprocess handles parameters the same way as run_bzr:
 
274
      either a string or a list of strings should be passed as the first
 
275
      parameter.  Varargs-style parameters are deprecated. (Aaron Bentley)
 
276
 
273
277
 
274
278
bzr 0.18  2007-07-17
275
279