diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-09 13:11:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-09 13:11:44 +0200 |
commit | 329be28d69e68b6021292491481b8ccd316392be (patch) | |
tree | 458388706a01ed78694b2aaed2d6962421120a6f | |
parent | 9a158f1ef0447454467f4a0f649faca693835295 (diff) |
RELEASE-NOTES: added a URL reference to cookie docs
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 46d2d575a..ff0814d79 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,7 +34,7 @@ This release includes the following bugfixes: o log2changes.pl: fix the Version output o lib554.c: use curl_formadd() properly [4] o urldata.h: fix cyassl build clash with wincrypt.h - o cookies: changed the URL in the cookiejar headers + o cookies: changed the URL in the cookiejar headers [7] o http-proxy: keep CONNECT connections alive (for NTLM) o NTLM SSPI: fixed to work with unicode user names and passwords @@ -60,3 +60,4 @@ References to bug reports and discussions on issues: [4] = http://curl.haxx.se/mail/lib-2012-06/0001.html [5] = http://daniel.haxx.se/blog/2012/06/03/curling-the-metalink/ [6] = http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/ + [7] = http://daniel.haxx.se/blog/2012/07/08/curls-new-http-cookies-docs/ |