summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-06-12 10:26:28 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-06-12 10:26:28 +0000
commit043b2ea55d13aefb9d26451f9b5c7d148cac6d40 (patch)
tree7a4a6acf440efcf5c8e0d4b2ed3f6dc255ef6096 /ChangeLog
parenta8ebcce92d2eefca5fcaa06c025d7ac86f6e3cb7 (diff)
downloadbitbake-043b2ea55d13aefb9d26451f9b5c7d148cac6d40.tar.gz
runqueue.py: Correctly redirect stdin when forking.
cooker.py: If parsing errors are found, exit, too many users miss the errors
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d7fc0fd4..146c23f1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ Changes in Bitbake 1.9.x:
- Fix invalid regexp in BBMASK error handling (missing import) (#1124)
- Promote certain warnings from debug to note 2 level
- Update manual
+ - Correctly redirect stdin when forking
+ - If parsing errors are found, exit, too many users miss the errors
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series