2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System / System.Net.Configuration / ChangeLog
1 2004-09-10  Tim Coleman <tim@timcoleman.com>
2         * AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
3         * AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
4         * ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
5         * ConnectionManagementSection.cs DefaultProxySection.cs
6         * HttpCachePolicyElement.cs HttpWebRequestElement.cs
7         * Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
8         * NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
9         * ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
10         * SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
11         * UriParserSection.cs WebRequestModuleElement.cs 
12         * WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
13                 New classes for Fx 2.0
14
15
16 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17
18         * DefaultProxyHandler.cs: removed Console.WriteLine's.
19
20 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21
22         * NetConfigurationHandler.cs: process the httpWebRequest node too.
23         Better error checking.
24
25 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26
27         * ConnectionManagementHandler.cs: the hashtable is case insensitive now.
28
29 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30
31         * ConnectionManagementHandler.cs: added GetMaxConnections to return the 
32         max. number of simultaneous connections to a given host.
33
34 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
35
36         * NetConfigurationHandler.cs: New file that handles 
37         system.net/settings     
38
39 2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * NetAuthenticationModuleHandler.cs: register the modules using
42         AuthenticationManager.
43
44 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
45
46         * WebRequestModuleHandler.cs: handles system.net/webRequestModules
47         configuration section.
48
49 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
50
51         * DefaultProxyHandler.cs: new file.
52         * NetAuthenticationModuleHandler.cs: new file. 
53
54         Reworked HttpWebRequest and related classes.
55
56 2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
57
58         * ConnectionManagementHandler.cs: New file that handles
59         system.net/connectionManagement section.
60