aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-22 20:38:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-22 20:38:16 +0000
commitd92945bb8af8fd7ee2e56afc0ecf942ba9169c24 (patch)
treedc257077213861e33597c34a4a35b6dbe2ca7fff /CHANGES
parent90a6a59a2f27124917ee6931f66594a636a4c591 (diff)
- Eduard Bloch filed the debian bug report #487567
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that libcurl used Content-Range: instead of Range when doing a range request with --head (CURLOPT_NOBODY). This is now fixed and test case 1032 was added to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61b9fbc6f..2951b1e99 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel Stenberg (22 Jun 2008)
+- Eduard Bloch filed the debian bug report #487567
+ (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that
+ libcurl used Content-Range: instead of Range when doing a range request with
+ --head (CURLOPT_NOBODY). This is now fixed and test case 1032 was added to
+ verify.
+
Daniel Fandrich (21 Jun 2008)
- Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that
is not ANSI C, just a common extension. This caused problems on