summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 7bed88112e..871f260c48 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -26,6 +26,10 @@ Changes in BitBake 1.8.x:
26 failed where needed. Fixes --continue mode crashes. 26 failed where needed. Fixes --continue mode crashes.
27 - Fix problems with recrdeptask handling where some idepends weren't handled 27 - Fix problems with recrdeptask handling where some idepends weren't handled
28 correctly. 28 correctly.
29 - Work around refs/HEAD issues with git over http (#3410)
30 - Add proxy support to the CVS fetcher (from Cyril Chemparathy)
31 - Improve runfetchcmd so errors are seen and various GIT variables are exported
32 - Add ability to fetchers to check URL validity without downloading
29 33
30Changes in BitBake 1.8.10: 34Changes in BitBake 1.8.10:
31 - Psyco is available only for x86 - do not use it on other architectures. 35 - Psyco is available only for x86 - do not use it on other architectures.