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)
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)
36
36
.. Fixes for situations where bzr would previously crash or give incorrect
37
37
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)
39
* Connecting with HTTPS via HTTP now correctly uses the host name of the
40
destination rather than the proxy when checking certificates.
41
(Martin Packman, #944696)
43
* Fixed merge tool availability checking and invocation to search the
44
Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
46
* Make sure configuration options can provide their own help topic.
47
(Jelmer Vernooij, #941672)
46
.. Improved or updated documentation.
52
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
53
1.1.2 now provides a better one. Most of the documentation can now be
54
generated to the texinfo format with ``make texinfo-sphinx``. This will
55
generate both the ``.texi`` files and the ``.info`` ones.
56
(Vincent Ladeuil, #940164)
66
74
suite. This can include new facilities for writing tests, fixes to
67
75
spurious test failures and changes to the way things should be tested.
77
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
78
versions. (Vincent Ladeuil, #956027)
86
This release marks the start of a new long-term-stable series. From here, we
87
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
88
until April 2017), while 2.6 will become our new development series.
90
This is a bugfix and polish release over the 2.4 series, with a large number
91
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
92
faster smart protocol implementation for many operations, basic support for
93
colocated branches. We have started translating bzr with the 2.5 series:
94
https://translations.launchpad.net/bzr, more than 20 languages have already
95
been registered but these are the early days, contributions welcome.
97
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
100
Users are encouraged to upgrade from the other stable series.
103
External Compatibility Breaks
104
*****************************
116
* The names of colocated branches are used as branch nicks if no nick is
117
specified. (Aaron Bentley)
122
* Show locks in ``bzr info`` on control directories without a
123
repository. (Jelmer Vernooij, #936767)
125
* Disable ssl certificate verification on osx and windows until a native
126
access to the the root certificates is provided there.
127
(Vincent Ladeuil, #929179)
69
132
* Stop depending on the particular CPython ordering of dictionary keys
70
133
when testing the result of BzrDir.get_branches.
71
134
(Wouter van Heyst)
120
183
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
122
* Two new command hooks, ``pre_command`` and ``post_command``,
123
provide notification before and after a command has been run.
124
(Brian de Alwis, Jelmer Vernooij)
1033
1092
operations that use it, like merge, can now create trees without a root.
1034
1093
(Aaron Bentley)
1095
* Fixed problem with getting errors about failing to open /dev/tty when using
1096
Bazaar Explorer to sign commits. (Mark Grandi, #847388)