diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-12 22:23:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-12 22:23:46 +0000 |
commit | 975814368a8b567a369ab5174c42dbae5b28b86e (patch) | |
tree | e01a31b4d49a91dd7c8099e3688c5024dee8aaf7 /RELEASE-NOTES | |
parent | dc6adb54fbf1c3678e71f0ce281ba37e0d7e2b83 (diff) |
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
in the same RCPT TO line, when they should be sent in separate single
commands. I updated test case 802 to verify this.
- I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl
tool which made it try to output it as string for the --libcurl feature
which could lead to crashes.
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 3a1f9e33e..6a8458e23 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: This release includes the following bugfixes: o VMS builder bad behavior when used in a batch job + o multiple recepients with SMTP This release includes the following known bugs: @@ -22,6 +23,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Steven M. Schweda + Steven M. Schweda, Yang Tse, Jack Zhang Thanks! (and sorry if I forgot to mention someone) |