diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 22:10:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 22:10:55 +0000 |
commit | 7842704ee7ebbc48728986c11d4bc91f534d6bd7 (patch) | |
tree | 204cb985f0350a17aa1e362ab5edd503c02febcc /RELEASE-NOTES | |
parent | 496002ea1cd76af7fff27166e8a310ed64a434ba (diff) | |
download | curl-7842704ee7ebbc48728986c11d4bc91f534d6bd7.tar.gz |
SSL, not SSH, SSL
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fc63380fc..d6c58692a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,7 +21,7 @@ This release includes the following bugfixes: o SMTP: use angle brackets in RCPT TO o curl --trace-time not using local time o off-by-one in the chunked encoding trailer parser - o superfluous blocking for OpenSSL-based SSH connects and multi interface + o superfluous blocking for OpenSSL-based SSL connects and multi interface This release includes the following known bugs: |