~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-02 10:38:47 UTC
  • mfrom: (4996.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100202103847-rqhr25k4s3r5wfer
merge 2.1 to trunk, including fix for bug 514090

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
New Features
20
20
************
21
21
 
 
22
bzr 2.1.0 (not released yet)
 
23
############################
 
24
 
 
25
:Codename: 
 
26
:2.1.0: 
 
27
 
22
28
Bug Fixes
23
29
*********
24
30
 
54
60
 
55
61
Testing
56
62
*******
 
63
* Using the ``bzrlib.chk_map`` module from within multiple threads at the
 
64
  same time was broken due to race conditions with a module level page
 
65
  cache. This shows up as a KeyError in the ``bzrlib.lru_cache`` code with
 
66
  ``bzrlib.chk_map`` in the backtrace, and can be triggered without using
 
67
  the same high level objects such as ``bzrlib.repository.Repository``
 
68
  from different threads. chk_map now uses a thread local cache which may
 
69
  increase memory pressure on processes using threads.
 
70
  (Robert Collins, John Arbash Meinel, #514090)
57
71
 
58
72
 
59
73
bzr 2.1.0rc2