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