~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-28 04:08:13 UTC
  • Revision ID: mbp@sourcefrog.net-20050328040812-f6852e38fba0ad5f
- reactivate basic check command

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
17
bzr-0.0.1  2005-03-26
 
18
 
 
19
  ENHANCEMENTS:
 
20
 
 
21
    * More information from info command.
 
22
 
 
23
    * Can now say "bzr help COMMAND" for more detailed help.
 
24
 
 
25
    * Less file flushing and faster performance when writing logs and
 
26
      committing to stores.
 
27
 
 
28
    * More useful verbose output from some commands.
 
29
 
 
30
  BUG FIXES:
 
31
 
 
32
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
33
 
 
34
  PORTABILITY:
 
35
 
 
36
    * Include a subset of ElementTree-1.2.20040618 to make
 
37
      installation easier.
 
38
 
 
39
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
40
      supported).
 
41
 
 
42
 
 
43
 
 
44
bzr-0.0.0.69  2005-03-22
 
45
 
 
46
  ENHANCEMENTS:
 
47
 
 
48
    * First public release.
 
49
 
 
50
    * Storage of local versions: init, add, remove, rm, info, log,
 
51
      diff, status, etc.