summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:40:42 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:40:42 +0200
commitd6ebeb21ddb3d8f3d485562cdac0e0878d50c936 (patch)
tree80ad403b4a4c8d22f2f7e8626fd765cadd83ef2e /debian
parentfa3b09450ed3da175f619ca77d9dceb9a6f81972 (diff)
* support IsAutoInstallOk in the resolver too
* honor the dpkg hold state in IsAutoInstallOk (closes: #64141)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index aadaa0856..8610b6376 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,7 +30,11 @@ apt (0.7.22) UNRELEASED; urgency=low
adjustable
* do not write state file in simulate mode (closes: #433007)
* add hook for auto-install (closes: #470035)
+ * support IsAutoInstallOk in the resolver too
+ [ Michael Vogt ]
+ * honor the dpkg hold state in IsAutoInstallOk (closes: #64141)
+
[ Julian Andres Klode ]
* apt-pkg/contrib/configuration.cc: Fix a small memory leak in
ReadConfigFile.