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)
37
.. Fixes for situations where bzr would previously crash or give incorrect
38
or undesirable results.
43
.. Improved or updated documentation.
48
.. Changes that may require updates in plugins or other code that uses
51
* File ids in the ``Tree`` API can now be bytestring as previously,
52
or tuples of bytestrings.
58
.. Major internal changes, unlikely to be visible to users or plugin
59
developers, but interesting for bzr developers.
64
.. Fixes and changes that are only relevant to bzr's test framework and
65
suite. This can include new facilities for writing tests, fixes to
66
spurious test failures and changes to the way things should be tested.
70
vim: tw=74 ft=rst ff=unix