diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-06 23:46:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-06 23:46:35 +0000 |
commit | e1da1ff7d387b5cc8dc1051044653b39d6c9bcf4 (patch) | |
tree | 509c1be8b28abcff0017cdc8e562424b0ae39711 /RELEASE-NOTES | |
parent | 2b00ed7ef8bf127905722b43bbfdfe8749e60aa3 (diff) |
one more command line option, fixed the AIX 4.3 enabled IPv6 build (it now
detects a bad Ipv6 situation and disables it automatically)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5f23fb707..bc2bcea16 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,7 +2,7 @@ Curl and libcurl 7.14.0 Public curl release number: 88 Releases counted from the very beginning: 115 - Available command line options: 106 + Available command line options: 107 Available curl_easy_setopt() options: 122 Number of public functions in libcurl: 46 Amount of public web site mirrors: 22 @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o builds out-of-the-box on (presumably ipv6-enabled) AIX 4.3 hosts o curl --head could wrongly complain on bad chunked-encoding o --interface SIGSEGVed on a bad address o kill the HTTPS server better when stopping the test suite |