summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-05-19 17:48:17 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-05-19 17:48:17 +0000
commit9fdb24e0c74523cc83423a6cc873d9bc51c1b791 (patch)
treee97177f12204ef4cd34f3d67d1f6c27ce93c782d /ChangeLog
parente5790003f3c96b4dec5c14417ff95bb8bf5535f9 (diff)
downloadbitbake-9fdb24e0c74523cc83423a6cc873d9bc51c1b791.tar.gz
Fix a second kind of __inherit_cache race (trunk + branches)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d484d66f..7f2c500c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Changes in Bitbake 1.9.x:
- Allow operations other than assignment on flag variables
- Add code to handle inter-task dependencies
- Fix cache errors when generation dotGraphs
- - Make sure __inherit_cache is updated before calling include()
+ - Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series