summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-05 07:48:15 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-05 07:48:15 +0000
commit899c451a73cdb5fc7094626c8331a8a690a50d2c (patch)
treef419432ea9de0d53705e02626de1f6207156fe9c /bitbake/ChangeLog
parent7d4aa7f04e661d0546569f2f5a581e44e447de84 (diff)
downloadpoky-899c451a73cdb5fc7094626c8331a8a690a50d2c.tar.gz
bitbake: Sync with 1.8 upstream branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2689 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index b8ab651aa2..0c7e6d8a8e 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -8,6 +8,8 @@ Changes in BitBake 1.8.x:
8 - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359) 8 - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359)
9 - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed 9 - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed
10 - Handle paths in svn fetcher module parameter 10 - Handle paths in svn fetcher module parameter
11 - Support the syntax "export VARIABLE"
12 - Add bzr fetcher
11 13
12Changes in Bitbake 1.8.8: 14Changes in Bitbake 1.8.8:
13 - Rewrite svn fetcher to make adding extra operations easier 15 - Rewrite svn fetcher to make adding extra operations easier