diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-31 12:21:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-31 12:21:57 +0000 |
commit | a62e155ca4d9e1db640d897bfbabbd4bf865b777 (patch) | |
tree | 1a738379d6c4cc2df907d88c4533d83cb847652e /RELEASE-NOTES | |
parent | b620e62f0f4e90f4d1338117c67580a6f5f37377 (diff) |
- Niklas Angebrand made the cookie support in libcurl properly deal with the
"HttpOnly" feature introduced by Microsoft and apparently also supported by
Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly
is now supported when received from servers in HTTP headers, when written to
cookie jars and when read from existing cookie jars.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b8eabdb92..9c590e55d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,7 +10,7 @@ Curl and libcurl 7.18.1 This release includes the following changes: - o + o added support for HttpOnly cookies This release includes the following bugfixes: @@ -31,6 +31,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Michal Marek, Dmitry Kurochkin + Michal Marek, Dmitry Kurochkin, Niklas Angebrand Thanks! (and sorry if I forgot to mention someone) |