summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-03-13 13:38:52 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-03-13 13:38:52 +0100
commitad08bf610f0849ddd877abab0f2020dd1ae52dd1 (patch)
tree076b6d06ad304ca5c725eb41e846759f6c764d0f /debian
parentba688e8d8be99334b96f32a861ad23a0abb9b886 (diff)
* apt-pkg/packagemanager.cc:
- do not spin 100% cpu in FixMissing() (LP#84476)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 89bae45c0..cbcee2919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ apt (0.6.46.4ubuntu9) feisty; urgency=low
- only umount if it was mounted by the method before
* cmdline/apt-get.cc:
- fix version output in autoremove list (LP#68941)
+ * apt-pkg/packagemanager.cc:
+ - do not spin 100% cpu in FixMissing() (LP#84476)
--