From 975814368a8b567a369ab5174c42dbae5b28b86e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Feb 2010 22:23:46 +0000 Subject: - 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. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index de150ba18..feb11cbd4 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ Changelog +Daniel Stenberg (12 Feb 2010) +- 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. + Yang Tse (11 Feb 2010) - Steven M. Schweda fixed VMS builder bad behavior when used in a batch job, removed obsolete batch_compile.com and defines.com and updated VMS readme. -- cgit v1.2.3