mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
--form-string
This commit is contained in:
parent
2f8085af15
commit
983bf93a24
5
CHANGES
5
CHANGES
@ -7,6 +7,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (12 March 2005)
|
||||||
|
- David Houlder added --form-string that adds that string to a multipart
|
||||||
|
formpost part, without special characters having special meanings etc like
|
||||||
|
--form features.
|
||||||
|
|
||||||
Daniel (11 March 2005)
|
Daniel (11 March 2005)
|
||||||
- curl_version_info() returns the feature bit CURL_VERSION_SSPI if it was
|
- curl_version_info() returns the feature bit CURL_VERSION_SSPI if it was
|
||||||
built with SSPI support.
|
built with SSPI support.
|
||||||
|
@ -2,7 +2,7 @@ Curl and libcurl 7.13.2
|
|||||||
|
|
||||||
Public curl release number: 87
|
Public curl release number: 87
|
||||||
Releases counted from the very beginning: 114
|
Releases counted from the very beginning: 114
|
||||||
Available command line options: 104
|
Available command line options: 105
|
||||||
Available curl_easy_setopt() options: 122
|
Available curl_easy_setopt() options: 122
|
||||||
Number of public functions in libcurl: 46
|
Number of public functions in libcurl: 46
|
||||||
Amount of public web site mirrors: 18
|
Amount of public web site mirrors: 18
|
||||||
@ -10,10 +10,13 @@ Curl and libcurl 7.13.2
|
|||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o
|
o Added --form-string
|
||||||
|
o libcurl can be built with SSPI support. curl_version_info() then returns
|
||||||
|
a new feature bit: CURL_VERSION_SSPI
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o the so name issue for the LDAP library dynamic load
|
||||||
o crash when using SOCKS4 proxy
|
o crash when using SOCKS4 proxy
|
||||||
o a debug printf() was removed
|
o a debug printf() was removed
|
||||||
o CURLOPT_FILETIME when downloading FTP corrupted data
|
o CURLOPT_FILETIME when downloading FTP corrupted data
|
||||||
@ -28,6 +31,7 @@ This release would not have looked like this without help, code, reports and
|
|||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
||||||
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak
|
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
||||||
|
Christopher R. Palmer
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user