]> git.saurik.com Git - apt.git/commitdiff
Noted in NEWS.Debian changes in determining proxy algorithm.
authorEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 17 Dec 2008 22:35:00 +0000 (00:35 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 17 Dec 2008 22:35:00 +0000 (00:35 +0200)
debian/NEWS.Debian

index f44d1966b82037589f3dfa6d3de078b36a8b3263..5730fd7c60b8c6a8bbe3ec9443307cf6947b2bfa 100644 (file)
@@ -1,3 +1,12 @@
+apt (0.7.20) unstable; urgency=low
+
+  * Code that determines which proxy to use was changed. Now
+    'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
+    and '{http,ftp}_proxy' environment variables are used only if options
+    mentioned above are not specified.
+
+ -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Thu, 18 Dec 2008 00:30:16 +0200
+
 apt (0.6.44) unstable; urgency=low
 
   * apt-ftparchive --db now uses Berkeley DB_BTREE instead of DB_HASH.