11
:2.6b1: NOT RELEASED YET
13
External Compatibility Breaks
14
*****************************
16
.. These may require users to change the way they use Bazaar.
21
.. New commands, options, etc that users may wish to try out.
26
.. Improvements to existing commands, especially improved performance
27
or memory usage, or better results.
29
* Access to HTTPS URLs now uses the urrllib implementation by default.
30
For the old pycurl-based implementation, specify ``https+pycurl://`` as
31
the URL scheme when accessing a HTTPS location.
32
(Jelmer Vernooij, #125055)
34
* Avoid 'Invalid range access' errors when whole files are retrieved with
35
transport.http.get() . (Vincent Ladeuil, #924746)
40
.. Fixes for situations where bzr would previously crash or give incorrect
41
or undesirable results.
43
* Fix ``bzr config`` display for ``RegistryOption`` values.
44
(Vincent Ladeuil, #930182)
49
.. Improved or updated documentation.
54
.. Changes that may require updates in plugins or other code that uses
57
* File ids in the ``Tree`` API can now be bytestring as previously,
58
or tuples of bytestrings.
61
* ``mail_client`` now accepts a configuration stack object rather than
62
an old style Config object. (Jelmer Vernooij)
64
* New configuration option class ``RegistryOption`` which is backed
65
onto a registry. (Jelmer Vernooij)
67
* New convenience API method ``WorkingTree.get_config_stack``.
73
.. Major internal changes, unlikely to be visible to users or plugin
74
developers, but interesting for bzr developers.
79
.. Fixes and changes that are only relevant to bzr's test framework and
80
suite. This can include new facilities for writing tests, fixes to
81
spurious test failures and changes to the way things should be tested.
85
vim: tw=74 ft=rst ff=unix