~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-06-06 01:05:18 UTC
  • mfrom: (2507 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2510.
  • Revision ID: aaron.bentley@utoronto.ca-20070606010518-kmhq36e8pomuzio7
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      is specified, and are labelled "revision-id:", as per mainline
9
9
      revisions, instead of "merged:". (Kent Gibson)
10
10
 
 
11
    * New ``BranchBuilder`` API which allows the construction of particular
 
12
      histories quickly. Useful for testing and potentially other applications
 
13
      too. (Robert Collins)
 
14
 
 
15
  IMPROVEMENTS:
 
16
  
 
17
    * There are two new help topics, working-trees and repositories that
 
18
      attempt to explain these concepts. (James Westby, John Arbash Meinel,
 
19
      Aaron Bentley)
 
20
 
 
21
    * Added ``bzr log --limit`` to report a limited number of revisions.
 
22
      (Kent Gibson, #3659)
 
23
 
 
24
    * Revert does not try to preserve file contents that were originally
 
25
      produced by reverting to a historical revision.  (Aaron Bentley)
 
26
 
 
27
    * ``bzr log --short`` now includes ``[merge]`` for revisions which
 
28
      have more than one parent. This is a small improvement to help
 
29
      understanding what changes have occurred
 
30
      (John Arbash Meinel, #83887)
 
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
 
11
36
  BUGFIXES:
12
37
 
13
38
    * ``bzr push`` should only connect to the remote location one time.
19
44
    * Let TestUIFactoy encode the password prompt with its own stdout.
20
45
      (Vincent Ladeuil, #110204)
21
46
 
 
47
    * pycurl should take use the range header that takes the range hint
 
48
      into account.
 
49
      (Vincent Ladeuil, #112719)
 
50
 
 
51
    * WorkingTree4.get_file_sha1 no longer raises an exception when invoked
 
52
      on a missing file.  (Aaron Bentley, #118186)
 
53
 
22
54
    * WorkingTree.remove works correctly with tree references, and when pwd is
23
55
      not the tree root. (Aaron Bentley)
24
56
 
25
 
 
26
57
bzr 0.16  2007-05-07
27
58
  
28
59
  BUGFIXES:
46
77
      the root of the source tree and allows HACKING to be split into multiple
47
78
      files. (Robert Collins, Alexander Belchenko)
48
79
 
 
80
    * Clean up the ``WorkingTree4._iter_changes()`` internal loops as well as
 
81
      ``DirState.update_entry()``. This optimizes the core logic for ``bzr
 
82
      diff`` and ``bzr status`` significantly improving the speed of
 
83
      both. (John Arbash Meinel)
 
84
 
49
85
bzr 0.16rc2  2007-04-30
50
86
 
51
87
  BUGFIXES: