mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
7.9.8 commit
This commit is contained in:
parent
3c63e1d8d9
commit
67273eed9b
13
CHANGES
13
CHANGES
@ -6,11 +6,16 @@
|
|||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version 7.9.8
|
||||||
|
|
||||||
|
Daniel (13 Jun 2002)
|
||||||
|
- Time to let this baby go.
|
||||||
|
|
||||||
Daniel (12 Jun 2002)
|
Daniel (12 Jun 2002)
|
||||||
- Chris Combes provided a patch that added three new options for
|
- Chris Combes added three new options for curl_formadd(): CURLFORM_BUFFER,
|
||||||
curl_formadd(): CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
|
CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH. They are used to create a
|
||||||
They are used to create a multipart that appears as a regular file upload,
|
multipart that appears as a regular file upload, but the data is provided
|
||||||
but the data is provided with a pointer and length.
|
with a pointer and length.
|
||||||
|
|
||||||
- Nico Baggus made the VMS version use sigsetjmp() too.
|
- Nico Baggus made the VMS version use sigsetjmp() too.
|
||||||
|
|
||||||
|
@ -747,7 +747,7 @@ CURLcode curl_global_init(long flags);
|
|||||||
void curl_global_cleanup(void);
|
void curl_global_cleanup(void);
|
||||||
|
|
||||||
/* This is the version number */
|
/* This is the version number */
|
||||||
#define LIBCURL_VERSION "7.9.8-pre3"
|
#define LIBCURL_VERSION "7.9.8"
|
||||||
#define LIBCURL_VERSION_NUM 0x070908
|
#define LIBCURL_VERSION_NUM 0x070908
|
||||||
|
|
||||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define CURL_NAME "curl"
|
#define CURL_NAME "curl"
|
||||||
#define CURL_VERSION "7.9.8-pre3"
|
#define CURL_VERSION "7.9.8"
|
||||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||||
|
Loading…
Reference in New Issue
Block a user