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