diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-11 20:33:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-11 20:33:43 +0000 |
commit | 6ac3680a2d61d2023c7800ba718c94cb6659750c (patch) | |
tree | 3e688be73fef5cf802d794dc3d8158fd1b97389f /bitbake/ChangeLog | |
parent | e6a50a8a3fa9a77050a53477f30dcd7e28bacf91 (diff) | |
download | poky-6ac3680a2d61d2023c7800ba718c94cb6659750c.tar.gz |
bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3761 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 72ef22d610..7e6b7b26a4 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,3 +1,7 @@ | |||
1 | Changes in BitBake 1.8.x: | ||
2 | - Fix exit code for build failures in --continue mode | ||
3 | - Fix git branch tags fetching | ||
4 | |||
1 | Changes in BitBake 1.8.10: | 5 | Changes in BitBake 1.8.10: |
2 | - Psyco is available only for x86 - do not use it on other architectures. | 6 | - 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) | 7 | - Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530) |