From f6163b375f0aeec85172e93823078de86bdd7bf1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Oct 2000 13:52:05 +0000 Subject: 7.4.1 commit --- src/hugehelp.c | 25 ++++++++++++++++--------- src/version.h | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/hugehelp.c b/src/hugehelp.c index 8b3de8780..173ae185d 100644 --- a/src/hugehelp.c +++ b/src/hugehelp.c @@ -496,11 +496,17 @@ puts ( " size_upload The total amount of bytes that were\n" " uploaded.\n" "\n" +" size_header The total amount of bytes of the down­\n" +" loaded headers.\n" +"\n" +" size_request The total amount of bytes that were sent\n" +" in the HTTP request.\n" +"\n" " speed_download The average download speed that curl\n" " measured for the complete download.\n" "\n" " speed_upload The average upload speed that curl mea­\n" -" sured for the complete download.\n" +" sured for the complete upload.\n" "\n" " -x/--proxy \n" " Use specified proxy. If the port number is not speci­\n" @@ -575,7 +581,6 @@ puts ( "\n" " FTP_PROXY [protocol://][:port]\n" " Sets proxy server to use for FTP.\n" -"\n" " GOPHER_PROXY [protocol://][:port]\n" " Sets proxy server to use for GOPHER.\n" "\n" @@ -627,12 +632,12 @@ puts ( "\n" " 12 FTP weird USER reply. Curl couldn't parse the reply\n" " sent to the USER request.\n" -"\n" " 13 FTP weird PASV reply, Curl couldn't parse the reply\n" " sent to the PASV request.\n" "\n" " 14 FTP weird 227 formay. Curl couldn't parse the 227-line\n" " the server sent.\n" +"\n" " 15 FTP can't get host. Couldn't resolve the host IP we got\n" " in the 227-line.\n" "\n" @@ -685,6 +690,7 @@ puts ( "\n" " 34 HTTP post error. Internal post-request generation\n" " error.\n" +"\n" " 35 SSL connect error. The SSL handshaking failed.\n" "\n" " 36 FTP bad download resume. Couldn't continue an earlier\n" @@ -743,13 +749,13 @@ puts ( " - Felix von Leitner \n" " - Dan Zitter \n" " - Jongki Suwandi \n" +); + puts( " - Chris Maltby \n" " - Ron Zapp \n" " - Paul Marquis \n" " - Ellis Pritchard \n" " - Damien Adant \n" -); - puts( " - Chris \n" " - Marco G. Salvagno \n" " - Paul Marquis \n" @@ -764,6 +770,7 @@ puts ( " - Stephen Kick \n" " - Martin Hedenfalk \n" " - Richard Prescott\n" +" - Jason S. Priebe \n" "\n" "WWW\n" " http://curl.haxx.se\n" @@ -1057,14 +1064,14 @@ puts ( " being available or contain certain data.\n" "\n" " curl -e www.coolsite.com http://www.showme.com/\n" +); + puts( "\n" "USER AGENT\n" "\n" " A HTTP request has the option to include information about the browser\n" " that generated the request. Curl allows it to be specified on the command\n" " line. It is especially useful to fool or trick stupid servers or CGI\n" -); - puts( " scripts that only accept certain browsers.\n" "\n" " Example:\n" @@ -1318,14 +1325,14 @@ puts ( "\n" " Many older SSL-servers have problems with SSLv3 or TLS, that newer versions\n" " of OpenSSL etc is using, therefore it is sometimes useful to specify what\n" +); + puts( " SSL-version curl should use. Use -3 or -2 to specify that exact SSL version\n" " to use:\n" "\n" " curl -2 https://secure.site.com/\n" "\n" " Otherwise, curl will first attempt to use v3 and then v2.\n" -); - puts( "\n" " To use OpenSSL to convert your favourite browser's certificate into a PEM\n" " formatted one that curl can use, do something like this (assuming netscape,\n" diff --git a/src/version.h b/src/version.h index 5956feffe..9172ce237 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.3" +#define CURL_VERSION "7.4.1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " -- cgit v1.2.3