diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-10-08 23:12:07 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-10-08 23:12:07 -0700 |
commit | acaf46640108ffc7914251b8aeb57f2aed4d13b4 (patch) | |
tree | 4093970ddad660e72c04f45d2dda40a6dbe42dd1 /RELEASE-NOTES | |
parent | 71c9453393201eb91cee0459a989731612873212 (diff) |
RELEASE-NOTES: Fixed a couple of typos
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5b3964013..c1a88fb65 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,12 +18,12 @@ This release includes the following bugfixes: o SMTP without --mail-from caused segfault o prevent extra progress meter headers between multiple files o allow Content-Length to be replaced when sending HTTP requests - o curl now always set postfieldsize to allow --data-binary and --data + o curl now always sets postfieldsize to allow --data-binary and --data to be mixed in the same command line o curl_multi_fdset: avoid FD_SET out of bounds o lots of MinGW build tweaks o Curl_gethostname: return un-qualified machine name - o fixed then openssl version number configure check + o fixed the openssl version number configure check This release includes the following known bugs: |