summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-02-05 18:34:27 -0800
committerMichael Vogt <michael.vogt@ubuntu.com>2010-02-05 18:34:27 -0800
commitbd49b02c03f09f9e7e76da8055f1364943b9dc57 (patch)
tree476e7b972b7f973dbe3cf9cacffda58596c2a5c7 /debian
parentc9cd3b70f3290071c79d7ef85ed87bd709a06bc6 (diff)
add Acquire::http::ProxyAutoDetect configuration that
can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 03936a31b..329ea29b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low
* methods/http.cc:
- add cache-control headers even if no cache is given to allow
adding options for intercepting proxies
+ - add Acquire::http::ProxyAutoDetect configuration that
+ can be used to call a external helper to figure out the
+ proxy configuration and return it to apt via stdout
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Dec 2009 16:54:18 +0100