57
57
spurious test failures and changes to the way things should be tested.
65
This is a bugfix release. Most of the bugs dealt with https and colocated
66
branches glitches. Upgrading is recommended for all users of earlier 2.5
69
External Compatibility Breaks
70
*****************************
82
* ``bzr rmbranch`` now supports removing colocated branches.
83
(Jelmer Vernooij, #920653)
85
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
86
is specified. (Jelmer Vernooij, #922953)
91
* Connecting with HTTPS via HTTP now correctly uses the host name of the
92
destination rather than the proxy when checking certificates.
93
(Martin Packman, #944696)
95
* Fixed merge tool availability checking and invocation to search the
96
Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
98
* Fixed problem with getting errors about failing to open /dev/tty when using
99
Bazaar Explorer to sign commits. (Mark Grandi, #847388)
101
* Fix UnicodeEncodeError when translated progress task messages contain
102
non-ascii text. (Martin Packman, #966934)
104
* Make sure configuration options can provide their own help topic.
105
(Jelmer Vernooij, #941672)
110
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
111
1.1.2 now provides a better one. Most of the documentation can now be
112
generated to the texinfo format with ``make texinfo-sphinx``. This will
113
generate both the ``.texi`` files and the ``.info`` ones.
114
(Vincent Ladeuil, #940164)
124
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
125
versions. (Vincent Ladeuil, #956027)
127
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
154
224
a control directory (but no branch or working tree).
155
225
(Jelmer Vernooij, #913980)
157
* Checkouts of colocated branches are now always lightweight.
158
(Jelmer Vernooij, #918828)
160
227
* Colocated branches can now have names including forward slashes, to
161
228
allow for namespaces. (Jelmer Vernooij, #907980)
163
230
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
232
* Checkouts of colocated branches are now always lightweight.
233
(Jelmer Vernooij, #918828)