diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-06-20 22:27:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-20 22:27:33 +0200 |
commit | a9f5ad0e2a47319ada12bfd971f88b5c730fc3a7 (patch) | |
tree | 7d077de4f89e8314313a290c84d9a5e15c99b13a /RELEASE-NOTES | |
parent | e305f5ec715f967bdfaa0c9bf8f102f9185b9aa2 (diff) |
RELEASE-NOTES: synced with e305f5ec715f
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ebe65df65..f482e29cd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -62,6 +62,7 @@ This release includes the following bugfixes: o axtls: now done non-blocking o lib1900: use tutil_tvnow instead of gettimeofday o curl_easy_perform: avoid busy-looping [23] + o CURLOPT_COOKIELIST: take cookie share lock [24] This release includes the following known bugs: @@ -77,7 +78,7 @@ advice from friends like these: Renaud Guillard, John Gardiner Myers, Jared Jennings, Eric Hu, Yamada Yasuharu, Stefan Neis, Mike Giancola, Eric S. Raymond, Andrii Moiseiev, Christian Weisgerber, Peter Gal, Aleksey Tulinov, Hang Su, Sergei Nikulov, - Miguel Angel + Miguel Angel, Nach M. S., Benjamin Gilbert Thanks! (and sorry if I forgot to mention someone) @@ -106,3 +107,4 @@ References to bug reports and discussions on issues: [21] = http://curl.haxx.se/bug/view.cgi?id=1228 [22] = http://curl.haxx.se/bug/view.cgi?id=1235 [23] = http://curl.haxx.se/bug/view.cgi?id=1238 + [24] = http://curl.haxx.se/bug/view.cgi?id=1215 |