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

	* IISAPIRuntime.cs: GUID changed.

2004-08-03  Atsushi Enomoto  <atsushi@ximian.com>

	* IApplicationHost.cs : missing namespace import.

2004-08-02  Duncan Mak  <duncan@ximian.com>

	* IApplicationHost.cs (MapPath): Add [In] attribute.

	* IAppManagerAppDomainFactory.cs:
	* IProcessHostSupportFunction.cs: signature fixes.
	
2004-08-02  Duncan Mak  <duncan@ximian.com>

	* IApplicationHost.cs:
	* IHttpWorkerRequestHandler.cs:
	* IProcessHost.cs:
	* IProcessHostFactoryHelper.cs:
	* IProcessHostSupportFunction.cs:
	* IProcessPingCallback.cs:
	* IQueueHost.cs:
	* IRegisteredObject.cs: Added interfaces.
	
2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>

	* IAppDomainFactory.cs: added missing marshalling attributes
	* IISAPIRuntime.cs: added missing marshalling attributes

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

	* AppDomainFactory.cs: set the Dynamic base for the AppDomain.

2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
	MapPath when the virtual directory is the root virtual directory.

2004-01-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* IISAPIRuntime.cs: Fixed wrong attribute

2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* SimpleWorkerRequest.cs: Added missing attribute
	* IISAPIRuntime.cs: Added attributes, fixed signature
	* IAppDomainFactory.cs: Added attributes, fixed signature

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

	* ApplicationHost.cs: set hostingInstallDir.
	* SimpleWorkerRequest.cs: implemented a couple of properties.

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

	* SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
	paranoid condition to ExtractPathInfo.

2003-06-25  Eric Lindvall <eric@5stops.com>

	* SimpleWorkerRequest.cs: 
		-adds PATH_INFO support
		- updates GetFilePathTranslated() to make use of Path.Combine()
		- gets rid of the null check in GetPathInfo() (we're setting
		_PathInfo to String.Empty now)
		- fixed CreatePath() so that it doesn't return String.Empty if
		  the _AppVirtualPath is not "/" (to match MS runtime -- does
		  anyone know why it was returning String.Empty?)

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

	* AppDomainFactory.cs: hacks to work-around our buggy System.Uri.

2003-03-17 George Kodinov <gkodinov@openlinksw.co.uk>
       
	* AppDomainFactory.cs: place the correct full path for Web.config when
	in Application host

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

	* AppDomainFactory.cs: Web.config takes precedence over web.config.

	* ApplicationHost.cs: removed hacks to work around an old bug.

2003-02-04  Tim Haynes <thaynes@openlinksw.com>

	* SimpleWorkerRequest.cs: changed the initialised values of
	_App{Install,Virtual}Path variables

2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
	pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.

2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ApplicationHost.cs:
	* SimpleWorkerRequest.cs: workaround for bug #31245. 

2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ApplicationHost.cs: little fixes.

2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ApplicationHost.cs: use Assembly instead of Module.

2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AppDomainFactory.cs: implemented.
	* ApplicationHost.cs: implemented.
	* SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
	fully implemented.

2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AppDomainFactory.cs:
	* IAppDomainFactory.cs:
	* IISAPIRuntime.cs:
	* ISAPIRuntime.cs: make them compile.

2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>

        * ApplicationHost.cs: Test implementation to support testing.
        * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.

2001-08-30  Bob Smith  <bob@thestuff.net>

        * AppDomainFactory.cs: Stubbed.
        * ApplicationHost.cs: Stubbed.
        * IAppDomainFactory.cs: Stubbed.
        * IISAPIRuntime.cs: Stubbed.
        * ISAPIRuntime.cs: Implemented.
        * SimpleWorkerRequest.cs: Implemented.
