~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-16 14:01:20 UTC
  • mfrom: (3280.2.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080316140120-i3yq8yr1l66m11h7
Start 1.4 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
 
7
8
IN DEVELOPMENT
8
9
--------------
9
10
 
11
12
 
12
13
  CHANGES:
13
14
 
 
15
  FEATURES:
 
16
 
 
17
  IMPROVEMENTS:
 
18
 
 
19
  BUGFIXES:
 
20
 
 
21
  DOCUMENTATION:
 
22
 
 
23
  API BREAKS:
 
24
 
 
25
  TESTING:
 
26
 
 
27
  INTERNALS:
 
28
 
 
29
 
 
30
bzr 1.3rc1 2008-03-16
 
31
---------------------
 
32
 
 
33
Bazaar has become part of the GNU project <http://www.gnu.org>
 
34
 
 
35
Many operations that act on history, including ``log`` and ``annotate`` are now
 
36
substantially faster.  Several bugs have been fixed and several new options and
 
37
features have been added.
 
38
 
 
39
  NOTES WHEN UPGRADING:
 
40
 
 
41
    No special action is required from the user for this release.
 
42
 
 
43
  CHANGES:
 
44
 
14
45
    * A new repository format 'development' has been added. This format will
15
46
      represent the latest 'in-progress' format that the bzr developers are
16
47
      interested in getting early-adopter testing and feedback on.
82
113
 
83
114
  BUGFIXES:
84
115
 
 
116
    * Autopacking no longer holds the full set of inventory lines in
 
117
      memory while copying. For large repositories, this can amount to
 
118
      hundreds of MB of ram consumption.
 
119
      (Ian Clatworthy, John Arbash Meinel)
 
120
 
85
121
    * Cherrypicking when using ``--format=merge3`` now explictly excludes
86
122
      BASE lines. (John Arbash Meinel, #151731)
87
123
 
139
175
 
140
176
  INTERNALS:
141
177
 
142
 
    * Autopacking no longer holds the full set of inventory lines in
143
 
      memory while copying. For large repositories, this can amount to
144
 
      hundreds of MB of ram consumption.
145
 
      (Ian Clatworthy, John Arbash Meinel)
 
178
    * ``Graph.iter_ancestry`` returns the ancestry of revision ids. Similar to
 
179
      ``Repository.get_revision_graph()`` except it includes ghosts and you can
 
180
      stop part-way through. (John Arbash Meinel)
146
181
 
147
182
    * ``Graph.iter_ancestry`` returns the ancestry of revision ids. Similar to
148
183
      ``Repository.get_revision_graph()`` except it includes ghosts and you can