diff options
Diffstat (limited to 'bitbake-dev/ChangeLog')
-rw-r--r-- | bitbake-dev/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake-dev/ChangeLog b/bitbake-dev/ChangeLog index a2c9d80801..65c5e4bf36 100644 --- a/bitbake-dev/ChangeLog +++ b/bitbake-dev/ChangeLog @@ -169,6 +169,13 @@ Changes in Bitbake 1.9.x: proxies to work better. (from Poky) - Also allow user and pswd options in SRC_URIs globally (from Poky) - Improve proxy handling when using mirrors (from Poky) + - Add bb.utils.prune_suffix function + - Fix hg checkouts of specific revisions (from Poky) + - Fix wget fetching of urls with parameters specified (from Poky) + - Add username handling to git fetcher (from Poky) + - Set HOME environmental variable when running fetcher commands (from Poky) + - Make sure allowed variables inherited from the environment are exported again (from Poky) + - When running a stage task in bbshell, run populate_staging, not the stage task (from Poky) Changes in Bitbake 1.8.0: - Release 1.7.x as a stable series |