diff options
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 4f3eafe2b..8f251475a 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -35,6 +35,12 @@ Changes in BitBake 1.8.x: - Add support for "-e target" (#3432) - Fix shell showdata command (#3259) - Fix shell data updating problems (#1880) + - Properly raise errors for invalid source URI protocols + - Change the wget fetcher failure handling to avoid lockfile problems + - Add git branch support + - Add support for branches in git fetcher (Otavio Salvador, Michael Lauer) + - Make taskdata and runqueue errors more user friendly + - Add norecurse and fullpath options to cvs fetcher Changes in Bitbake 1.8.8: - Rewrite svn fetcher to make adding extra operations easier |