summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-22 11:50:37 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-22 11:50:37 +0000
commitd05bcee7f21250854c56fd47b1d5c064ac95efb2 (patch)
tree6941498b4a0bf46d89fe441e91f2c57e59dbc915 /bitbake/ChangeLog
parent6e49fdb6db438a947c0122a350cd223dc1ab12db (diff)
downloadpoky-d05bcee7f21250854c56fd47b1d5c064ac95efb2.tar.gz
bitbake: Merge bugfixes from bitbake-1.8 svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1759 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 0cb85db870..b254ce4ab6 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,8 +1,17 @@
1Changes in Bitbake 1.8.x:
2 - Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
3 - Fix bug when target was in ASSUME_PROVIDED (#2236)
4 - Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062)
5 - Fix invalid regexp in BBMASK error handling (missing import) (#1124)
6 - Don't run build sanity checks on incomplete builds
7 - Promote certain warnings from debug to note 2 level
8
1Changes in Bitbake 1.8.2: 9Changes in Bitbake 1.8.2:
2 - Catch truncated cache file errors 10 - Catch truncated cache file errors
3 - Add PE (Package Epoch) support from Philipp Zabel (pH5) 11 - Add PE (Package Epoch) support from Philipp Zabel (pH5)
4 - Add code to handle inter-task dependencies 12 - Add code to handle inter-task dependencies
5 - Allow operations other than assignment on flag variables 13 - Allow operations other than assignment on flag variables
14 - Fix cache errors when generation dotGraphs
6 15
7Changes in Bitbake 1.8.0: 16Changes in Bitbake 1.8.0:
8 - Release 1.7.x as a stable series 17 - Release 1.7.x as a stable series