Add regression test for #668506
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
index 29c06d840d476f997a091cfa17b4e71cb13cbe54..89d8f5f8acfb2433ac8293a7b6a386229991f90f 100644 (file)
@@ -1,3 +1,20 @@
+2007-12-13  Marek Habersack  <mhabersack@novell.com>
+
+       * MailAddress.cs, SmtpClient.cs, MailMessageWrapper.cs: speed
+       optimization - use String.Concat instead of String.Format in some
+       cases.
+
+2007-11-09  Marek Habersack  <mhabersack@novell.com>
+
+       * SmtpClient.cs: Connect only after reading in the fields that may
+       specify the port to connect to. Fixes bug #340501. Patch submitted
+       by Hubert FONGARNAND <informatique.internet@fiducial.fr>, thanks!
+
+Mon Jul 9 13:04:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * SmtpClient.cs: fixed Vladimir's refactoring that broke
+       loading Mono.Security.
+
 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * MailAddress.cs: allow the space before '<' to be omitted.