diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-05 07:48:13 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-05 07:48:13 +0200 |
commit | d6039f9e73d440f1e49ac880f5017cb6aaf4546e (patch) | |
tree | fa21429a057a478adaa22767d48e5f96b3875acb /debian/changelog | |
parent | 717847f20a7c090674dc03b75764de7670a58ac5 (diff) |
methods/https.cc:
- delete zero size I-M-S hits
- fix of-by-one error in I-M-S code
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7687fce5a..d43fb9861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,9 +7,10 @@ apt (0.7.7) UNRELEASED; urgency=low * 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 + - only send LastModified if we actually have a file - send range request with if-range - delete failed downloads + - delete zero size I-M-S hits * apt-pkg/deb/dpkgpm.{cc,h}: - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to |