/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 doc/en/release-notes/bzr-2.4.txt

  • Committer: Martin Pool
  • Date: 2011-07-05 06:41:44 UTC
  • mto: (6015.9.2 2.4)
  • mto: This revision was merged to the branch mainline in revision 6047.
  • Revision ID: mbp@canonical.com-20110705064144-j68420yxomszp4cx
Flush pack, index, and dirstate files to disk on closing

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* ``Branch.open`` is now about 3x faster (about 2ms instead of 6.5ms).
42
42
  (Andrew Bennetts).
43
43
 
 
44
* Pack, dirstate, and index files are synced to persistent storage if 
 
45
  possible when writing finishes, to reduce the risk of problems caused by
 
46
  a machine crash or similar problem.  (Martin Pool)
 
47
 
44
48
Bug Fixes
45
49
*********
46
50