allow profiles to build System.dll with the profile compiler rather than the bootstra...
[mono.git] / mcs / class / System / System.Net.Configuration / ChangeLog
index d429d25444173f7af0e1833726de7910c30cd329..2f5518d97f30ebecb01872a97c21977a81d9476a 100644 (file)
@@ -1,3 +1,113 @@
+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 :
+         remove NotImpl from PostDeserialize() and Reset().
+
+         (ditto).
+
+2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebRequestModulesSection.cs :
+         don't throw NotImpl in InitializeDefault().
+       * WebRequestModuleElement.cs :
+         TypeTypeConverter -> TypeConverter and uncomment it.
+       * WebRequestModuleElementCollection.cs :
+         element is WebRequestModuleElement in GetElementKey().
+
+       Similarly no actual config change yet.
+
+2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConnectionManagementHandler.cs : (ConnectionManagementData) add
+         Add(string,int) overload so that it could be used with
+         ConnectionManagementSection seamlessly.
+       * ConnectionManagementElementCollection.cs :
+         create ConnectionManagementElement. in CreateNewElement().
+         remove extra MonoTODO as it does not (well, won't) happen anymore.
+
+       The actual configuration file change will follow in the later stage
+       since it needs changes in ConfigurationSettings and sys.conf.dll.
+
+2005-12-14  Chris Toshok  <toshok@ximian.com>
+
+       * MailSettingsSectionGroup.cs, PerformanceCountersElement.cs,
+       SmtpNetworkElement.cs, SmtpSection.cs,
+       SmtpSpecifiedPickupDirectoryElement.cs, WebProxyScriptElement.cs:
+       add missing 2.0 configuration classes.
+
+       * AuthenticationModulesSection.cs, BypassElementCollection.cs,
+       HttpCachePolicyElement.cs, NetSectionGroup.cs,
+       ServicePointManagerElement.cs, SettingsSection.cs,
+       SocketElement.cs, WebRequestModuleElementCollection.cs,
+       WebRequestModuleElement.cs, WebRequestModulesSection.cs: more 2.0
+       config cleanup work.
+
+       * MailSettingsSection.cs, SmtpElement.cs,
+       UriParserElementCollection.cs, UriParserElement.cs,
+       UriParserSection.cs: remove these 2.0 classes as they aren't there
+       anymore.
+
+2005-12-13  Chris Toshok  <toshok@ximian.com>
+
+       * AuthenticationModuleElementCollection.cs,
+       AuthenticationModuleElement.cs, AuthenticationModulesSection.cs,
+       BypassElementCollection.cs, BypassElement.cs,
+       ConnectionManagementElementCollection.cs,
+       ConnectionManagementElement.cs, ConnectionManagementSection.cs,
+       DefaultProxySection.cs, FtpCachePolicyElement.cs,
+       HttpCachePolicyElement.cs, HttpWebRequestElement.cs,
+       Ipv6Element.cs, ModuleElement.cs, NetSectionGroup.cs,
+       ProxyElement.cs, RequestCachingSection.cs: 2.0 config cleanup work.
+
+2005-11-09 Michael Hutchinson <m.j.hutchinson@gmail.com>
+
+       * DefaultProxyHandler.cs: Read proxy address from environment, fall
+       back on unvalid URIs
+
+2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestElement.cs: Added missing properties and 
+       attributes.
+
 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * NetConfigurationHandler.cs: new attribute 'useUnsafeHeaderParsing'.