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)
39
* Fix pyrex version checking to be more robust.
40
(Andrew Starr-Bochicchio, #1030521 )
45
.. Improved or updated documentation.
50
.. Changes that may require updates in plugins or other code that uses
56
.. Major internal changes, unlikely to be visible to users or plugin
57
developers, but interesting for bzr developers.
62
.. Fixes and changes that are only relevant to bzr's test framework and
63
suite. This can include new facilities for writing tests, fixes to
64
spurious test failures and changes to the way things should be tested.
66
* Handle (minor) incompatible change in python 2.7.6 leading to test
67
failures. Only tests are affected. (Vincent Ladeuil, #1303879)
69
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
70
account. Only tests are affected (Vincent Ladeuil, #1303879).
72
* Remove wrong assumption about how TCP server and client interact when run
73
inside the same process. (Vincent Ladeuil, #1269886).
75
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
76
complain. (Vincent Ladeuil, #1233413)
79
vim: tw=74 ft=rst ff=unix