[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.Configuration / ChangeLog
1 2009-12-11  Miguel de Icaza  <miguel@novell.com>
2
3         * SmtpNetworkElement.cs: Add new "targetName" property for smtp. 
4
5 2009-11-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6
7         * ConnectionManagementElement.cs: bump maxconnection to 6.
8
9 2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
10
11         * DefaultProxyHandler.cs: handle upper and lowercase HTTP_PROXY and
12         the Any address.  Fixes bug #537283.
13
14 2009-06-05 Marek Safar <marek.safar@gmail.com>
15
16         * NetConfigurationHandler.cs, DefaultProxyHandler.cs, 
17         NetAuthenticationModuleHandler.cs, ConnectionManagementHandler.cs,
18         WebRequestModuleHandler.cs: Always build
19         IConfigurationSectionHandler.
20
21 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * SmtpNetworkElement.cs, SmtpSection.cs : added missing 2,0 stuff.
24
25 2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * SmtpNetworkElement.cs : default UserName is null.
28           Fixed bug #323272.
29
30 2007-02-18  Geoff Norton  <gnorton@customerdna.com>
31
32         * AuthenticationModulesSection.cs: Remove NotImpl from 
33           InitializeDefault ().
34
35 2006-12-10  David Elkind  <davide@mainsoft.com>
36
37         * SmtpSection.cs : Removed unnecessary initialization
38         * SmtpNetworkElement.cs : Removed unnecessary initialization
39
40 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * DefaultProxySection.cs :
43           remove NotImpl from PostDeserialize() and Reset().
44
45           (ditto).
46
47 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
48
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().
55
56         Similarly no actual config change yet.
57
58 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
59
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.
66
67         The actual configuration file change will follow in the later stage
68         since it needs changes in ConfigurationSettings and sys.conf.dll.
69
70 2005-12-14  Chris Toshok  <toshok@ximian.com>
71
72         * MailSettingsSectionGroup.cs, PerformanceCountersElement.cs,
73         SmtpNetworkElement.cs, SmtpSection.cs,
74         SmtpSpecifiedPickupDirectoryElement.cs, WebProxyScriptElement.cs:
75         add missing 2.0 configuration classes.
76
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.
83
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.
88
89 2005-12-13  Chris Toshok  <toshok@ximian.com>
90
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.
100
101 2005-11-09 Michael Hutchinson <m.j.hutchinson@gmail.com>
102
103         * DefaultProxyHandler.cs: Read proxy address from environment, fall
104         back on unvalid URIs
105
106 2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
107
108         * HttpWebRequestElement.cs: Added missing properties and 
109         attributes.
110
111 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
112
113         * NetConfigurationHandler.cs: new attribute 'useUnsafeHeaderParsing'.
114         It's value is ignored. Fixes bug #76442.
115
116 2005-08-02  Raja R Harinath  <rharinath@novell.com>
117
118         * HttpCachePolicyElement.cs: Fix compilation with mcs 1.0.
119         CONFIGURATION_DEP implies XML_DEP.
120
121 2005-07-05  Raja R Harinath  <rharinath@novell.com>
122
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.
151
152 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
153
154         * HttpCachePolicyElement.cs:
155         * SmtpElement.cs: Track 2.0 API changes.
156
157 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
158
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.
169
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
183
184
185 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
186
187         * DefaultProxyHandler.cs: removed Console.WriteLine's.
188
189 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
190
191         * NetConfigurationHandler.cs: process the httpWebRequest node too.
192         Better error checking.
193
194 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
195
196         * ConnectionManagementHandler.cs: the hashtable is case insensitive now.
197
198 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
199
200         * ConnectionManagementHandler.cs: added GetMaxConnections to return the 
201         max. number of simultaneous connections to a given host.
202
203 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
204
205         * NetConfigurationHandler.cs: New file that handles 
206         system.net/settings     
207
208 2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
209
210         * NetAuthenticationModuleHandler.cs: register the modules using
211         AuthenticationManager.
212
213 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
214
215         * WebRequestModuleHandler.cs: handles system.net/webRequestModules
216         configuration section.
217
218 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
219
220         * DefaultProxyHandler.cs: new file.
221         * NetAuthenticationModuleHandler.cs: new file. 
222
223         Reworked HttpWebRequest and related classes.
224
225 2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
226
227         * ConnectionManagementHandler.cs: New file that handles
228         system.net/connectionManagement section.
229