From 2aeb46dc02e116bffd1afb20307ddd81ebb7dc35 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 15 Aug 2007 21:44:06 +0000 Subject: fetch/__init__.py: Add locking so multiple fetch processes don't compete for the same file --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') 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 -- cgit 1.2.3-korg