fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() function
[vuplus_bitbake] / ChangeLog
index 37926c2..2ee0543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
 Changes in BitBake 1.8.x:
+       - 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)
+       - Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio Salvador)
+Changes in BitBake 1.8.12:
        - Fix -f (force) in conjunction with -b
        - Fix exit code for build failures in --continue mode
        - Fix git branch tags fetching
@@ -61,6 +71,19 @@ Changes in BitBake 1.8.x:
          to extend the internal whitelist.
        - Perforce fetcher fix to use commandline options instead of being overriden by the environment
        - use @rev when doing a svn checkout
+       - Add osc fetcher (from Joshua Lock in Poky)
+       - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe
+       - Add tryaltconfigs option to control whether bitbake trys using alternative providers
+         to fulfil failed dependencies. It defaults to off, changing the default since this
+         behaviour confuses many users and isn't often useful.
+       - Improve lock file function error handling
+       - Add username handling to the git fetcher (Robert Bragg)
+       - Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher
+       - Export more variables to the fetcher commands to allow ssh checkouts and checkouts through 
+         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)
+       - Addition of BBCLASSEXTEND support for allowing one recipe to provide multiple targets (from Poky)
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.