diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 13:38:52 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 13:38:52 +0100 |
commit | ad08bf610f0849ddd877abab0f2020dd1ae52dd1 (patch) | |
tree | 076b6d06ad304ca5c725eb41e846759f6c764d0f /debian/changelog | |
parent | ba688e8d8be99334b96f32a861ad23a0abb9b886 (diff) |
* apt-pkg/packagemanager.cc:
- do not spin 100% cpu in FixMissing() (LP#84476)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
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) -- |