summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-01-30 20:58:13 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-01-30 20:58:13 +0100
commita13554816fac2ab7c5e876355f7b929790722b2c (patch)
treeb4dd92b40e68ac0ef0d7936e2e6e562494d7db17 /debian
parent4bf36b4cfa9d830f40e1b5610df99018e9bb73cc (diff)
* apt-pkg/deb/dpkgpm.cc:
- fix crash when a package is in removed but residual config state (LP: #923807)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 988a0e41e..122c2ce36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,11 @@ apt (0.8.16~exp13) UNRELEASED; urgency=low
of them in a single iteration (Closes: #657695, LP: #922485)
- use a signed int instead of short for score calculation as upgrades
become so big now that it can overflow (Closes: #657732, LP: #917173)
+
+ [ Michael Vogt ]
+ * apt-pkg/deb/dpkgpm.cc:
+ - fix crash when a package is in removed but residual config state
+ (LP: #923807)
-- David Kalnischkies <kalnischkies@gmail.com> Mon, 30 Jan 2012 19:17:09 +0100