~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-04-18 23:21:01 UTC
  • mfrom: (5799 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5800.
  • Revision ID: jelmer@samba.org-20110418232101-utgj6599ow9ny9nh
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
.. Fixes for situations where bzr would previously crash or give incorrect
58
58
   or undesirable results.
59
59
 
 
60
* Arguments that can't be decoded to unicode in the current posix locale give
 
61
  a clearer error message without a traceback. (Martin [gz], #745712)
 
62
 
60
63
* ``bzrlib.log._DEFAULT_REQUEST_PARAMS`` is no longer accidentally
61
64
  mutated by ``bzrlib.log._apply_log_request_defaults``.  In practice
62
65
  these default values aren't relied on very often so this probably
117
120
  a new ``InventoryTree`` class. Tree instances no longer
118
121
  necessarily provide an ``inventory`` attribute. (Jelmer Vernooij)
119
122
 
 
123
* Inventory-specific functionality has been split out of ``RevisionTree``
 
124
  into a new ``InventoryRevisionTree`` class. RevisionTree instances no
 
125
  longer necessarily provide an ``inventory`` attribute. (Jelmer Vernooij)
 
126
 
120
127
* New method ``Hooks.uninstall_named_hook``. (Jelmer Vernooij, #301472)
121
128
 
122
129
* ``revision_graph_can_have_wrong_parents`` is now an attribute