~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-03 07:57:06 UTC
  • Revision ID: mbp@sourcefrog.net-20050503075706-8162f11e1c000c57
- allow trace file to grow up to 4MB

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * New 'bzr whoami --email' option shows only the email component
6
6
      of the user identification, from Jo Vermeulen.
7
7
 
8
 
 
 
8
    * New 'bzr ignore PATTERN' command.
 
9
 
 
10
    * Nicer error message for broken pipe, interrupt and similar
 
11
      conditions that don't indicate an internal error.
 
12
 
 
13
  TESTING:
 
14
 
 
15
    * Converted black-box test suites from Bourne shell into Python.
 
16
      Various structural improvements to the tests.
 
17
 
 
18
  INTERNAL:
 
19
 
 
20
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
 
21
 
 
22
    * Refactor command functions into Command objects based on
 
23
      mango-sorbet by Scott James Remnant.
 
24
 
 
25
    * Better help messages for many commands.
 
26
 
 
27
 
9
28
bzr-0.0.4  2005-04-22
10
29
 
11
30
  ENHANCEMENTS: