summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-15 21:44:06 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-15 21:44:06 +0000
commit2aeb46dc02e116bffd1afb20307ddd81ebb7dc35 (patch)
treeb3a1d39aa191ed84714289e7d35a207f0e5d4f17 /ChangeLog
parent4ad6d163a160eeff112a96d1dc0cfd20d92a60b3 (diff)
downloadbitbake-2aeb46dc02e116bffd1afb20307ddd81ebb7dc35.tar.gz
fetch/__init__.py: Add locking so multiple fetch processes don't compete for the same file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b836edb1..958cb9ad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,8 @@ Changes in Bitbake 1.9.x:
- Sort the list of providers before processing so dependency problems are
reproducible rather than effectively random
- Fix/improve bitbake -s output
+ - Add locking for fetchers so only one tries to fetch a given file at
+ a given time
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series