summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-23 20:52:13 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-23 20:52:13 +0000
commit9bd1cf874fd4ec2f67e0cb1a0af1c894b10f1d14 (patch)
tree26b800a3d445982754e93cf6ae44c9396059aa10 /debian/changelog
parent7beaa7838d8b29a65ec5fe3b2a175dffafbb4a03 (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/changelog4
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
--