diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-10 09:17:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-10 09:17:07 +0000 |
commit | 0ce484eed901f73cae89e25d9939a249729f15d3 (patch) | |
tree | 076098837648fdce5ff87ce92df3cda9a1dfd420 /RELEASE-NOTES | |
parent | bce5ae9a07d0419375528ad82f93a7ad9aece8a9 (diff) |
Nikitinskit Dmitriy filed bug report #1868255
(http://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies
and fixes a problem with parsing WWW-Authenticate: headers with additional
spaces in the line that the parser wasn't written to deal with.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b8c85511e..bcfb898cc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -46,6 +46,7 @@ This release includes the following bugfixes: o --libcurl now generates a return statement as well o socklen_t is no longer used in the public includes o time zone offsets from -1400 to +1400 are now accepted by the date parser + o allows more spaces in WWW/Proxy-Authenticate: headers This release includes the following known bugs: |