From e7a0af555a1a12dce01d0928b0262ec450c34bb0 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 28 Jan 2012 11:57:27 -0800 Subject: 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. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') 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 Sat, 28 Jan 2012 11:40:53 -0800 -- cgit v1.2.3