diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-18 00:36:27 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-18 00:36:27 +0200 |
commit | 074d72ebefa42e8b2bea2062114a44cd0445bfad (patch) | |
tree | 8b88a05321c83af072aabbb385af2707c2a32bdb /debian/NEWS | |
parent | 629e1b39213b59d41c35a18a04278507b1630083 (diff) |
Rename: 'debian/NEWS.Debian' => 'debian/NEWS' to make the file recognizeable by debhelper and, so, installed.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 000000000..5730fd7c6 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,27 @@ +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. + If you use a database created by an older version of apt, delete + it and allow it to be recreated the next time. + + -- Michael Vogt <mvo@debian.org> Wed, 26 Apr 2006 12:57:53 +0200 + +apt (0.5.25) unstable; urgency=low + + * apt-ftparchive --db now uses Berkeley DB version 4.2. If used with a + database created by an older version of apt, an attempt will be made + to upgrade the database, but this may not work in all cases. If your + database is not automatically upgraded, delete it and allow it to be + recreated the next time. + + -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:38:07 -0700 + |