diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-01-19 23:51:00 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-01-19 23:51:00 +0100 |
commit | 8654fae974db3351bbb324449cf8c0f67d690bae (patch) | |
tree | 6dc9e6c679abaa1b5db0197bbeee77ef2f44aaae /debian | |
parent | d542b1464ac4667672c8ee7f3fda11c34dcc16a6 (diff) |
* methods/https.cc:
- use curls list append instead of appending Range and If-Range by hand
which generates malformed requests, thanks Mel Collins for the hint!
(Closes: #646381)
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 7f5de05e0..299afcf54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,12 @@ apt (0.8.16~exp12) experimental; urgency=low * debian/rules: - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by Moritz Muehlenhoff, thanks! (Closes: #653504) + * methods/https.cc: + - use curls list append instead of appending Range and If-Range by hand + which generates malformed requests, thanks Mel Collins for the hint! + (Closes: #646381) - -- David Kalnischkies <kalnischkies@gmail.com> Thu, 19 Jan 2012 23:23:29 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Thu, 19 Jan 2012 23:43:03 +0100 apt (0.8.16~exp11) experimental; urgency=low |