~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-10 07:14:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050510071423-a3b93d795da754ea
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    * Commands can now be defined by external programs or scripts
34
34
      in a directory on $BZRPATH.
35
35
 
 
36
    * New "stat cache" avoids reading the contents of files if they 
 
37
      haven't changed since the previous time.
 
38
 
36
39
 
37
40
  TESTING:
38
41
 
67
70
    * bzrlib.open_tracefile() takes a tracefilename parameter.
68
71
 
69
72
    * New AtomicFile class.
 
73
 
 
74
    * New developer commands ``added``, ``modified``.
 
75
 
70
76
bzr-0.0.4  2005-04-22
71
77
 
72
78
  ENHANCEMENTS: