aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-03-06 03:48:33 +0000
committerYang Tse <yangsita@gmail.com>2008-03-06 03:48:33 +0000
commit91aeebed261e0b813c772733cffca84908516e7b (patch)
tree3bbd1d791c90048b7a7854c4ad0d4d92da62e7a1 /RELEASE-NOTES
parentb16ea66cec030569fd5b44b3e928bf06c573a6f9 (diff)
Regression fix:
select/poll calls will only be retried upon EINTR failures as it previously was in lib/select.c revision 1.29 In this way Curl_socket_ready() and Curl_poll() will again fail on any select/poll errors different than EINTR.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 41f82eada..7bbe7065b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -34,6 +34,7 @@ This release includes the following bugfixes:
o crash when connection cache size is 1 and Curl_do() failed
o GnuTLS-built libcurl can now be forced to prefer SSLv3
o crash when doing Negotiate again on a re-used connection
+ o select/poll regression
This release includes the following known bugs: