/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-26 03:03:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050326030328-350bb37fb45b5eb4
- update release notes

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
    * More useful verbose output from some commands.
 
13
 
 
14
  BUG FIXES:
 
15
 
 
16
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
17
 
 
18
  PORTABILITY:
 
19
 
 
20
    * Include a subset of ElementTree-1.2.20040618 to make
 
21
      installation easier.
 
22
 
 
23
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
24
      supported).
 
25
 
 
26
 
 
27
 
 
28
bzr-0.0.0.69  2005-03-22
 
29
 
 
30
  ENHANCEMENTS:
 
31
 
 
32
    * First public release.
 
33
 
 
34
    * Storage of local versions: init, add, remove, rm, info, log,
 
35
      diff, status, etc.