diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 16:21:47 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 16:21:47 +0100 |
commit | aefa6fa625b07dd9d819d0aff30c229428bbc424 (patch) | |
tree | f81c98927248770bdcc8322f0cd2d9b2cda18341 /debian | |
parent | 0df1d3ac4312a2051b10478cf1c8b242864cb3b1 (diff) | |
parent | ef9425971e042680337120e5efaa628470ad68c4 (diff) |
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against
servers/proxies with broken If-Range implementations
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2bfbc100a..acb025da1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,9 @@ apt (0.7.9ubuntu1) hardy; urgency=low - fix error output * methods/mirror.{cc,h}: - only update mirror list on IndexFile updates + * apt-pkg/acquire-item.{cc,h}: + - make the authentication download code more robust against + servers/proxies with broken If-Range implementations [ Chris Cheney ] * ftparchive/contents.cc: |