~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.2.txt

Merge cleanup into reports-conflict-resolved

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
Bug Fixes
20
20
*********
21
21
 
 
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)
 
25
 
 
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)
 
29
  
 
30
* Correctly set the Content-Type header when http POSTing to comply
 
31
  with stricter web frameworks. (Vincent Ladeuil, #655100)
 
32
 
 
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)
 
36
  
 
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).
 
40
 
 
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)
 
44
 
22
45
* Using bzr with `lp:` urls behind an http proxy should work.
23
46
  (Robert Collins, #558343)
24
47
 
 
48
* Windows installers no longer requires the Microsoft vcredist to be
 
49
  installed.
 
50
  (Martin [gz], Gary van der Merwe, #632465)
 
51
 
25
52
Improvements
26
53
************
27
54
 
44
71
* Fix tests that failed when run under ``LANG=C``.
45
72
  (Andrew Bennetts, #632387)
46
73
 
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).
50
 
 
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)
54
 
 
55
74
 
56
75
bzr 2.2.1
57
76
#########