]> git.saurik.com Git - apt.git/commitdiff
* changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 23 Mar 2005 15:46:22 +0000 (15:46 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 23 Mar 2005 15:46:22 +0000 (15:46 +0000)
debian/apt.cron.daily
debian/changelog

index 7ee7e46db947ee9f42da4a8b8376b6c456234593..5145a5d2f52707b1fe888837f8cc98a81bcd826f 100644 (file)
@@ -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/"
index 2b093b0dccbb3f2d700646c6c516bcaa0563d5fb..65423a75416eac3ba8cc365f8195490ed368152f 100644 (file)
@@ -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