2004-09-10  Tim Coleman <tim@timcoleman.com>
	* AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
	* AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
	* ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
	* ConnectionManagementSection.cs DefaultProxySection.cs
	* HttpCachePolicyElement.cs HttpWebRequestElement.cs
	* Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
	* NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
	* ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
	* SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
	* UriParserSection.cs WebRequestModuleElement.cs 
	* WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
		New classes for Fx 2.0


2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* DefaultProxyHandler.cs: removed Console.WriteLine's.

2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* NetConfigurationHandler.cs: process the httpWebRequest node too.
	Better error checking.

2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ConnectionManagementHandler.cs: the hashtable is case insensitive now.

2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ConnectionManagementHandler.cs: added GetMaxConnections to return the 
	max. number of simultaneous connections to a given host.

2003-07-14  Jerome Laban <jlaban@wanadoo.fr>

	* NetConfigurationHandler.cs: New file that handles 
	system.net/settings	

2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* NetAuthenticationModuleHandler.cs: register the modules using
	AuthenticationManager.

2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebRequestModuleHandler.cs: handles system.net/webRequestModules
	configuration section.

2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* DefaultProxyHandler.cs: new file.
	* NetAuthenticationModuleHandler.cs: new file. 

	Reworked HttpWebRequest and related classes.

2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ConnectionManagementHandler.cs: New file that handles
	system.net/connectionManagement section.

