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.
29
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
30
every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
35
* Fixed an infinite loop when creating a repo at the root of the filesystem,
36
i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
37
one, thus respecting the POSIX standard, but making relpath() loop infinitely.
38
(Florian Vichot, #861008)
40
* Fixed loading of external merge tools from config to properly decode
41
command-lines which contain embedded quotes. (Gordon Tyler, #828803)
43
* Prevent several kinds of OverflowError and other fallout from failing to fit
44
stat fields into four bytes in dirstate pack_stat implementations.
45
(Martin Packman, #683191 #706957)
47
* Return early from create_delta_index_from_delta given tiny inputs. This
48
avoids raising a spurious MemoryError on certain platforms such as AIX.
49
(John Arbash Meinel, #856731)
54
.. Improved or updated documentation.
59
.. Changes that may require updates in plugins or other code that uses
65
.. Major internal changes, unlikely to be visible to users or plugin
66
developers, but interesting for bzr developers.
71
.. Fixes and changes that are only relevant to bzr's test framework and
72
suite. This can include new facilities for writing tests, fixes to
73
spurious test failures and changes to the way things should be tested.
81
This is a bugfix release. Upgrading is recommended for all users of earlier
84
It includes fixes from previous stable releases and address some issues with
11
:2.4.1: NOT RELEASED YET
88
13
External Compatibility Breaks
89
14
*****************************