diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 10:22:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 10:22:24 +0200 |
commit | b84fa7158d04f8b2136f01dda106ba0272027887 (patch) | |
tree | 0a6838b64e5717b6370652b0dc1ee8356ffae12f /debian | |
parent | a1e9299a9485a219f3a1e3736b1cec21aa24577f (diff) | |
parent | 4c49961112370b869c3c7db61793bb899c709c09 (diff) |
* apt-pkg/acquire-item.cc:
- remove zero size files on I-M-S hit
* methods/https.cc:
- only send LastModified if we actually have one
- send range request with if-range
- delete failed downloads
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 75db9cc72..b9824f84a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,12 @@ apt (0.7.7) UNRELEASED; urgency=low * apt-inst/contrib/extracttar.cc: - fix fd leak for zero size files (thanks to Bill Broadley for reporting this bug) + * apt-pkg/acquire-item.cc: + - remove zero size files on I-M-S hit + * methods/https.cc: + - only send LastModified if we actually have one + - send range request with if-range + - delete failed downloads -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200 |