diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-04-08 23:41:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-09 14:49:27 +0200 |
commit | 4594ee5e14e8393d39fd446eaa43e01e5eda883b (patch) | |
tree | 7971596a40c04a59914b0466d1962364cda559f7 | |
parent | d7f4c3772e72ffc909a2823cec0766757eaf1245 (diff) |
RELEASe-NOTES: synced with 29fdb2700f797
added "tcpkeepalive on Mac OS X"
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 97f6d79b3..d588da7e5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -71,6 +71,7 @@ This release includes the following bugfixes: o corrected proxy header response headers count [16] o FTP quote operations on re-used connection [17] o tcpkeepalive on win32 [18] + o tcpkeepalive on Mac OS X [23] o easy: acknowledge the CURLOPT_MAXCONNECTS option properly [19] o easy interface: restore default MAXCONNECTS to 5 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 [21] = http://curl.haxx.se/bug/view.cgi?id=1183 [22] = http://curl.haxx.se/bug/view.cgi?id=1189 + [23] = http://curl.haxx.se/bug/view.cgi?id=1214 |