summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-20 12:09:31 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-20 12:09:31 +0000
commit079e6825aacec7ef9b3976c9057363b690a43ce5 (patch)
treeb25054c486e11d0b293e2166f1c4cdce02eb8704 /bitbake/ChangeLog
parent027c071fc5fbaed003d17e1d385008a5b70ee3eb (diff)
downloadpoky-079e6825aacec7ef9b3976c9057363b690a43ce5.tar.gz
bitbake: sync with upstream stable branch bugfixes and enhancements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3554 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 4f3eafe2ba..8f251475aa 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -35,6 +35,12 @@ Changes in BitBake 1.8.x:
35 - Add support for "-e target" (#3432) 35 - Add support for "-e target" (#3432)
36 - Fix shell showdata command (#3259) 36 - Fix shell showdata command (#3259)
37 - Fix shell data updating problems (#1880) 37 - Fix shell data updating problems (#1880)
38 - Properly raise errors for invalid source URI protocols
39 - Change the wget fetcher failure handling to avoid lockfile problems
40 - Add git branch support
41 - Add support for branches in git fetcher (Otavio Salvador, Michael Lauer)
42 - Make taskdata and runqueue errors more user friendly
43 - Add norecurse and fullpath options to cvs fetcher
38 44
39Changes in Bitbake 1.8.8: 45Changes in Bitbake 1.8.8:
40 - Rewrite svn fetcher to make adding extra operations easier 46 - Rewrite svn fetcher to make adding extra operations easier