summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:31:46 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:31:46 +0000
commit62200483d82d456a506255dab76d97ba233d1cb3 (patch)
treeff7570f62af64ff440397e0003be621227db7616 /ChangeLog
parent83ac72a4b90ea1333a1b6d7bafca1c7578e6e71e (diff)
downloadbitbake-contrib-62200483d82d456a506255dab76d97ba233d1cb3.tar.gz
cooker:Remove a debug message from the parsing loop to lower overhead
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3024b8bc3..08250b59e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,7 +102,8 @@ Changes in Bitbake 1.9.x:
- Fix getVarFlags bug in data_smart
- Optmise cache handling by more quickly detecting an invalid cache, only
saving the cache when its changed, moving the cache validity check into
- the parsing loop and factoring some getVar calls outside a for loop.
+ the parsing loop and factoring some getVar calls outside a for loop
+ - Cooker: Remove a debug message from the parsing loop to lower overhead
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series