summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-15 08:59:14 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-15 08:59:14 +0000
commit4ad6d163a160eeff112a96d1dc0cfd20d92a60b3 (patch)
tree78174b8f55259e9da79de8434eae337c708e573e /ChangeLog
parentd2fde99da55982cf739428e838fee7d6545ccea7 (diff)
downloadbitbake-4ad6d163a160eeff112a96d1dc0cfd20d92a60b3.tar.gz
Backports to the 1.8 branch (msg.plain, providers changes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db0e3e58..8b836edb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,12 @@ Changes in Bitbake 1.9.x:
- Fix local fetcher's localpath return values
- Apply OVERRIDES before performing immediate expansions
- Allow the -b -e option combination to take regular expressions
+ - Fix handling of variables with expansion in the name using _append/_prepend
+ e.g. RRECOMMENDS_${PN}_append_xyz = "abc"
+ - Add plain message function to bb.msg
+ - Sort the list of providers before processing so dependency problems are
+ reproducible rather than effectively random
+ - Fix/improve bitbake -s output
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series