NEWS 1.1 KB

12345678910111213141516171819202122232425262728
  1. apt (0.7.20) unstable; urgency=low
  2. * Code that determines which proxy to use was changed. Now
  3. 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
  4. and '{http,ftp}_proxy' environment variables are used only if options
  5. mentioned above are not specified.
  6. -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Thu, 18 Dec 2008 00:30:16 +0200
  7. apt (0.6.44) unstable; urgency=low
  8. * apt-ftparchive --db now uses Berkeley DB_BTREE instead of DB_HASH.
  9. If you use a database created by an older version of apt, delete
  10. it and allow it to be recreated the next time.
  11. -- Michael Vogt <mvo@debian.org> Wed, 26 Apr 2006 12:57:53 +0200
  12. apt (0.5.25) unstable; urgency=low
  13. * apt-ftparchive --db now uses Berkeley DB version 4.2. If used with a
  14. database created by an older version of apt, an attempt will be made
  15. to upgrade the database, but this may not work in all cases. If your
  16. database is not automatically upgraded, delete it and allow it to be
  17. recreated the next time.
  18. -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:38:07 -0700