summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
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