diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-24 21:46:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-24 21:46:41 +0000 |
commit | 37f4877e569cdd0d1afa6bb0d7cd3a463ee75ac9 (patch) | |
tree | 92346fb5f8cdc2114f5df2ece56a1544aef380dc /RELEASE-NOTES | |
parent | a6fc45c02f75467a171f55e5154047c86c0ed85e (diff) |
Michael Wallner added curl_formget(), which allows an application to extract
(serialise) a previously built formpost (as with curl_formadd()).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 03bf9a6a1..cff353ced 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ Curl and libcurl 7.15.5 This release includes the following changes: + o added curl_formget() o added CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE o configure --enable-hidden-symbols @@ -31,6 +32,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Peter Silva, Arve Knudsen + Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner Thanks! (and sorry if I forgot to mention someone) |