aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-12 11:22:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-12 11:22:15 +0000
commitdc24540ed1abaed66ff93ffcd5f603bd870926f1 (patch)
treec977c28e76777738295e0137a748e06c36580bb7 /RELEASE-NOTES
parent92eae30f4d9b8ea204bb56d6fbeb244561169e3a (diff)
Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and
added the --no-keep-alive option that can disable that on demand.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6dbe307c1..a1f1d7a38 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,7 @@
Curl and libcurl 7.17.2
Public curl releases: 103
- Command line options: 122
+ Command line options: 123
curl_easy_setopt() options: 148
Public functions in libcurl: 55
Public web site mirrors: 42
@@ -12,6 +12,7 @@ This release includes the following changes:
o --data-urlencode was added
o CURLOPT_PROXY_TRANSFER_MODE was added
+ o --no-keep-alive was added
This release includes the following bugfixes:
@@ -53,6 +54,7 @@ advice from friends like these:
Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
- Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise
+ Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
+ Gilles Blanc
Thanks! (and sorry if I forgot to mention someone)