~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-14 08:08:36 UTC
  • mfrom: (5425.4.30 220464-stale-locks)
  • Revision ID: pqm@pqm.ubuntu.com-20110614080836-d06kod1br6j1rx6j
(mbp) optionally detect and steal dead locks from the same machine and user
 (bug 220464) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
.. Fixes for situations where bzr would previously crash or give incorrect
44
44
   or undesirable results.
45
45
 
 
46
* Bazaar can now detect when a lock file is held by a dead process
 
47
  originating from the same machine, and steal the lock after printing a
 
48
  message to the user.  This is off by default, for safety, but can be
 
49
  turned on by setting the configuration variable ``locks.steal_dead`` to
 
50
  ``True``.
 
51
  (Martin Pool, #220464)
 
52
 
46
53
* Credentials in the log output produced by ``-Dhttp`` are masked so users
47
54
  can more freely post them in bug reports. (Vincent Ladeuil, #723074)
48
55
 
89
96
.. Changes that may require updates in plugins or other code that uses
90
97
   bzrlib.
91
98
 
 
99
* Information about held lockdir locks returned from eg `LockDir.peek` is
 
100
  now represented as a `LockHeldInfo` object, rather than a plain Python
 
101
  dict.
 
102
 
92
103
Internals
93
104
*********
94
105