From 57ccdfa8d2bb6275388223f4676cd623ebd01697 Mon Sep 17 00:00:00 2001 From: Zdenek Pavlas Date: Mon, 11 Mar 2013 14:57:07 +0100 Subject: curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performance lost caused by implementing the select() loop in python. Bug: http://curl.haxx.se/bug/view.cgi?id=1168 Downstream Bug: https://bugzilla.redhat.com/919127 --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b41a56655..d8f4ce34a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following changes: o darwinssl: Make certificate errors less techy o imap/pop3/smtp: Added support for the STARTTLS capability o checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets + o curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag [10] This release includes the following bugfixes: @@ -81,3 +82,4 @@ References to bug reports and discussions on issues: [7] = http://curl.haxx.se/bug/view.cgi?id=1190 [8] = http://curl.haxx.se/bug/view.cgi?id=1193 [9] = http://curl.haxx.se/bug/view.cgi?id=1194 + [10] = http://curl.haxx.se/bug/view.cgi?id=1168 -- cgit v1.2.3