27
26
.. Improvements to existing commands, especially improved performance
28
27
or memory usage, or better results.
29
* ``bzr branches`` will now also list sibling branches when
30
the current location is a lightweight checkout of a branch in
31
a shared repository. (Jelmer Vernooij)
33
36
.. Fixes for situations where bzr would previously crash or give incorrect
34
37
or undesirable results.
39
* Make sure configuration options can provide their own help topic.
40
(Jelmer Vernooij, #941672)
58
64
spurious test failures and changes to the way things should be tested.
73
This release marks the start of a new long-term-stable series. From here, we
74
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
75
until April 2017), while 2.6 will become our new development series.
77
This is a bugfix and polish release over the 2.4 series, with a large number
78
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
79
faster smart protocol implementation for many operations, basic support for
80
colocated branches. We have started translating bzr with the 2.5 series:
81
https://translations.launchpad.net/bzr, more than 20 languages have already
82
been registered but these are the early days, contributions welcome.
84
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
87
Users are encouraged to upgrade from the other stable series.
90
External Compatibility Breaks
91
*****************************
103
* The names of colocated branches are used as branch nicks if no nick is
104
specified. (Aaron Bentley)
109
* Show locks in ``bzr info`` on control directories without a
110
repository. (Jelmer Vernooij, #936767)
112
* Disable ssl certificate verification on osx and windows until a native
113
access to the the root certificates is provided there.
114
(Vincent Ladeuil, #929179)
119
* Stop depending on the particular CPython ordering of dictionary keys
120
when testing the result of BzrDir.get_branches.
108
170
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
110
* Two new command hooks, ``pre_command`` and ``post_command``,
111
provide notification before and after a command has been run.
112
(Brian de Alwis, Jelmer Vernooij)