Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ History of Changes Daniel (29 January 2001) - Yet another Content-Range change. Ok now? Bob Schader checks from his end. Daniel (27 January 2001) - So the HTTP PUT resume fix wasn't good. There should appearantly be a Content-Range header when resuming a PUT. Loading include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -452,8 +452,8 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ #define LIBCURL_VERSION "7.6" #define LIBCURL_VERSION_NUM 0x070600 #define LIBCURL_VERSION "7.6.1-pre1" #define LIBCURL_VERSION_NUM 0x070601 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { Loading src/version.h +1 −1 Original line number Diff line number Diff line #define CURL_NAME "curl" #define CURL_VERSION "7.6" #define CURL_VERSION "7.6.1-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ History of Changes Daniel (29 January 2001) - Yet another Content-Range change. Ok now? Bob Schader checks from his end. Daniel (27 January 2001) - So the HTTP PUT resume fix wasn't good. There should appearantly be a Content-Range header when resuming a PUT. Loading
include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -452,8 +452,8 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ #define LIBCURL_VERSION "7.6" #define LIBCURL_VERSION_NUM 0x070600 #define LIBCURL_VERSION "7.6.1-pre1" #define LIBCURL_VERSION_NUM 0x070601 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { Loading
src/version.h +1 −1 Original line number Diff line number Diff line #define CURL_NAME "curl" #define CURL_VERSION "7.6" #define CURL_VERSION "7.6.1-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "