~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 04:53:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: john@arbash-meinel.com-20060815045315-05183d622115ea71
NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter.
 
6
      This will cache some of the intermediate trees, and decrease the
 
7
      setup time for benchmark tests. (John Arbash Meinel)
 
8
 
5
9
  BUG FIXES:
6
10
 
7
11
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,