6582.1.1
by Vincent Ladeuil
Open trunk again as 2.7b1 |
1 |
#################### |
2 |
Bazaar Release Notes |
|
3 |
#################### |
|
4 |
||
5 |
.. toctree:: |
|
6 |
:maxdepth: 1 |
|
7 |
||
8 |
bzr 2.7b1 |
|
9 |
######### |
|
10 |
||
11 |
:2.7b1: NOT RELEASED YET |
|
12 |
||
13 |
External Compatibility Breaks |
|
14 |
***************************** |
|
15 |
||
16 |
.. These may require users to change the way they use Bazaar. |
|
17 |
||
18 |
New Features |
|
19 |
************ |
|
20 |
||
21 |
.. New commands, options, etc that users may wish to try out. |
|
22 |
||
23 |
Improvements |
|
24 |
************ |
|
25 |
||
26 |
.. Improvements to existing commands, especially improved performance |
|
27 |
or memory usage, or better results. |
|
28 |
||
29 |
Bug Fixes |
|
30 |
********* |
|
31 |
||
32 |
.. Fixes for situations where bzr would previously crash or give incorrect |
|
33 |
or undesirable results. |
|
34 |
||
6589.3.3
by Vincent Ladeuil
Fix typo. |
35 |
* 'acceptable_keys' from 'bazaar.conf' is now properly handled. |
6589.3.1
by Vincent Ladeuil
Fix command line override handling for acceptable_keys |
36 |
(Vincent Ladeuil, #1249732) |
37 |
||
6587.2.2
by Vincent Ladeuil
Stricter checks on configuration option names |
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) |
|
41 |
||
6591.1.3
by Vincent Ladeuil
Credit Andrew for the fix. |
42 |
* Fix pyrex version checking to be more robust. |
43 |
(Andrew Starr-Bochicchio, #1030521 ) |
|
44 |
||
6582.1.1
by Vincent Ladeuil
Open trunk again as 2.7b1 |
45 |
Documentation |
46 |
************* |
|
47 |
||
48 |
.. Improved or updated documentation. |
|
49 |
||
50 |
API Changes |
|
51 |
*********** |
|
52 |
||
53 |
.. Changes that may require updates in plugins or other code that uses |
|
54 |
bzrlib. |
|
55 |
||
56 |
Internals |
|
57 |
********* |
|
58 |
||
59 |
.. Major internal changes, unlikely to be visible to users or plugin |
|
60 |
developers, but interesting for bzr developers. |
|
61 |
||
6591.2.1
by Fabien Meghazi
Also honor $XDG_CONFIG_HOME specification on Mac OS X platform |
62 |
Changed Behaviour |
63 |
***************** |
|
64 |
||
65 |
* Also honor $XDG_CONFIG_HOME specification on Mac OS X platform. |
|
66 |
(Fabien Meghazi) |
|
67 |
||
6582.1.1
by Vincent Ladeuil
Open trunk again as 2.7b1 |
68 |
Testing |
69 |
******* |
|
70 |
||
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. |
|
74 |
||
6597.1.1
by Vincent Ladeuil
Bzr config should save the changes explicitly when needed |
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) |
|
79 |
||
6592.1.1
by Vincent Ladeuil
Fix minor incompatible change in email python 2.7.6 module. |
80 |
* Handle (minor) incompatible change in python 2.7.6 leading to test |
81 |
failures. Only tests are affected. (Vincent Ladeuil, #1303879) |
|
82 |
||
6592.1.2
by Vincent Ladeuil
Late bugfix in python 2.7.6, only tests are affected. |
83 |
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into |
84 |
account. Only tests are affected (Vincent Ladeuil, #1303879). |
|
85 |
||
6589.1.1
by Vincent Ladeuil
Fix test failure on recent Ubuntu Trusty versions without weakening the test itself. |
86 |
* Remove wrong assumption about how TCP server and client interact when run |
87 |
inside the same process. (Vincent Ladeuil, #1269886). |
|
88 |
||
6587.1.1
by Vincent Ladeuil
Make .netrc 0600 in tests to fix python-2.7.5-8's netrc happy. |
89 |
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will |
90 |
complain. (Vincent Ladeuil, #1233413) |
|
6582.1.1
by Vincent Ladeuil
Open trunk again as 2.7b1 |
91 |
|
92 |
.. |
|
93 |
vim: tw=74 ft=rst ff=unix |