diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-05 07:50:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-05 07:50:24 +0200 |
commit | 3de6d4585be0b8a9bd98b5fb1d62ff922537c435 (patch) | |
tree | 17cadec33e4719e014c7b490856923847bcbd78b /debian | |
parent | 1b888622abc62d044e584cb399c0d7802c04e1aa (diff) |
* methods/https.cc:
- fix off-by-one error I-M-S handling
- cleanup after I-M-S hit
- only send LastModified if we actually have a file
- delete zero size I-M-S hits
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b25e75ef5..30ac4e10d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apt (0.7.6ubuntu13) gutsy; urgency=low - fix crash in WriteApportReport (LP: #144537) * apt-pkg/acquire-item.cc - fix disappearing local Packages.gz file (LP: #131166) + * methods/https.cc: + - fix off-by-one error I-M-S handling + - cleanup after I-M-S hit -- @@ -124,10 +127,11 @@ apt (0.7.6ubuntu1) gutsy; 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 (thanks to Thom May for his help here) + - 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 |