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
* ``bzr rmbranch`` now supports removing colocated branches.
40
(Jelmer Vernooij, #920653)
42
* Show locks in ``bzr info`` on control directories without a
43
repository. (Jelmer Vernooij, #936767)
45
* Disable ssl certificate verification on osx and windows until a native
46
access to the the root certificates is provided there.
47
(Vincent Ladeuil, #929179)
70
56
suite. This can include new facilities for writing tests, fixes to
71
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)
73
112
* Stop depending on the particular CPython ordering of dictionary keys
74
113
when testing the result of BzrDir.get_branches.
75
114
(Wouter van Heyst)
115
154
a control directory (but no branch or working tree).
116
155
(Jelmer Vernooij, #913980)
157
* Checkouts of colocated branches are now always lightweight.
158
(Jelmer Vernooij, #918828)
118
160
* Colocated branches can now have names including forward slashes, to
119
161
allow for namespaces. (Jelmer Vernooij, #907980)
121
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
123
* Checkouts of colocated branches are now always lightweight.
124
(Jelmer Vernooij, #918828)