7.6.1 commit
This commit is contained in:
parent
a140e5311d
commit
948c3b3aa9
6
CHANGES
6
CHANGES
@ -6,9 +6,11 @@
|
|||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version 7.6.1
|
||||||
|
|
||||||
Daniel (9 February 2001)
|
Daniel (9 February 2001)
|
||||||
- Frank Reid and Cain Hopwood provided information and research around a
|
- Frank Reid and Cain Hopwood provided information and research around a HTTPS
|
||||||
HTTPS PUT problem we seem to have.
|
PUT/upload problem we seem to have. No solution found yet.
|
||||||
|
|
||||||
Daniel (8 February 2001)
|
Daniel (8 February 2001)
|
||||||
- An interesting discussion is how to specify an empty password without having
|
- An interesting discussion is how to specify an empty password without having
|
||||||
|
@ -452,7 +452,7 @@ char *curl_getenv(char *variable);
|
|||||||
char *curl_version(void);
|
char *curl_version(void);
|
||||||
|
|
||||||
/* This is the version number */
|
/* This is the version number */
|
||||||
#define LIBCURL_VERSION "7.6.1-pre3"
|
#define LIBCURL_VERSION "7.6.1"
|
||||||
#define LIBCURL_VERSION_NUM 0x070601
|
#define LIBCURL_VERSION_NUM 0x070601
|
||||||
|
|
||||||
/* 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.6.1-pre3"
|
#define CURL_VERSION "7.6.1"
|
||||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user