~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-27 09:53:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050327095302-64cb33f2b4e4d9e4
Skip control directories in recursive add

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 changed to .bzr.log, *~, #*#, *.tmp, *.bak,
 
6
      *.o, *.a, *.py[oc], {arch}, CVS, .svn, _darcs.
 
7
 
 
8
    * Patterns in .bzrignore are now added to the default ignore list,
 
9
      rather than replacing it.
 
10
 
 
11
  ENHANCEMENTS:
 
12
 
 
13
    * Ignore list is memoized after first request.
 
14
 
 
15
 
 
16
bzr-0.0.1  2005-03-26
 
17
 
 
18
  ENHANCEMENTS:
 
19
 
 
20
    * More information from info command.
 
21
 
 
22
    * Can now say "bzr help COMMAND" for more detailed help.
 
23
 
 
24
    * Less file flushing and faster performance when writing logs and
 
25
      committing to stores.
 
26
 
 
27
    * More useful verbose output from some commands.
 
28
 
 
29
  BUG FIXES:
 
30
 
 
31
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
2
32
 
3
33
  PORTABILITY:
4
34