~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Bug Fixes
23
23
*********
24
24
 
 
25
* Fix "AttributeError in Inter1and2Helper" during fetch.
 
26
  (Martin Pool, #513432)
 
27
 
25
28
Improvements
26
29
************
27
30
 
31
34
API Changes
32
35
***********
33
36
 
 
37
* ``Repository.deserialise_inventory`` has been renamed to 
 
38
  ``Repository._deserialise_inventory`` to indicate it is private.
 
39
  (Jelmer Vernooij)
 
40
 
 
41
* ``Repository.get_inventory_xml`` has been renamed to 
 
42
  ``Repository._get_inventory_xml`` to indicate it is private. 
 
43
  (Jelmer Vernooij)
 
44
 
34
45
* ``Repository.serialise_inventory`` has been renamed to 
35
46
  ``Repository._serialise_inventory`` to indicate it is private.
36
 
  (Jelmer Vernooij)
37
47
 
38
48
Internals
39
49
*********
42
52
*******
43
53
 
44
54
 
 
55
bzr 2.1.0rc2
 
56
############
 
57
 
 
58
:Codename: after the bubbles
 
59
:2.1.0rc2: 2010-01-29
 
60
 
 
61
This is a quick-turn-around to update a small issue with our new per-file
 
62
merge hook. We expect no major changes from this to the final 2.1.0.
 
63
 
 
64
API Changes
 
65
***********
 
66
 
 
67
* The new ``merge_file_content`` hook point has been altered to provide a
 
68
  better API where state for extensions can be stored rather than the
 
69
  too-simple function based approach. This fixes a performance regression
 
70
  where branch configuration would be parsed per-file during merge. As
 
71
  part of this the included news_merger has been refactored into a base
 
72
  helper class ``bzrlib.merge.ConfigurableFileMerger``.
 
73
  (Robert Collins, John Arbash Meinel, #513822)
 
74
 
 
75
 
45
76
bzr 2.1.0rc1
46
77
############
47
78