Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « mdrun « tools « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 317bd9976228062a3230b41a4a6da33c1c64f1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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