/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-27 09:14:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050327091445-d59328fc7fe0ab32
change default ignore list

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 changed to .bzr.log, *~, #*#, *.tmp, *.bak,
 
6
      *.o, *.a, *.py[oc], {arch}, CVS, .svn, _darcs.
 
7
 
 
8
 
 
9
bzr-0.0.1  2005-03-26
 
10
 
 
11
  ENHANCEMENTS:
 
12
 
 
13
    * More information from info command.
 
14
 
 
15
    * Can now say "bzr help COMMAND" for more detailed help.
 
16
 
 
17
    * Less file flushing and faster performance when writing logs and
 
18
      committing to stores.
 
19
 
 
20
    * More useful verbose output from some commands.
 
21
 
 
22
  BUG FIXES:
 
23
 
 
24
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
25
 
 
26
  PORTABILITY:
 
27
 
 
28
    * Include a subset of ElementTree-1.2.20040618 to make
 
29
      installation easier.
 
30
 
 
31
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
32
      supported).
 
33
 
 
34
 
 
35
 
 
36
bzr-0.0.0.69  2005-03-22
 
37
 
 
38
  ENHANCEMENTS:
 
39
 
 
40
    * First public release.
 
41
 
 
42
    * Storage of local versions: init, add, remove, rm, info, log,
 
43
      diff, status, etc.