~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-10-14 20:02:28 UTC
  • mfrom: (4634.52.19 2.0.1)
  • mto: (4734.3.1 2.1.0b1)
  • mto: This revision was merged to the branch mainline in revision 4747.
  • Revision ID: john@arbash-meinel.com-20091014200228-fpgssl16h6fmkqww
Merge in the bzr 2.0.1 branch, and resolve a bunch of issues with NEWS.

This also brings in the bug fixes, etc from 2.0.1 that were landed in bzr.dev
after the cut point for 2.1.0b1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
new content from a repository.
27
27
 
28
28
 
29
 
Compatibility Breaks
30
 
********************
31
 
 
32
29
New Features
33
30
************
34
31
 
132
129
* Network streams now decode adjacent records of the same type into a
133
130
  single stream, reducing layering churn. (Robert Collins)
134
131
 
135
 
* Make sure that we unlock the tree if we fail to create a TreeTransform
136
 
  object when doing a merge, and there is limbo, or pending-deletions
137
 
  directory.  (Gary van der Merwe, #427773)
138
 
 
139
132
* Occasional IndexError on renamed files have been fixed. Operations that
140
133
  set a full inventory in the working tree will now go via the
141
134
  apply_inventory_delta code path which is simpler and easier to
180
173
  ``TooManyConcurrentRequests`` and similar errors.
181
174
  (Andrew Bennetts, #429747)
182
175
 
183
 
 
184
176
Documentation
185
177
*************
186
178
 
269
261
  present. (Vincent Ladeuil, #430749)
270
262
 
271
263
 
272
 
bzr 2.0.1 (Not Released Yet)
273
 
############################
 
264
bzr 2.0.1
 
265
#########
 
266
 
 
267
:Codename: Stability First
 
268
:2.0.1: 2009-10-14
 
269
 
 
270
The first of our new ongoing bugfix-only stable releases has arrived. It
 
271
includes a collection of 12 bugfixes applied to bzr 2.0.0, but does not
 
272
include any of the feature development in the 2.1.0 series.
 
273
 
274
274
 
275
275
Bug Fixes
276
276
*********
287
287
  with some combinations of remote and local formats.  This was causing
288
288
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)
289
289
 
 
290
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
 
291
  on branches via a smart server.  (Andrew Bennetts, #389413)
 
292
 
 
293
* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
 
294
  at the root of a drive. ``osutils._cicp_canonical_relpath`` always
 
295
  assumed that ``abspath()`` returned a path that did not have a trailing
 
296
  ``/``, but that is not true when working at the root of the filesystem.
 
297
  (John Arbash Meinel, Jason Spashett, #322807)
 
298
 
 
299
* Hide deprecation warnings for 'final' releases for python2.6.
 
300
  (John Arbash Meinel, #440062)
 
301
 
290
302
* Improve the time for ``bzr log DIR`` for 2a format repositories.
291
303
  We had been using the same code path as for <2a formats, which required
292
304
  iterating over all objects in all revisions.
304
316
  but such operations are already doing full tree scans, so no radical
305
317
  performance change should be observed. (Robert Collins, #403322)
306
318
 
307
 
* When a file kind becomes unversionable after being added, a sensible
308
 
  error will be shown instead of a traceback. (Robert Collins, #438569)
309
 
 
310
319
* Retrieving file text or mtime from a _PreviewTree has good performance when
311
320
  there are many changes.  (Aaron Bentley)
312
321
 
 
322
* The CHK index pages now use an unlimited cache size. With a limited
 
323
  cache and a large project, the random access of chk pages could cause us
 
324
  to download the entire cix file many times.
 
325
  (John Arbash Meinel, #402623)
 
326
 
 
327
* When a file kind becomes unversionable after being added, a sensible
 
328
  error will be shown instead of a traceback. (Robert Collins, #438569)
 
329
 
 
330
Documentation
 
331
*************
 
332
 
 
333
* Improved README. (Ian Clatworthy)
 
334
 
 
335
* Improved upgrade documentation for Launchpad branches.
 
336
  (Barry Warsaw)
 
337
 
313
338
 
314
339
bzr 2.0.0
315
340
#########