~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-07 04:14:59 UTC
  • mfrom: (4675.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090907041459-so0m9vkp5j6mgir0
(robertc) Merge 2.0 to bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
35
35
  (Robert Collins, #416732)
36
36
 
 
37
* ``bzr info -v`` on a 2a format still claimed that it was a "Development
 
38
  format" (John Arbash Meinel, #424392)
 
39
 
 
40
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
 
41
  traceback.  (Martin Pool, #109115)
 
42
 
 
43
* Conversion to 2a will create a single pack for all the new revisions (as
 
44
  long as it ran without interruption). This improves both ``bzr upgrade``
 
45
  and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
 
46
  The autopack logic that occurs every 100 revisions during local
 
47
  conversions was not returning that pack's identifier, which resulted in
 
48
  the partial packs created during the conversion not being consolidated
 
49
  at the end of the conversion process. (Robert Collins, #423818)
 
50
 
37
51
* Don't restrict the command name used to run the test suite.
38
52
  (Vincent Ladeuil, #419950)
39
53
 
47
61
* Network streams now decode adjacent records of the same type into a
48
62
  single stream, reducing layering churn. (Robert Collins)
49
63
 
 
64
* Prevent some kinds of incomplete data from being committed to a 2a
 
65
  repository, such as revisions without inventories or inventories without
 
66
  chk_bytes root records.
 
67
  (Andrew Bennetts, #423506)
 
68
  
50
69
Improvements
51
70
************
52
71
 
53
72
Documentation
54
73
*************
55
74
 
 
75
* Help on hooks no longer says 'Not deprecated' for hooks that are
 
76
  currently supported. (Ian Clatworthy, #422415)
 
77
 
56
78
API Changes
57
79
***********
58
80
 
100
122
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
101
123
  (Robert Collins, #416732)
102
124
 
 
125
* ``bzr info -v`` on a 2a format still claimed that it was a "Development
 
126
  format" (John Arbash Meinel, #424392)
 
127
 
103
128
* ``bzr log stacked-branch`` shows the full log including
104
129
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
105
130
  (John Arbash Meinel, #419241)
106
131
 
 
132
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
 
133
  traceback.  (Martin Pool, #109115)
 
134
 
 
135
* Conversion to 2a will create a single pack for all the new revisions (as
 
136
  long as it ran without interruption). This improves both ``bzr upgrade``
 
137
  and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
 
138
  The autopack logic that occurs every 100 revisions during local
 
139
  conversions was not returning that pack's identifier, which resulted in
 
140
  the partial packs created during the conversion not being consolidated
 
141
  at the end of the conversion process. (Robert Collins, #423818)
 
142
 
 
143
* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
 
144
  Groups that are seen as 'underutilized' will be repacked on-the-fly.
 
145
  This means that when the source is fully packed, there is minimal
 
146
  overhead during the fetch, but if the source is poorly packed the result
 
147
  is a fairly well packed repository (not as good as 'bzr pack' but
 
148
  good-enough.) (Robert Collins, John Arbash Meinel, #402652)
 
149
 
107
150
* Fix a potential segmentation fault when doing 'log' of a branch that had
108
151
  ghosts in its mainline.  (Evaluating None as a tuple is bad.)
109
152
  (John Arbash Meinel, #419241)
119
162
* Network streams now decode adjacent records of the same type into a
120
163
  single stream, reducing layering churn. (Robert Collins)
121
164
 
 
165
* Prevent some kinds of incomplete data from being committed to a 2a
 
166
  repository, such as revisions without inventories or inventories without
 
167
  chk_bytes root records.
 
168
  (Andrew Bennetts, #423506)
 
169
  
122
170
Documentation
123
171
*************
124
172
 
 
173
* Help on hooks no longer says 'Not deprecated' for hooks that are
 
174
  currently supported. (Ian Clatworthy, #422415)
 
175
 
125
176
* The main table of contents now provides links to the new Migration Docs
126
177
  and Plugins Guide. (Ian Clatworthy)
127
178