File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (167 lines) | stat: -rw-r--r-- 5,290 bytes parent folder | download | duplicates (3)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
2010-03-18  Zoltan Varga  <vargaz@gmail.com>

	* mkbundle.cs: Update after the mono.pc and libmono version bump.

2009-05-29  Steven Munroe  <munroesj@us.ibm.com>

	This patch is contributed under the terms of the MIT/X11 license

       * template_main.c: Include string.h to define strchr, memcpy,
       and strdup.
	
2009-05-12  Tor Lillqvist  <tml@novell.com>

	* template_main.c: Some small improvements on Windows: No need to
	include <shellapi.h>, <windows.h> does it already. Don't use the
	argc value as passed to main(), instead just let
	CommandLineToArgvW() overwrite it. Free the buffer returned by
	CommandLineToArgvW().

2009-05-12  Kornél Pál  <kornelpal@gmail.com>

	* TODO: Added notices about linking Mono statically.

2009-05-11  Tor Lillqvist  <tml@novell.com>

	* template_main.c: Enable passing options to the bundled Mono
	interpreter through a MONO_BUNDLED_OPTIONS environment
	variable. Requested in bug #495858.

	Enable non-ASCII (arbitraty Unicode in fact) command-line
	parameters to a mkbundled executable on Windows. Use
	GetCommandLineW(), CommandLineToArgvW(), and then
	g_utf16_to_utf8(). From bug #446172.

2009-03-15  Steven Munroe  <munroesj@us.ibm.com>

	This patch is contributed under the terms of the MIT/X11 license

	* mkbundle.cs (WriteSymbol): Use .p2align 5 instead of .align 32
	to get consistent results on all platforms.

2008-02-23  Marek Safar  <marek.safar@gmail.com>

	* mkbundle.cs: Close resources correctly when something goes wrong.
	
2007-10-19  Robert Jordan  <robertj@gmx.net>

	* mkbundle.cs (Execute): [Windows] since recently (?) cygwin's bash
	doesn't	strip CRLFs from ``-style command interpolation anymore.
	The superfluous CRLF was breaking the gcc command line.

	* mkbundle.cs (Execute): [Windows] set UseShellExecute = false to
	prevent	the creation of a new console windows.

2007-01-03  Tor Lillqvist  <tml@novell.com>

	Add the possibility to bundle also the machine.config file, from
	#80305.

	* mkbundle.cs: Add option --machine-config. Warn the user that a
	bundled machine.config file should be checked that it doesn't
	contain sensitive data like private machine keys.

	If that option was used, write the contents of the machine.config
	file to the asm output file, and write code to call
	mono_register_machine_config() with the data to the C output file.

2006-11-29  Joshua Tauberer  <jit@occams.info>

	* mkbundle.cs: Added --nomain option to create the host.c file
	  without a main() function so that it can be used in libraries.
	* Added: template_main.c, the template for the main() function.
	* template(_z).c: Factored out the main() method bits and left
	  a mono_mkbundle_init() function which is called from main(),
	  or should be called by the user library.

2006-11-01  Robert Jordan  <robertj@gmx.net>

	* Makefile: Enable the NET_2_0 build.
	
2006-09-08  Robert Jordan  <robertj@gmx.net>

	* mkbundle.cs, TODO: The `-z' option is now supported under
	Windows.

2006-09-05  Kornél Pál  <kornelpal@gmail.com>

	* TODO: Renamed mono-1.dll to mono.dll.

2005-12-29  Robert Jordan  <robertj@gmx.net>

	* mkbundle.cs, template.c, template_z.c: Added support for Windows.

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.