diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 14:32:40 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 14:32:40 +0100 |
commit | bce4caa3078503bc1bec5221c5251d9e418a0f2a (patch) | |
tree | 374d9dd1ac88207a2e5001a8661537243a4b26bc /debian | |
parent | b829fb2602a506a01cb2b3fd371e975784d4377c (diff) |
add APT::pkgPackageManager::MaxLoopCount to ensure that the
ordering code does not get into a endless loop when it flip-flops
between two states
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 32b271668..2003da5c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low [ Michael Vogt ] * apt-pkg/packagemanager.cc: - fix inconsistent clog/cout usage in the debug output + - add APT::pkgPackageManager::MaxLoopCount to ensure that the + ordering code does not get into a endless loop when it flip-flops + between two states [ David Kalnischkies ] * apt-pkg/packagemanager.cc: |