~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
  (John Arbash Meinel, #609187, #812928)
63
63
 
 
64
* Cope with not all Python versions having a ``clear`` method on
 
65
  ``TestCase._type_equality_funcs``.
 
66
  (Martin [gz], Jelmer Vernooij, #809048)
 
67
 
 
68
* Fetching tags when fetching the tip revision of a branch is now
 
69
  controlled by the config setting ``branch.fetch_tags``. The behavior has
 
70
  been reverted to 2.3's not-fetching tagged revisions by default.
 
71
  (John Arbash Meinel, #771184)
64
72
 
65
73
* The fix for bug #513709 caused us to open a new connection when
66
74
  switching a lightweight checkout that was pointing at a bound branch.
68
76
  avoiding an extra SSH connection, etc.
69
77
  (John Arbash Meinel, #812285)
70
78
 
71
 
* Cope with not all Python versions having a ``clear`` method on
72
 
  ``TestCase._type_equality_funcs``. (#809048, Martin [gz], Jelmer
73
 
  Vernooij)
74
79
 
75
80
Documentation
76
81
*************