summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-06 12:29:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-06 12:29:00 +0000
commit70462784767c7b6b5034c77f4fa00274b0ba2e24 (patch)
tree966132a3567b50b784193cd9b3dad3dddd282068
parent038cb1325af263b0ec165e69a9faa374f49074fc (diff)
downloadbitbake-70462784767c7b6b5034c77f4fa00274b0ba2e24.tar.gz
wget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fef75a2fb..54bcf9a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,7 @@ Changes in BitBake 1.8.x:
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
Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.