27
26
.. Improvements to existing commands, especially improved performance
28
27
or memory usage, or better results.
30
* The names of colocated branches are used as branch nicks if no nick is
31
specified. (Aaron Bentley)
36
32
.. Fixes for situations where bzr would previously crash or give incorrect
37
33
or undesirable results.
39
* Disable ssl certificate verification on osx and windows until a native
40
access to the the root certificates is provided there.
41
(Vincent Ladeuil, #929179)
64
56
suite. This can include new facilities for writing tests, fixes to
65
57
spurious test failures and changes to the way things should be tested.
66
This release marks the start of a new long-term-stable series. From here, we
67
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
68
until April 2017), while 2.6 will become our new development series.
70
This is a bugfix and polish release over the 2.4 series, with a large number
71
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
72
faster smart protocol implementation for many operations, basic support for
73
colocated branches. We have started translating bzr with the 2.5 series:
74
https://translations.launchpad.net/bzr, more than 20 languages have already
75
been registered but these are the early days, contributions welcome.
77
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
80
Users are encouraged to upgrade from the other stable series.
83
External Compatibility Breaks
84
*****************************
96
* The names of colocated branches are used as branch nicks if no nick is
97
specified. (Aaron Bentley)
102
* Show locks in ``bzr info`` on control directories without a
103
repository. (Jelmer Vernooij, #936767)
105
* Disable ssl certificate verification on osx and windows until a native
106
access to the the root certificates is provided there.
107
(Vincent Ladeuil, #929179)
67
112
* Stop depending on the particular CPython ordering of dictionary keys
68
113
when testing the result of BzrDir.get_branches.
69
114
(Wouter van Heyst)
118
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
120
* Two new command hooks, ``pre_command`` and ``post_command``,
121
provide notification before and after a command has been run.
122
(Brian de Alwis, Jelmer Vernooij)