summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-03-23 15:46:22 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-03-23 15:46:22 +0000
commit89eaeb446c24bbeacc5f69c170cf60104854432e (patch)
tree2b26ef7753d7c36e1b9d9e2c5cdb5e6e3fdbfc5a /debian
parent8a139d4dbda22b1e4ad3e99b1267b1085293add6 (diff)
* changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now
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