summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 958cb9ad8..2f0378de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,8 +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
+ - Add locking for fetchers so only one tries to fetch a given file at a given time
+ - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series