summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-12-18 00:35:00 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-12-18 00:35:00 +0200
commit629e1b39213b59d41c35a18a04278507b1630083 (patch)
tree71a308ed48ee3d26d400c5c44189099444813895 /debian
parent4343b16d476ba388fa3475c96627e2a14a2d0f6d (diff)
Noted in NEWS.Debian changes in determining proxy algorithm.
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS.Debian9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index f44d1966b..5730fd7c6 100644
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
@@ -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.