From e223238b1b88c9b6888972b7944b3854319e4928 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 Sep 2007 14:10:08 +0000 Subject: bitbake: Update to latest bitbake-1.8 branch git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2651 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bitbake/ChangeLog') diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 7b99a1b054..b8ab651aa2 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,4 +1,13 @@ Changes in BitBake 1.8.x: + - Psyco is available only for x86 - do not use it on other architectures. + - Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530) + - Warn about malformed PREFERRED_PROVIDERS (#1072) + - Add support for BB_NICE_LEVEL option (#1627) + - Sort initial providers list by default preference (#1145, #2024) + - Improve provider sorting so prefered versions have preference over latest versions (#768) + - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359) + - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed + - Handle paths in svn fetcher module parameter Changes in Bitbake 1.8.8: - Rewrite svn fetcher to make adding extra operations easier -- cgit v1.2.3-54-g00ecf