~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Release Notes
3
3
####################
4
4
 
5
 
2.0 series (not released)
6
 
#########################
 
5
2.0.1 (not released)
 
6
####################
7
7
 
8
8
Compatibility Breaks
9
9
********************
29
29
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
30
30
  on branches via a smart server.  (Andrew Bennetts, #389413)
31
31
 
 
32
* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
 
33
  at the root of a drive. ``osutils._cicp_canonical_relpath`` always
 
34
  assumed that ``abspath()`` returned a path that did not have a trailing
 
35
  ``/``, but that is not true when working at the root of the filesystem.
 
36
  (John Arbash Meinel, Jason Spashett, #322807)
 
37
 
 
38
* Improve the time for ``bzr log DIR`` for 2a format repositories.
 
39
  We had been using the same code path as for <2a formats, which required
 
40
  iterating over all objects in all revisions.
 
41
  (John Arbash Meinel, #374730)
 
42
 
 
43
* Make sure that we unlock the tree if we fail to create a TreeTransform
 
44
  object when doing a merge, and there is limbo, or pending-deletions
 
45
  directory.  (Gary van der Merwe, #427773)
 
46
 
32
47
* Occasional IndexError on renamed files have been fixed. Operations that
33
48
  set a full inventory in the working tree will now go via the
34
49
  apply_inventory_delta code path which is simpler and easier to
37
52
  but such operations are already doing full tree scans, so no radical
38
53
  performance change should be observed. (Robert Collins, #403322)
39
54
 
 
55
* Retrieving file text or mtime from a _PreviewTree has good performance when
 
56
  there are many changes.  (Aaron Bentley)
 
57
 
40
58
* When a file kind becomes unversionable after being added, a sensible
41
59
  error will be shown instead of a traceback. (Robert Collins, #438569)
42
60
 
60
78
Testing
61
79
*******
62
80
 
63
 
bzr 2.0.1
64
 
##########
65
 
 
66
 
Bug Fixes
67
 
*********
68
 
 
69
 
* Improve the time for ``bzr log DIR`` for 2a format repositories.
70
 
  We had been using the same code path as for <2a formats, which required
71
 
  iterating over all objects in all revisions.
72
 
  (John Arbash Meinel, #374730)
73
 
 
74
 
* Make sure that we unlock the tree if we fail to create a TreeTransform
75
 
  object when doing a merge, and there is limbo, or pending-deletions
76
 
  directory.  (Gary van der Merwe, #427773)
77
 
 
78
 
* Retrieving file text or mtime from a _PreviewTree has good performance when
79
 
  there are many changes.  (Aaron Bentley)
80
 
 
81
 
 
82
81
bzr 2.0.0
83
82
#########
84
83