2009-02-23  Lluis Sanchez Gual  <lluis@novell.com>

	* src/mdhost.cs: Read the configuration data from the config
	  file if one is provided.

2009-02-08  Michael Hutchinson  <mhutchinson@novell.com>

	* mdhost.csproj: Build mdhost and mdrun as 32-bit too on
	  Windows.

2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>

	* mdhost.csproj: Flush MD's removal of newline at end of file
	  that was introduced by manually editing with gedit.

2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>

	* mdhost.csproj: Output to the correct directory.

2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>

	* mdhost.mdp:
	* mdhost.csproj: Migrated to MSBuild file format.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* mdhost.mdp: Flush project format changes.

2008-12-12  Lluis Sanchez Gual  <lluis@novell.com>

	* mdhost.mdp: Fix target framework.

2008-12-09  Lluis Sanchez Gual  <lluis@novell.com>

	* mdhost.mdp: Don't require a specific version of Mono.Addins.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* mdhost.mdp: Updated projects.

2008-02-15  Geoff Norton  <gnorton@novell.com>

	* src/mdhost.cs: Disable .NET remoting security on Tcp channels.

2007-12-13  Lluis Sanchez Gual <lluis@novell.com> 

	* src/mdhost.cs: Fix warnings.

2007-12-13  Lluis Sanchez Gual <lluis@novell.com> 

	* mdhost.mdp: Add missing reference.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am, mdhost.mdp: Directory reorganization.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* mdhost.mdp: Project file names updated by change in MD path functions.

2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.mdp: Updated.
	* Mono.Addins/ExtensionContext.cs: Fixed GetExtensionObjects overload
	  which was not using the correct reuseCachedInstance value.
	* Mono.Addins/ExtensionTree.cs: Improved error message. When looking
	  for a type in an assembly, avoid throwing an exception too early,
	  since it may be found in other assemblies.
	* Mono.Addins.Database/AddinDatabase.cs: In the addin info cache, also
	  store information about unsuccessful lookups, to avoid looking for
	  an add-in again if we found that it doesn't exist. In Update(),
	  don't use verbose output by default.

2007-04-26  Lluis Sanchez Gual <lluis@novell.com> 

	* mdhost.mdp: Don't copy referenced assemblies.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* src/AssemblyInfo.cs: Avoid incremental change of version.
	* src/mdhost.cs: Improved handling of exceptions while shutting down.
	* mdhost.mdp: Set target runtime to 2.0.

2006-12-06 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* src/mdhost.cs: Fixed a couple of compiler warnings.

2006-07-25 Lluis Sanchez Gual  <lluis@novell.com> 

	* src/mdhost.cs: Don't check for required add-ins here. The main
	  process will do it. Added new LoadAddins method which can be
	  used by the main process to remotely load add-ins.

2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>

	* mdhost.mdp: Updated.

2006-03-29 Lluis Sanchez Gual  <lluis@novell.com>

	* src/mdhost.cs: Support the Unix channel for comunication
	  with the main process.

	* mdhost.mdp:
	* Makefile.am: Added Mono.Posix reference.

2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* mdhost.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.

2006-02-16  Lluis Sanchez Gual  <lluis@novell.com> 

	* src/mdhost.cs: Preload add-ins required by the provided type.

2005-08-08  Lluis Sanchez Gual  <lluis@novell.com> 

	* src/mdhost.cs: Use an internal tcp channel for communication with
	host. Get the host object reference from the standard input. Make
	sure the ProcessHost's lease does not expire.
