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