~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-29 02:31:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050329023134-2d1eb96c55831937
check size and sha1 of files retrieved from the tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.1  NOT RELEASED YET
 
1
bzr-0.0.2  NOT RELEASED YET
 
2
 
 
3
  CHANGES:
 
4
 
 
5
    * Default ignore list extended (see bzrlib/__init__.py).
 
6
 
 
7
    * Patterns in .bzrignore are now added to the default ignore list,
 
8
      rather than replacing it.
 
9
 
 
10
  ENHANCEMENTS:
 
11
 
 
12
    * Ignore list is memoized after first request.
 
13
 
 
14
    * More help topics.
 
15
 
 
16
    * Reinstate the 'bzr check' command to check invariants of the
 
17
      branch.
 
18
 
 
19
bzr-0.0.1  2005-03-26
 
20
 
 
21
  ENHANCEMENTS:
 
22
 
 
23
    * More information from info command.
 
24
 
 
25
    * Can now say "bzr help COMMAND" for more detailed help.
 
26
 
 
27
    * Less file flushing and faster performance when writing logs and
 
28
      committing to stores.
 
29
 
 
30
    * More useful verbose output from some commands.
 
31
 
 
32
  BUG FIXES:
 
33
 
 
34
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
2
35
 
3
36
  PORTABILITY:
4
37