11
:2.7b1: 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.
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
or undesirable results.
35
* Option names are now checked to be valid [dotted] python identifiers. Also
36
ignore invalid references (i.e. using invalid option names) while
37
expanding option values. (Vincent Ladeuil, #1235099)
42
.. Improved or updated documentation.
47
.. Changes that may require updates in plugins or other code that uses
53
.. Major internal changes, unlikely to be visible to users or plugin
54
developers, but interesting for bzr developers.
59
.. Fixes and changes that are only relevant to bzr's test framework and
60
suite. This can include new facilities for writing tests, fixes to
61
spurious test failures and changes to the way things should be tested.
63
* Remove wrong assumption about how TCP server and client interact when run
64
inside the same process. (Vincent Ladeuil, #1269886).
66
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
67
complain. (Vincent Ladeuil, #1233413)
70
vim: tw=74 ft=rst ff=unix