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 b254ce4ab6..4bac05c497 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,10 +1,13 @@ Changes in Bitbake 1.8.x: + +Changes in Bitbake 1.8.4: - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) - Fix bug when target was in ASSUME_PROVIDED (#2236) - Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062) - Fix invalid regexp in BBMASK error handling (missing import) (#1124) - Don't run build sanity checks on incomplete builds - Promote certain warnings from debug to note 2 level + - Update manual Changes in Bitbake 1.8.2: - Catch truncated cache file errors |