/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-25 08:22:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050325082236-9106acf9ef763179
only show count of added files with --verbose

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-0.0.1  NOT RELEASED YET
 
2
 
 
3
  ENHANCEMENTS:
 
4
 
 
5
    * More information from info command.
 
6
 
 
7
    * Can now say "bzr help COMMAND" for more detailed help.
 
8
 
 
9
    * Less file flushing and faster performance when writing logs and
 
10
      committing to stores.
 
11
 
 
12
  BUG FIXES:
 
13
 
 
14
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
15
 
 
16
  PORTABILITY:
 
17
 
 
18
    * Include a subset of ElementTree-1.2.20040618 to make
 
19
      installation easier.
 
20
 
 
21
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
22
      supported).
 
23
 
 
24
 
 
25
 
 
26
bzr-0.0.0.69  2005-03-22
 
27
 
 
28
  ENHANCEMENTS:
 
29
 
 
30
    * First public release.
 
31
 
 
32
    * Storage of local versions: init, add, remove, rm, info, log,
 
33
      diff, status, etc.