22
* ``bzr resolve --take-other <file>`` will not crash anymore if ``<file>``
23
is involved in a text conflict (but the conflict is still not
24
resolved). (Vincent Ladeuil, #646961)
26
* Commit in a bound branch or heavyweight checkout now propagates tags
27
(e.g. from a merge) to the master branch (and informs the user if there
28
is a conflict). (Andrew Bennetts, #603395)
30
* Correctly set the Content-Type header when http POSTing to comply
31
with stricter web frameworks. (Vincent Ladeuil, #655100)
33
* ``NotBranchError`` no longer allows errors from calling
34
``bzrdir.open_repository()`` to propagate. This is unhelpful at best,
35
and at worst can trigger infinite loops in callers. (Andrew Bennetts)
37
* Skip tests that needs a bzr source tree when there isn't one. This is
38
needed to succesfully run the test suite for installed versions.
39
(Vincent Ladeuil, #644855).
41
* Skip the tests that requires respecting the chmod bits when running as
42
root. Including the one that wasn't present in 2.1.
43
(Vincent Ladeuil, #646133)
22
45
* Using bzr with `lp:` urls behind an http proxy should work.
23
46
(Robert Collins, #558343)
48
* Windows installers no longer requires the Microsoft vcredist to be
50
(Martin [gz], Gary van der Merwe, #632465)
44
71
* Fix tests that failed when run under ``LANG=C``.
45
72
(Andrew Bennetts, #632387)
47
* Skip tests that needs a bzr source tree when there isn't one. This is
48
needed to succesfully run the test suite for installed versions.
49
(Vincent Ladeuil, #644855).
51
* Skip the tests that requires respecting the chmod bits when running as
52
root. Including the one that wasn't present in 2.1.
53
(Vincent Ladeuil, #646133)