diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 15:55:22 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 15:55:22 +0100 |
commit | ef9425971e042680337120e5efaa628470ad68c4 (patch) | |
tree | 8488ba7d0233956fed62af3598452c29c056e9f9 /debian | |
parent | 8076139ead08124e86be5f993baa8a43c22b0137 (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 fd2162b2c..854bec8c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ apt (0.7.10) unstable; urgency=low - remove cruft code that caused timestamp/I-M-S issues * ftparchive/contents.cc: - fix error output + * 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: |