diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-01-28 11:57:27 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-01-28 11:57:27 -0800 |
commit | e7a0af555a1a12dce01d0928b0262ec450c34bb0 (patch) | |
tree | cb20c92b9376c66d44046df486b124dfe431ff69 /debian/changelog | |
parent | a5da6449447ee7f14fc0e271b6fe07739387ba8c (diff) |
apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
a signed short, because large upgrades can result in an overflow for
core packages. Thanks again to Colin Watson. Closes: #657732,
LP: #917173.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9bd5453e2..69f272750 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ apt (0.8.16~exp12ubuntu1) UNRELEASED; urgency=low * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that we resolve virtual package Breaks more effectively. Thanks to Colin Watson for the patch. Closes: #657695, LP: #922485. + * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not + a signed short, because large upgrades can result in an overflow for + core packages. Thanks again to Colin Watson. Closes: #657732, + LP: #917173. -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 28 Jan 2012 11:40:53 -0800 |