Skip to content
Snippets Groups Projects
Commit d6787274 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

7.9.1 pre-release 1 status

parent efc15fb1
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,12 @@
History of Changes
Daniel (3 October 2001)
- Georg Huettenegger once again made an effort beyond the call of duty and not
only improved the curl_formadd() function, but also took care of adjusting
the curl command line client to use this new function instead of the
obsoleted curl_formparse.
Daniel (2 October 2001)
- Major fix in how libcurl does TCP connects. It now does non-blocking
connects to enable good timeouts without signals, and it now tries all IP
......
#define CURL_NAME "curl"
#define CURL_VERSION "7.9"
#define CURL_VERSION "7.9.1-pre1"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment