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

ChangeLog « mautil - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 348ce5bce3d834ce80820e8b1a51f9cddd716945 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
2010-05-25  Lluis Sanchez Gual  <lluis@novell.com>

	* mautil.csproj: Add Debug and Release configurations.

2010-03-26  Lluis Sanchez Gual  <lluis@novell.com>

	* mautil.csproj: Flush.

2009-11-13  Lluis Sanchez Gual  <lluis@novell.com>

	* Main.cs: Allow specifying multiple levels of verbosity.

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

	* Main.cs: Track api changes.

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

	* Main.cs: Track api changes.

	* Makefile.am: Build using gmcs.

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

	* mautil.csproj: Update target framework to 2.0.

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

	* Main.cs: Added arguments which allows specifying the add-in
	  registry location using a package name.

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

 * mautil.csproj: Updated.

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

	* Makefile.am: Respect custom libdir during ./configure. Fixes bug
	#443205. Patch by Diego Pettenò.

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

	* Makefile.am: Fix building with parallel make jobs (-j8). Fixes bug
	#443206. Patch by Diego Pettenò.

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

	* Makefile.am: Dist fix.

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

	* mautil.csproj, mautil.mdp: Use msbuild file format for projects.
	  Removed the old MD1 projects.

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

	* Makefile.am, mautil.1: Man page for mautil. Patch by Tim Retout.
	* mautil.mdp: Updated.

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

	* mautil.csproj: Fix project file.

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

	* mautil.csproj: Add missing project file.

2007-12-15  Wade Berrier  <wberrier@novell.com> 

	* Makefile.am: install path for mautil.exe doesn't need DESTDIR (somehow...?)

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

	* mautil.in, Makefile.am: Install mautil in /usr/lib/mono/mono-addins.

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

	* Main.cs: Added parameter for setting the startup path.

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

	* mautil.mdp: Update paths.

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

	* Main.cs: Fixed endless loop when the -v arg is specified before other
	  arguments.