summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
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 7b99a1b054..b8ab651aa2 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,4 +1,13 @@
1Changes in BitBake 1.8.x: 1Changes in BitBake 1.8.x:
2 - Psyco is available only for x86 - do not use it on other architectures.
3 - Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530)
4 - Warn about malformed PREFERRED_PROVIDERS (#1072)
5 - Add support for BB_NICE_LEVEL option (#1627)
6 - Sort initial providers list by default preference (#1145, #2024)
7 - Improve provider sorting so prefered versions have preference over latest versions (#768)
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
10 - Handle paths in svn fetcher module parameter
2 11
3Changes in Bitbake 1.8.8: 12Changes in Bitbake 1.8.8:
4 - Rewrite svn fetcher to make adding extra operations easier 13 - Rewrite svn fetcher to make adding extra operations easier