diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-27 11:22:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-27 11:22:54 +0000 |
commit | 6926e39660984b32b69d7688f8c87d645e51909d (patch) | |
tree | c71a94c4f88b9265d0b3c060bd786e671b29259c /bitbake/ChangeLog | |
parent | 2b38fbac3a97772aa94aac3ee68a1afe1d9dab93 (diff) | |
download | tizen-distro-6926e39660984b32b69d7688f8c87d645e51909d.tar.gz tizen-distro-6926e39660984b32b69d7688f8c87d645e51909d.tar.bz2 tizen-distro-6926e39660984b32b69d7688f8c87d645e51909d.zip |
bitbake: Sync with bitbake 1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4352 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 4 |
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: failed where needed. Fixes --continue mode crashes. - Fix problems with recrdeptask handling where some idepends weren't handled correctly. + - Work around refs/HEAD issues with git over http (#3410) + - Add proxy support to the CVS fetcher (from Cyril Chemparathy) + - Improve runfetchcmd so errors are seen and various GIT variables are exported + - Add ability to fetchers to check URL validity without downloading Changes in BitBake 1.8.10: - Psyco is available only for x86 - do not use it on other architectures. |