summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-24 08:11:10 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-24 08:11:10 +0000
commit89bcd40a42d2f6f3bec3992bc993a0319231b92a (patch)
treea8d6e1546f61b3aba30fe62365c1073e3e31f5e2 /ChangeLog
parentb050179bb03ee1a540ceb5236bde76d459417fbf (diff)
downloadbitbake-89bcd40a42d2f6f3bec3992bc993a0319231b92a.tar.gz
providers.py: Backport various providers fixed from trunk (+update Changelogs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef8bac67d..9cc190f19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,7 +52,12 @@ Changes in Bitbake 1.9.x:
- runqueue.py: Fix idepends handling to avoid dependency errors
- Clear the terminal TOSTOP flag if set (and warn the user)
- Fix regression from r653 and make SRCDATE/CVSDATE work for packages again
+ - 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)
- Psyco is used only on x86 as there is no support for other architectures.
+ - Sort initial providers list by default preference (#1145, #2024)
+ - Improve provider sorting so prefered versions have preference over latest versions (#768)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series