* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tools / mkbundle / ChangeLog
1 2005-12-29  Robert Jordan  <robertj@gmx.net>
2
3         * mkbundle.cs, template.c, template_z.c: Added support for Windows.
4
5 2005-12-18 Alexandre Rocha Lima e Marcondes
6 <alexandre@psl-pr.softwarelivre.org>
7
8         * mkbundle.cs: Updated obsolete Alloc and Free (now its AllocHeap and
9         FreeHeap).
10
11 2005-12-01 Paolo Molaro <lupus@ximian.com>
12
13         * mkbundle.cs: add warning for --static. Handle --static for non-linux
14         systems.
15
16 2005-10-20  Miguel de Icaza  <miguel@novell.com>
17
18         * mkbundle.cs: Deal with the fact that these were Linux-specific
19         flags.  
20
21 2005-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22
23         * TODO: remove obsolete stuff.
24         * mkbundle.cs: added -z option so that assemblies are deflated before
25         being embedded.
26         * template_z.c: template C code used when -z is used.
27         * Makefile: add new resource file.
28
29 Thu Jul 7 19:12:23 CEST 2005 Paolo Molaro <lupus@ximian.com>
30
31         * mkbundle.cs: link statically just libmono with --static
32         (fixes bug#75445).
33
34 2005-06-29  Miguel de Icaza  <miguel@ximian.com>
35
36         * mkbundle.cs: Add support for OSX in the generated assembly
37         code. 
38
39 2005-04-28 James Willcox <james@ximian.com>
40
41         * mkbundle.cs: Add --config-dir option
42         * template.c: same
43
44 2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
45
46         * mkbundle.cs: GetReferencedAssemblies () will not report CodeBase, so
47         load the assembly and get it from there. Fixes bug #74695.
48
49 2004-04-09  James Willcox  <james@ximian.com>
50
51         * template.c: allocate the correct amount of memory for newargs
52
53 2005-04-08  Miguel de Icaza  <miguel@novell.com>
54
55         * mkbundle.cs: Add support for bundling also a machine.config
56
57 2004-04-08  James Willcox  <james@ximian.com>
58
59         * mkbundle.cs: add a --static flag for statically linking to libmono
60
61 Wed Mar 16 18:11:47 CET 2005 Paolo Molaro <lupus@ximian.com>
62
63         * template.c, mkbundle.cs: automatically bundle config files if found.
64
65 2004-12-07  Atsushi Enomoto  <atsushi@ximian.com>
66
67         * Makefile : csc wanted ".dll" for -r:Mono.Posix.
68
69 2004-12-06  Raja R Harinath  <rharinath@novell.com>
70
71         * Makefile (OTHER_RES): New.  Add template.c.
72         (EXTRA_DISTFILES): New.  Distribute resource files too.
73
74 2004-11-28  Miguel de Icaza  <miguel@ximian.com>
75
76         * Actually delete the files at the end, now that the debugging
77         phase is over.
78