diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:30:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:30:47 +0000 |
commit | ab60a124654dc0326d97271ebd30bb0984f78d8b (patch) | |
tree | 1d86e7546f0e2d81695e3ac7d214152e24905469 /RELEASE-NOTES | |
parent | 2d38e518679038bb3818991f2f47adb1aa255897 (diff) |
Starting now, adding an easy handle to a multi stack that was already added
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
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 5b70767b9..77fccaa72 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -27,6 +27,7 @@ This release includes the following changes: This release includes the following bugfixes: + o curl_multi_add_handle on an already added handle now fails gracefully o multi interface crash if bad function call order was used for cleanup o put a new URL in saved cookie jar files o configure --with-gssapi-libs |