~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-07-04 09:38:10 UTC
  • mfrom: (5331.1.1 lsprof_lockout)
  • Revision ID: pqm@pqm.ubuntu.com-20100704093810-tqw6ncyt13z65q0m
(lifeless) Make lsprof usage serialise rather than generated corrupted
 results when used concurrently in a threaded application. Can now cause
 deadlocks when used reentrantly. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
  InterBranch objects that work with multiple permutations to be
167
167
  comprehensively tested. (Robert Collins)
168
168
 
 
169
* ``bzrlib.lsprof.profile`` will no longer silently generate bad threaded
 
170
  profiles when concurrent profile requests are made. Instead the profile
 
171
  requests will be serialised. Reentrant requests will now deadlock.
 
172
  (Robert Collins)
 
173
 
169
174
* ``bzrlib.knit.KnitSequenceMatcher``, which has been deprecated since
170
175
  2007, has been deleted.  Use ``PatienceSequenceMatcher`` from
171
176
  ``bzrlib.patiencediff`` instead. (Andrew Bennetts)