26
27
.. Improvements to existing commands, especially improved performance
27
28
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)
30
* The names of colocated branches are used as branch nicks if no nick is
31
specified. (Aaron Bentley)
36
36
.. Fixes for situations where bzr would previously crash or give incorrect
37
37
or undesirable results.
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)
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)
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)
46
.. Improved or updated documentation.
74
64
suite. This can include new facilities for writing tests, fixes to
75
65
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)
132
67
* Stop depending on the particular CPython ordering of dictionary keys
133
68
when testing the result of BzrDir.get_branches.
134
69
(Wouter van Heyst)
183
118
* 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)
1092
1031
operations that use it, like merge, can now create trees without a root.
1093
1032
(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)