~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-06-06 07:45:14 UTC
  • mfrom: (2511 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2512.
  • Revision ID: bialix@ukr.net-20070606074514-qq7bxr0x2uj8c5c2
merge bzr.dev; fix ReST formatting in planned-performance-changes.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      understanding what changes have occurred
30
30
      (John Arbash Meinel, #83887)
31
31
 
 
32
    * TreeTransform avoids many renames when contructing large trees,
 
33
      improving speed.  3.25x speedups have been observed for construction of
 
34
      kernel-sized-trees, and checkouts are 1.28x faster.  (Aaron Bentley)
 
35
 
32
36
  BUGFIXES:
33
37
 
34
38
    * ``bzr push`` should only connect to the remote location one time.
50
54
    * WorkingTree.remove works correctly with tree references, and when pwd is
51
55
      not the tree root. (Aaron Bentley)
52
56
 
 
57
    * Merge no longer fails when a file is renamed in one tree and deleted
 
58
      in the other. (Aaron Bentley, #110279)
 
59
 
53
60
bzr 0.16  2007-05-07
54
61
  
55
62
  BUGFIXES: