allow profiles to build System.dll with the profile compiler rather than the bootstra...
[mono.git] / mcs / class / System / System.Net.Configuration / ChangeLog
index 6c23d407808e0c6b8638a12aa849b832053ef475..2f5518d97f30ebecb01872a97c21977a81d9476a 100644 (file)
@@ -1,3 +1,42 @@
+2009-12-11  Miguel de Icaza  <miguel@novell.com>
+
+       * SmtpNetworkElement.cs: Add new "targetName" property for smtp. 
+
+2009-11-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ConnectionManagementElement.cs: bump maxconnection to 6.
+
+2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DefaultProxyHandler.cs: handle upper and lowercase HTTP_PROXY and
+       the Any address.  Fixes bug #537283.
+
+2009-06-05 Marek Safar <marek.safar@gmail.com>
+
+       * NetConfigurationHandler.cs, DefaultProxyHandler.cs, 
+       NetAuthenticationModuleHandler.cs, ConnectionManagementHandler.cs,
+       WebRequestModuleHandler.cs: Always build
+       IConfigurationSectionHandler.
+
+2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SmtpNetworkElement.cs, SmtpSection.cs : added missing 2,0 stuff.
+
+2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SmtpNetworkElement.cs : default UserName is null.
+         Fixed bug #323272.
+
+2007-02-18  Geoff Norton  <gnorton@customerdna.com>
+
+       * AuthenticationModulesSection.cs: Remove NotImpl from 
+         InitializeDefault ().
+
+2006-12-10  David Elkind  <davide@mainsoft.com>
+
+       * SmtpSection.cs : Removed unnecessary initialization
+       * SmtpNetworkElement.cs : Removed unnecessary initialization
+
 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
 
        * DefaultProxySection.cs :