2009-10-29  Lluis Sanchez Gual  <lluis@novell.com>

	* mdrun.csproj: Flush.

2009-10-08  Ankit Jain  <jankit@novell.com>

	* mdrun.csproj: Add 'app.config'.

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

	* src/mdrun.cs: Disable logging if verbose is not specified.
	  Command line tools should already be providing feedback
	  using the console.

2009-06-19  Mike Krüger  <mkrueger@novell.com>

	* src/AssemblyInfo.cs: Commented out empty assembly key file
	  attribute (Bug 513981 - Project template causes CS1726
	  errors).

2009-03-16  Michael Hutchinson  <mhutchinson@novell.com>

	* src/mdrun.cs: Don't remove the console error logger, just
	  control its verbosity. Fixes "Bug 480816 - mdtool removes
	  console logger so that errors are swallowed silently".

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

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

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

	* mdrun.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>

	* mdrun.csproj: Output to the correct directory.

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

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

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

	* mdrun.mdp: Flush project format changes.

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

	* mdrun.mdp: Fix target framework.

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

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

2008-08-20  Michael Hutchinson <mhutchinson@novell.com> 

	* app.config: Remove log4net residue.

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

	* src/mdrun.cs: Don't log internal messages to console by default.
	  Added parameter for enabling the logging service.

2008-01-16  Michael Hutchinson <mhutchinson@novell.com> 

	* src/mdrun.cs: Set process name for mdtool.

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

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

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

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

2007-08-02  Ankit Jain  <jankit@novell.com>

	* src/mdrun.cs (Main): Show list of available apps with the usage.

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

	* mdrun.mdp, src/mdrun.cs, Makefile.am: Make sure the setup utility can
	  be run even if the add-in registry is broken.

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> 

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

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

	* mdrun.mdp: Set target runtime to 2.0.
	* src/AssemblyInfo.cs: Avoid incremental change of version.

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

	* src/mdrun.cs: Added parameter for querying the available apps.

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

	* mdrun.mdp: Updated.
	
2006-03-29 Lluis Sanchez Gual  <lluis@novell.com>   

	* src/mdrun.cs: Shutdown the runtime before exiting.

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

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

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

	* Makefile.am: Generate config file for the app.
	* app.config: Added.

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

	* src/mdrun.cs: Created
