~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-06-10 07:01:07 UTC
  • mto: This revision was merged to the branch mainline in revision 5970.
  • Revision ID: mbp@canonical.com-20110610070107-d8x1rq9b6o32b1ub
Support auto-stealing dead locks, but turn it off by default.

Rename the option to 'locks.steal_dead' for consistent grouping.

Factor out code for dealing with contention.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
.. Fixes for situations where bzr would previously crash or give incorrect
37
37
   or undesirable results.
38
38
 
39
 
* Bazaar will now detect when a lock file is held by a dead process
 
39
* Bazaar can now detect when a lock file is held by a dead process
40
40
  originating from the same machine, and steal the lock after printing a
41
 
  message to the user.
 
41
  message to the user.  This is off by default, for safety, but can be
 
42
  turned on by setting the configuration variable ``locks.steal_dead`` to
 
43
  ``True``.
42
44
  (Martin Pool, #220464)
43
45
 
44
46
* Fix a race condition for ``server_started`` hooks leading to a spurious