diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-23 20:52:13 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-23 20:52:13 +0000 |
commit | 9bd1cf874fd4ec2f67e0cb1a0af1c894b10f1d14 (patch) | |
tree | 26b800a3d445982754e93cf6ae44c9396059aa10 /debian/changelog | |
parent | 7beaa7838d8b29a65ec5fe3b2a175dffafbb4a03 (diff) |
Add APT::Periodic::Autoclean setting
* Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
be run periodically. This is useful with
APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
value, so that the cache size is bounded
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7a287ecb7..17bd395de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ apt (0.5.31) unstable; urgency=low * Merge changes from Hoary (0.5.30,0.5.30ubuntu2] * Fix the example in apt_preferences(5) to match the text (Closes: #222267) + * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to + be run periodically. This is useful with + APT::Periodic::Download-Upgradeable-Packages, and defaults to the same + value, so that the cache size is bounded -- |