diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-19 11:27:00 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-19 11:27:00 +0200 |
commit | 889053489a8b9b91feeb698fc164446e9b5f9c67 (patch) | |
tree | c8ae7fbad1d15c3611104848c1d52abccd9904c9 /debian/NEWS | |
parent | 194f3443c4c405e86f4094efa37269a8b3b7e3e3 (diff) | |
parent | bbf55f8c66325fd0d9262730fb7af25fa25d2c5f (diff) |
merged from the jackyf-devel branch
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..19f06793e --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,27 @@ +apt (0.7.22.3) 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, 19 Aug 2009 11:26: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 + |