1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

RELEASe-NOTES: synced with 29fdb2700f

added "tcpkeepalive on Mac OS X"
This commit is contained in:
Daniel Stenberg 2013-04-08 23:41:00 +02:00
parent d7f4c3772e
commit 4594ee5e14

View File

@ -71,6 +71,7 @@ This release includes the following bugfixes:
o corrected proxy header response headers count [16] o corrected proxy header response headers count [16]
o FTP quote operations on re-used connection [17] o FTP quote operations on re-used connection [17]
o tcpkeepalive on win32 [18] o tcpkeepalive on win32 [18]
o tcpkeepalive on Mac OS X [23]
o easy: acknowledge the CURLOPT_MAXCONNECTS option properly [19] o easy: acknowledge the CURLOPT_MAXCONNECTS option properly [19]
o easy interface: restore default MAXCONNECTS to 5 o easy interface: restore default MAXCONNECTS to 5
o win32: don't set SO_SNDBUF for windows vista or later versions [20] o win32: don't set SO_SNDBUF for windows vista or later versions [20]
@ -123,3 +124,4 @@ References to bug reports and discussions on issues:
[20] = http://curl.haxx.se/bug/view.cgi?id=1188 [20] = http://curl.haxx.se/bug/view.cgi?id=1188
[21] = http://curl.haxx.se/bug/view.cgi?id=1183 [21] = http://curl.haxx.se/bug/view.cgi?id=1183
[22] = http://curl.haxx.se/bug/view.cgi?id=1189 [22] = http://curl.haxx.se/bug/view.cgi?id=1189
[23] = http://curl.haxx.se/bug/view.cgi?id=1214