1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

7.9.1 pre-release 1 status

This commit is contained in:
Daniel Stenberg 2001-10-03 08:16:26 +00:00
parent efc15fb128
commit d678727430
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#define CURL_NAME "curl"
#define CURL_VERSION "7.9"
#define CURL_VERSION "7.9.1-pre1"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "