diff options
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 4bac05c49..fbf86c649 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,4 +1,7 @@ Changes in Bitbake 1.8.x: + - Correctly redirect stdin when forking + - If parsing errors are found, exit, too many users miss the errors + - Remove supriours PREFERRED_PROVIDER warnings Changes in Bitbake 1.8.4: - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) |