~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-01-02 14:41:49 UTC
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: jelmer@samba.org-20120102144149-66kkvew1kylagrk9
Drop exception suppression support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
* ``bzr send`` now only opens a single connection, rather than two,
56
56
  to the target branch.  (Jelmer Vernooij)
57
57
 
58
 
* Added new method fire() to bzrlib.hooks.HookPoint to trigger defined hooks,
59
 
  while catching and logging any errors.  Hook points can be configured
60
 
  to suppress and log exceptions.  E.g.:
61
 
  ``bzrlib.commands.Command.hooks['pre_commands'].fire(cmd)``
62
 
  (Brian de Alwis)
63
 
 
64
58
* Two new command hooks, ``pre_command`` and ``post_command``,
65
59
  provide notification before and after a command has been run.
66
 
  (Brian de Alwis)
 
60
  (Brian de Alwis, Jelmer Vernooij)
67
61
 
68
62
Bug Fixes
69
63
*********