X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net.Mail%2FChangeLog;h=295dd0287f0c585643ff13beb00960a758984f6f;hb=a90edd6979bd3123c4cba68481d046792456661f;hp=a2a18ece713f443f52f5cf2113884d8a444d6405;hpb=f3af4e6e1d7b5feb592ce76be3758c6cfae3fd0a;p=mono.git diff --git a/mcs/class/System/System.Net.Mail/ChangeLog b/mcs/class/System/System.Net.Mail/ChangeLog index a2a18ece713..295dd0287f0 100644 --- a/mcs/class/System/System.Net.Mail/ChangeLog +++ b/mcs/class/System/System.Net.Mail/ChangeLog @@ -1,3 +1,40 @@ +2010-05-04 Miguel de Icaza + + * Apply patch from Ted Unangst to fix bug 574049 + +2010-03-06 Gonzalo Paniagua Javier + + * SmtpClient.cs: typo in reply-to header. Thanks to Chris Tomlinson. + Fixes bug #578271. + +2010-02-15 Gonzalo Paniagua Javier + + * SmtpClient.cs: generate correct MIME when there are text and html + linked resources. Fixes bug #579984. Patch by Ásgeir Halldórsson. + +2010-01-21 Gonzalo Paniagua Javier + + * SmtpClient.cs: rethrow inner exception so that + AsyncCompletedEventArgs.Error gets the right value on error. Patch + by Dimitar Dobrev. + +2009-12-11 Miguel de Icaza + + * SmtpClient.cs: Add half-implemented feature, TargetName for the + SPN SMTP system. + + * SmtpClient.cs, MailMessage.cs: Add 4.0 APIs. + +2009-08-20 Sebastien Pouliot + + * SmtpClient.cs: Honor ServicePointManager. + ServerCertificateValidationCallback when provided + +2009-08-03 Gonzalo Paniagua Javier + + * Attachment.cs: set the body encoding for multipart attachments. + Fixes bug #527177. + 2009-06-08 Gonzalo Paniagua Javier * SmtpClient.cs: handle dots. Patch by Ted Unangst that fixes bug