mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
7.9.1 cleanup commit
This commit is contained in:
parent
0cb12d7e78
commit
329bcf3a71
9
CHANGES
9
CHANGES
@ -6,6 +6,15 @@
|
|||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version 7.9.1
|
||||||
|
|
||||||
|
Daniel (4 November 2001)
|
||||||
|
- I've added a number of new test cases the last few days. A few of them since
|
||||||
|
I got reports that hinted on problems on timeouts, so I added four tests
|
||||||
|
with timeouts for all sorts of protocols and stuff. I also came to think of
|
||||||
|
a few other error scenarios that we currently didn't test properly, so I
|
||||||
|
wrote up tests for a few of those too.
|
||||||
|
|
||||||
Daniel (2 November 2001)
|
Daniel (2 November 2001)
|
||||||
- Replaced read() and write() with recv() and send() for socket operations
|
- Replaced read() and write() with recv() and send() for socket operations
|
||||||
even under normal unixes.
|
even under normal unixes.
|
||||||
|
@ -575,7 +575,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.1-pre4"
|
#define LIBCURL_VERSION "7.9.1"
|
||||||
#define LIBCURL_VERSION_NUM 0x070901
|
#define LIBCURL_VERSION_NUM 0x070901
|
||||||
|
|
||||||
/* 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.1-pre1"
|
#define CURL_VERSION "7.9.1"
|
||||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||||
|
Loading…
Reference in New Issue
Block a user