move FrameworkName from corlib to System
[mcs.git] / class / System / System.Net.Configuration / ChangeLog
blob2f5518d97f30ebecb01872a97c21977a81d9476a
1 2009-12-11  Miguel de Icaza  <miguel@novell.com>
3         * SmtpNetworkElement.cs: Add new "targetName" property for smtp. 
5 2009-11-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7         * ConnectionManagementElement.cs: bump maxconnection to 6.
9 2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
11         * DefaultProxyHandler.cs: handle upper and lowercase HTTP_PROXY and
12         the Any address.  Fixes bug #537283.
14 2009-06-05 Marek Safar <marek.safar@gmail.com>
16         * NetConfigurationHandler.cs, DefaultProxyHandler.cs, 
17         NetAuthenticationModuleHandler.cs, ConnectionManagementHandler.cs,
18         WebRequestModuleHandler.cs: Always build
19         IConfigurationSectionHandler.
21 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
23         * SmtpNetworkElement.cs, SmtpSection.cs : added missing 2,0 stuff.
25 2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>
27         * SmtpNetworkElement.cs : default UserName is null.
28           Fixed bug #323272.
30 2007-02-18  Geoff Norton  <gnorton@customerdna.com>
32         * AuthenticationModulesSection.cs: Remove NotImpl from 
33           InitializeDefault ().
35 2006-12-10  David Elkind  <davide@mainsoft.com>
37         * SmtpSection.cs : Removed unnecessary initialization
38         * SmtpNetworkElement.cs : Removed unnecessary initialization
40 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
42         * DefaultProxySection.cs :
43           remove NotImpl from PostDeserialize() and Reset().
45           (ditto).
47 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
49         * WebRequestModulesSection.cs :
50           don't throw NotImpl in InitializeDefault().
51         * WebRequestModuleElement.cs :
52           TypeTypeConverter -> TypeConverter and uncomment it.
53         * WebRequestModuleElementCollection.cs :
54           element is WebRequestModuleElement in GetElementKey().
56         Similarly no actual config change yet.
58 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
60         * ConnectionManagementHandler.cs : (ConnectionManagementData) add
61           Add(string,int) overload so that it could be used with
62           ConnectionManagementSection seamlessly.
63         * ConnectionManagementElementCollection.cs :
64           create ConnectionManagementElement. in CreateNewElement().
65           remove extra MonoTODO as it does not (well, won't) happen anymore.
67         The actual configuration file change will follow in the later stage
68         since it needs changes in ConfigurationSettings and sys.conf.dll.
70 2005-12-14  Chris Toshok  <toshok@ximian.com>
72         * MailSettingsSectionGroup.cs, PerformanceCountersElement.cs,
73         SmtpNetworkElement.cs, SmtpSection.cs,
74         SmtpSpecifiedPickupDirectoryElement.cs, WebProxyScriptElement.cs:
75         add missing 2.0 configuration classes.
77         * AuthenticationModulesSection.cs, BypassElementCollection.cs,
78         HttpCachePolicyElement.cs, NetSectionGroup.cs,
79         ServicePointManagerElement.cs, SettingsSection.cs,
80         SocketElement.cs, WebRequestModuleElementCollection.cs,
81         WebRequestModuleElement.cs, WebRequestModulesSection.cs: more 2.0
82         config cleanup work.
84         * MailSettingsSection.cs, SmtpElement.cs,
85         UriParserElementCollection.cs, UriParserElement.cs,
86         UriParserSection.cs: remove these 2.0 classes as they aren't there
87         anymore.
89 2005-12-13  Chris Toshok  <toshok@ximian.com>
91         * AuthenticationModuleElementCollection.cs,
92         AuthenticationModuleElement.cs, AuthenticationModulesSection.cs,
93         BypassElementCollection.cs, BypassElement.cs,
94         ConnectionManagementElementCollection.cs,
95         ConnectionManagementElement.cs, ConnectionManagementSection.cs,
96         DefaultProxySection.cs, FtpCachePolicyElement.cs,
97         HttpCachePolicyElement.cs, HttpWebRequestElement.cs,
98         Ipv6Element.cs, ModuleElement.cs, NetSectionGroup.cs,
99         ProxyElement.cs, RequestCachingSection.cs: 2.0 config cleanup work.
101 2005-11-09 Michael Hutchinson <m.j.hutchinson@gmail.com>
103         * DefaultProxyHandler.cs: Read proxy address from environment, fall
104         back on unvalid URIs
106 2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
108         * HttpWebRequestElement.cs: Added missing properties and 
109         attributes.
111 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
113         * NetConfigurationHandler.cs: new attribute 'useUnsafeHeaderParsing'.
114         It's value is ignored. Fixes bug #76442.
116 2005-08-02  Raja R Harinath  <rharinath@novell.com>
118         * HttpCachePolicyElement.cs: Fix compilation with mcs 1.0.
119         CONFIGURATION_DEP implies XML_DEP.
121 2005-07-05  Raja R Harinath  <rharinath@novell.com>
123         * HttpCachePolicyElement.cs: Add CONFIGURATION_DEP guard.
124         * AuthenticationModuleElementCollection.cs: Replace XML_DEP guard
125         with CONFIGURATION_DEP.
126         * AuthenticationModuleElement.cs: Likewise.
127         * AuthenticationModulesSection.cs: Likewise.
128         * BypassElementCollection.cs: Likewise.
129         * BypassElement.cs: Likewise.
130         * ConnectionManagementElementCollection.cs: Likewise.
131         * ConnectionManagementElement.cs: Likewise.
132         * ConnectionManagementSection.cs: Likewise.
133         * DefaultProxySection.cs: Likewise.
134         * HttpWebRequestElement.cs: Likewise.
135         * Ipv6Element.cs: Likewise.
136         * MailSettingsSection.cs: Likewise.
137         * ModuleElement.cs: Likewise.
138         * NetSectionGroup.cs: Likewise.
139         * ProxyElement.cs: Likewise.
140         * RequestCachingSection.cs: Likewise.
141         * ServicePointManagerElement.cs: Likewise.
142         * SettingsSection.cs: Likewise.
143         * SmtpElement.cs: Likewise.
144         * SocketElement.cs: Likewise.
145         * UriParserElementCollection.cs: Likewise.
146         * UriParserElement.cs: Likewise.
147         * UriParserSection.cs: Likewise.
148         * WebRequestModuleElementCollection.cs: Likewise.
149         * WebRequestModuleElement.cs: Likewise.
150         * WebRequestModulesSection.cs: Likewise.
152 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
154         * HttpCachePolicyElement.cs:
155         * SmtpElement.cs: Track 2.0 API changes.
157 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
159         * SettingsSection.cs, UriParserElement.cs, MailSettingsSection.cs,
160           RequestCachingSection.cs, SmtpElement.cs, AuthenticationModulesSection.cs,
161           Ipv6Element.cs, ModuleElement.cs, AuthenticationModuleElement.cs,
162           UriParserSection.cs, SocketElement.cs, ConnectionManagementElement.cs,
163           WebRequestModuleElement.cs, DefaultProxySection.cs, BypassElement.cs,
164           ServicePointManagerElement.cs, ConnectionManagementSection.cs,
165           ProxyElement.cs, HttpCachePolicyElement.cs, HttpWebRequestElement.cs,
166           WebRequestModulesSection.cs:
167           Changed properties from "internal protected" to "protected", since
168           configuration classes have been moved to a new assembly.
170 2004-09-10  Tim Coleman <tim@timcoleman.com>
171         * AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
172         * AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
173         * ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
174         * ConnectionManagementSection.cs DefaultProxySection.cs
175         * HttpCachePolicyElement.cs HttpWebRequestElement.cs
176         * Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
177         * NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
178         * ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
179         * SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
180         * UriParserSection.cs WebRequestModuleElement.cs 
181         * WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
182                 New classes for Fx 2.0
185 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
187         * DefaultProxyHandler.cs: removed Console.WriteLine's.
189 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
191         * NetConfigurationHandler.cs: process the httpWebRequest node too.
192         Better error checking.
194 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
196         * ConnectionManagementHandler.cs: the hashtable is case insensitive now.
198 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
200         * ConnectionManagementHandler.cs: added GetMaxConnections to return the 
201         max. number of simultaneous connections to a given host.
203 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
205         * NetConfigurationHandler.cs: New file that handles 
206         system.net/settings     
208 2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
210         * NetAuthenticationModuleHandler.cs: register the modules using
211         AuthenticationManager.
213 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
215         * WebRequestModuleHandler.cs: handles system.net/webRequestModules
216         configuration section.
218 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
220         * DefaultProxyHandler.cs: new file.
221         * NetAuthenticationModuleHandler.cs: new file. 
223         Reworked HttpWebRequest and related classes.
225 2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
227         * ConnectionManagementHandler.cs: New file that handles
228         system.net/connectionManagement section.