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
* 'acceptable_keys' from 'bazaar.conf' is now properly handled.
36
(Vincent Ladeuil, #1249732)
38
* Option names are now checked to be valid [dotted] python identifiers. Also
39
ignore invalid references (i.e. using invalid option names) while
40
expanding option values. (Vincent Ladeuil, #1235099)
42
* Fix pyrex version checking to be more robust.
43
(Andrew Starr-Bochicchio, #1030521 )
48
.. Improved or updated documentation.
53
.. Changes that may require updates in plugins or other code that uses
59
.. Major internal changes, unlikely to be visible to users or plugin
60
developers, but interesting for bzr developers.
65
* Also honor $XDG_CONFIG_HOME specification on Mac OS X platform.
71
.. Fixes and changes that are only relevant to bzr's test framework and
72
suite. This can include new facilities for writing tests, fixes to
73
spurious test failures and changes to the way things should be tested.
75
* Fix warnings on stderr caused by the atexit handler triggering for the
76
wrong reason: the 'config' command should explicitly save the changes when
77
modifying or removing an option and not rely on the atexit
78
handler. (Vincent Ladeuil, #1331999)
80
* Handle (minor) incompatible change in python 2.7.6 leading to test
81
failures. Only tests are affected. (Vincent Ladeuil, #1303879)
83
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
84
account. Only tests are affected (Vincent Ladeuil, #1303879).
86
* Remove wrong assumption about how TCP server and client interact when run
87
inside the same process. (Vincent Ladeuil, #1269886).
89
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
90
complain. (Vincent Ladeuil, #1233413)
93
vim: tw=74 ft=rst ff=unix