11
:2.4.2: NOT RELEASED YET
13
External Compatibility Breaks
14
*****************************
16
.. These may require users to change the way they use Bazaar.
21
.. New commands, options, etc that users may wish to try out.
26
.. Improvements to existing commands, especially improved performance
27
or memory usage, or better results.
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
or undesirable results.
35
* During merges, when two entries end up using the same path for two
36
different file-ids (the same file being 'bzr added' in two different
37
branches) , 'duplicate' conflicts are created instead of 'content'
38
ones. This was previously leading to a 'Malformed tramsform' exception.
39
(Vincent Ladeuil, #880701)
41
* 'Malformed transform' exceptions are now recognized as internal errors
42
instead of user errors and report a traceback. This will reduce user
43
confusion as there is generally nothing users can do about them.
44
(Vincent Ladeuil, #880701)
49
.. Improved or updated documentation.
54
.. Changes that may require updates in plugins or other code that uses
60
.. Major internal changes, unlikely to be visible to users or plugin
61
developers, but interesting for bzr developers.
66
.. Fixes and changes that are only relevant to bzr's test framework and
67
suite. This can include new facilities for writing tests, fixes to
68
spurious test failures and changes to the way things should be tested.
11
:2.4.2: NOT RELEASED YET
76
This is a bugfix release. Most of the bugs dealt with portability
77
issues. Upgrading is recommended for all users of earlier 2.4 releases.
13
79
External Compatibility Breaks
14
80
*****************************
16
.. These may require users to change the way they use Bazaar.
21
.. New commands, options, etc that users may wish to try out.
26
.. Improvements to existing commands, especially improved performance
27
or memory usage, or better results.
29
92
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
30
93
every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
50
113
* Return early from create_delta_index_from_delta given tiny inputs. This
51
114
avoids raising a spurious MemoryError on certain platforms such as AIX.
52
115
(John Arbash Meinel, #856731)
57
.. Improved or updated documentation.
121
* Corrected documentation for ``bzr serve`` in the Admin Guide.
122
(Morten Bøgeskov, Martin Pool, #832576)
62
.. Changes that may require updates in plugins or other code that uses
68
.. Major internal changes, unlikely to be visible to users or plugin
69
developers, but interesting for bzr developers.
74
.. Fixes and changes that are only relevant to bzr's test framework and
75
suite. This can include new facilities for writing tests, fixes to
76
spurious test failures and changes to the way things should be tested.
78
137
* Accept both old and new style testtools output in selftest tests.
79
138
(Jelmer Vernooij, Martin Packman, #815423)
142
201
* Corrected documentation for BZR_PROGRESS_BAR.
143
202
(Dennis Benzinger, #735417)
145
* Corrected documentation for ``bzr serve`` in the Admin Guide.
146
(Morten Bøgeskov, Martin Pool, #832576)