~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-06-05 07:10:13 UTC
  • mto: (4412.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4413.
  • Revision ID: v.ladeuil+lp@free.fr-20090605071013-2pfodtb8ye5chlt0
Fixed as per John's review.

* bzrlib/osutils.py:
(local_concurrency): Cache the calculated value by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
New Features
21
21
************
22
22
 
23
 
* The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
24
 
 
25
 
 
26
23
Improvements
27
24
************
28
25
 
78
75
Testing
79
76
*******
80
77
 
 
78
* The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
 
79
 
81
80
 
82
81
bzr 1.15
83
82
########