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.
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.
79
External Compatibility Breaks
80
*****************************
92
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
93
every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
98
* Fixed an infinite loop when creating a repo at the root of the filesystem,
99
i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
100
one, thus respecting the POSIX standard, but making relpath() loop infinitely.
101
(Florian Vichot, #861008)
103
* Fixed loading of external merge tools from config to properly decode
104
command-lines which contain embedded quotes. (Gordon Tyler, #828803)
106
* Include declaration of 'changed' to avoid an UnboundLocalError in dirstate
107
pyrex code with new Cython versions. (Denys Duchier, #837221)
109
* Prevent several kinds of OverflowError and other fallout from failing to fit
110
stat fields into four bytes in dirstate pack_stat implementations.
111
(Martin Packman, #683191 #706957)
113
* Return early from create_delta_index_from_delta given tiny inputs. This
114
avoids raising a spurious MemoryError on certain platforms such as AIX.
115
(John Arbash Meinel, #856731)
121
* Corrected documentation for ``bzr serve`` in the Admin Guide.
122
(Morten Bøgeskov, Martin Pool, #832576)
137
* Accept both old and new style testtools output in selftest tests.
138
(Jelmer Vernooij, Martin Packman, #815423)
140
* Fix the race for TestingThreadingTCPServer in
141
test_server_crash_while_responding. (Vincent Ladeuil, #869366)
143
* Really corrupt the pack file without depending on a special length or value.
144
(Vincent Ladeuil, #807032)
11
:2.4.1: NOT RELEASED YET
152
This is a bugfix release. Upgrading is recommended for all users of earlier
155
It includes fixes from previous stable releases and address some issues with
13
159
External Compatibility Breaks
14
160
*****************************