~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-06-08 17:00:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3497.
  • Revision ID: john@arbash-meinel.com-20080608170025-6jd29enxnk3d5sy9
Finish fix for bug #125784. need_read/write_lock decorators should attempt to raise an original exception.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    * Launchpad locations (lp: URLs) can be pulled.  (Aaron Bentley, #181945)
60
60
 
 
61
    * ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
 
62
      ``unlock`` if there was an error in the original function. This helps
 
63
      most when there is a failure with a smart server action, since often the
 
64
      connection closes and we cannot unlock.
 
65
      (Andrew Bennetts, John Arbash Meinel, #125784)
 
66
 
61
67
  DOCUMENTATION:
62
68
 
63
69
    * Improved documentation on send/merge relationship. (Peter Schuller)