summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-06-30 14:16:32 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-06-30 14:16:32 +0200
commit4b65cc13c74231e14a313ea05a2376cbc5155c5f (patch)
tree1184dcc020f18eb246d0a2253bb010e72a3e41ff /debian
parent7a9f09bd66d51b92bb68f07e7fbc111df6206c93 (diff)
fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
correctly when downloading from multiple sites (Closes: #534752)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 333640b18..fd37b9c71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ apt (0.7.22) UNRELEASED; urgency=low
* do not write state file in simulate mode (closes: #433007)
* add hook for auto-install (closes: #470035)
* support IsAutoInstallOk in the resolver too
+ * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
+ correctly when downloading from multiple sites (Closes: #534752)
[ Michael Vogt ]
* honor the dpkg hold state in AutoInstOk (closes: #64141)