summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.cron.daily2
-rw-r--r--debian/changelog10
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 7ee7e46db..5145a5d2f 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -74,7 +74,7 @@ check_size_constraints()
{
# min-age in days
MaxAge=0
- MinAge=1
+ MinAge=2
MaxSize=0
CacheDir="var/cache/apt"
CacheArchive="archives/"
diff --git a/debian/changelog b/debian/changelog
index 2b093b0dc..65423a754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-apt (0.6.35) hoary; urgency=low
+apt (0.6.34ubuntu1) hoary; urgency=low
- * Merge apt--mvo--0:
- - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
- from growing too large (Ubuntu #6761)
+ * Implement MaxSize and MaxAge, MinAge in apt.cron.daily, to prevent the
+ cache from growing too large (Ubuntu #6761)
+ * "apt-key update" calls gpg with "--ignore-time-conflict (ubuntu #7536)
- -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 16:45:33 +0100
apt (0.6.34) hoary; urgency=low