/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-02-01 17:00:29 UTC
  • mfrom: (4797.2.9 2.1)
  • mto: This revision was merged to the branch mainline in revision 4998.
  • Revision ID: mbp@sourcefrog.net-20100201170029-s552yf3v1f47ml1s
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
 
50
56
 
51
57
Testing
52
58
*******
 
59
* Using the ``bzrlib.chk_map`` module from within multiple threads at the
 
60
  same time was broken due to race conditions with a module level page
 
61
  cache. This shows up as a KeyError in the ``bzrlib.lru_cache`` code with
 
62
  ``bzrlib.chk_map`` in the backtrace, and can be triggered without using
 
63
  the same high level objects such as ``bzrlib.repository.Repository``
 
64
  from different threads. chk_map now uses a thread local cache which may
 
65
  increase memory pressure on processes using threads.
 
66
  (Robert Collins, John Arbash Meinel, #514090)
53
67
 
54
68
 
55
69
bzr 2.1.0rc2