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

ChangeLog « mkbundle « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d0fcc7cefc1b8bf10133cc8b40fc8a0eadb2794 (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
2005-12-18 Alexandre Rocha Lima e Marcondes
<alexandre@psl-pr.softwarelivre.org>

	* mkbundle.cs: Updated obsolete Alloc and Free (now its AllocHeap and
	FreeHeap).

2005-12-01 Paolo Molaro <lupus@ximian.com>

	* mkbundle.cs: add warning for --static. Handle --static for non-linux
	systems.

2005-10-20  Miguel de Icaza  <miguel@novell.com>

	* mkbundle.cs: Deal with the fact that these were Linux-specific
	flags.  

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

	* TODO: remove obsolete stuff.
	* mkbundle.cs: added -z option so that assemblies are deflated before
	being embedded.
	* template_z.c: template C code used when -z is used.
	* Makefile: add new resource file.

Thu Jul 7 19:12:23 CEST 2005 Paolo Molaro <lupus@ximian.com>

	* mkbundle.cs: link statically just libmono with --static
	(fixes bug#75445).

2005-06-29  Miguel de Icaza  <miguel@ximian.com>

	* mkbundle.cs: Add support for OSX in the generated assembly
	code. 

2005-04-28 James Willcox <james@ximian.com>

	* mkbundle.cs: Add --config-dir option
	* template.c: same

2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* mkbundle.cs: GetReferencedAssemblies () will not report CodeBase, so
	load the assembly and get it from there. Fixes bug #74695.

2004-04-09  James Willcox  <james@ximian.com>

	* template.c: allocate the correct amount of memory for newargs

2005-04-08  Miguel de Icaza  <miguel@novell.com>

	* mkbundle.cs: Add support for bundling also a machine.config

2004-04-08  James Willcox  <james@ximian.com>

	* mkbundle.cs: add a --static flag for statically linking to libmono

Wed Mar 16 18:11:47 CET 2005 Paolo Molaro <lupus@ximian.com>

	* template.c, mkbundle.cs: automatically bundle config files if found.

2004-12-07  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : csc wanted ".dll" for -r:Mono.Posix.

2004-12-06  Raja R Harinath  <rharinath@novell.com>

	* Makefile (OTHER_RES): New.  Add template.c.
	(EXTRA_DISTFILES): New.  Distribute resource files too.

2004-11-28  Miguel de Icaza  <miguel@ximian.com>

	* Actually delete the files at the end, now that the debugging
	phase is over.