forked from mono-soc-2012/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
370 lines (204 loc) · 9.91 KB
/
ChangeLog
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
2010-08-03 Andrés G. Aragoneses <[email protected]>
* monolinker.1: Add the name="..." notation to the field examples too
(besides the signature="..." one).
2010-07-12 Rolf Bjarne Kvinge <[email protected]>
* mono.1: Document MONO_DEBUG's new reverse-pinvoke-exceptions option.
2010-04-23 Miguel de Icaza <[email protected]>
* mono.1: Sort environment variables, update a couple of docs.
2010-04-07 Andrés G. Aragoneses <[email protected]>
* monolinker.1: Fix typo.
2010-04-01 Sebastien Pouliot <[email protected]>
* mono.1: Document the new "security" option for logging
2010-03-26 Zoltan Varga <[email protected]>
* mono.1: Document the MONO_ENABLE_SHM env variable.
2010-03-03 Rolf Bjarne Kvinge <[email protected]>
* mono.1: Document exception tracing.
2010-02-18 Marek Habersack <[email protected]>
* mono-configuration-crypto.1: added
* Makefile.am (man_MANS): added mono-configuration-crypto.1
2010-02-10 Geoff Norton <[email protected]>
* mono.1: Document the aot compiler options.
2010-02-08 Ankit Jain <[email protected]>
* lc.1: Fix typos.
2009-12-11 Marek Habersack <[email protected]>
* mono.1: documented the IOMAP report profiler module
2009-11-23 Marek Habersack <[email protected]>
* mono.1: documented the 'report' option for MONO_IOMAP
2009-10-11 Ankit Jain <[email protected]>
* xbuild.1: Add info about env var XBUILD_COLORS.
2009-10-09 Zoltan Varga <[email protected]>
* mono.1: Document --debug=gdb option.
2009-09-24 Ankit Jain <[email protected]>
* xbuild.1: Add info about env var XBUILD_EMIT_SOLUTION.
2009-09-14 Massimiliano Mantione <[email protected]>
* mono.1: Updated the profiler documentation, removing the obsolete
signal related options and adding the description of the new socket
based command interface.
2009-08-21 Ankit Jain <[email protected]>
* Makefile.am (man_MANS): Add xbuild.1
* xbuild.1: New.
2009-06-12 Jb Evain <[email protected]>
* mcs.1: update the /platform information.
2009-05-12 Tor Lillqvist <[email protected]>
* mkbundle.1: Document MONO_BUNDLED_OPTIONS.
2009-04-09 Jonathan Pryor <[email protected]>
* mdoc-update.1: Document -L, -r options.
2009-04-06 Jonathan Pryor <[email protected]>
* mdoc.5: Document //code/@src attribute.
2009-04-03 Andrés G. Aragoneses <[email protected]>
* monolinker.1: Document -m modifier.
2009-03-31 Jonathan Pryor <[email protected]>
* mdoc-update.1: Fix --out=DIRECTORY formatting. (It was causing the
remaining text to be bolded within monodoc).
2009-03-30 Jonathan Pryor <[email protected]>
* mdoc-update.1: Add new --exceptions=added functionality.
2009-03-23 Massimiliano Mantione <[email protected]>
* mono.1: Updated the profiler documentation, removing the "gc-signal"
option (it does not exist anymore) and clarifying the role of signals
in heap profiling.
2009-03-20 Jonathan Pryor <[email protected]>
* mdoc-export-html.1: Document --force-update parameter.
2008-12-31 Massimiliano Mantione <[email protected]>
* mono.1: Updated the profiler documentation, removing the "ts"
option (it does not exist anymore) and explaining the defaults for
allocation and heap profiling.
2008-12-12 Rolf Bjarne Kvinge <[email protected]>
* Makefile.am, vbnc.1: Remove vbnc.1. It's living in the
mono-basic module now.
2008-11-20 Rodrigo Kumpera <[email protected]>
* mono.1: Document env vars MONO_XDEBUG and MONO_VERBOSE_METHOD.
2008-10-18 Jonathan Pryor <[email protected]>
* Makefile.am (man_MANS): Remove unpackaged files.
2008-10-18 Jonathan Pryor <[email protected]>
* mdvalidator.1: Rename to mdvalidater.1.
* Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1.
2008-10-18 Jonathan Pryor <[email protected]>
* Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.
2008-10-18 Mark Probst <[email protected]>
* mono.1: Documentation for "--no-x86-stack-align" option.
2008-10-17 Jonathan Pryor <[email protected]>
* Makefile: Add man pages added from monodoc/man...
2008-10-12 Atsushi Enomoto <[email protected]>
* mono.1 : svn.myrealbox -> anonsvn.mono-project .
2008-10-10 Massimiliano Mantione <[email protected]>
* mono.1: Document the new "sas" option.
2008-09-11 Daniel Morgan <[email protected]>
* sqlsharp.1: added commands
\bcs, \cs, \listproviders, \p
2008-08-27 Zoltan Varga <[email protected]>
* mono-config.5: Fix a typo.
2008-08-22 Massimiliano Mantione <[email protected]>
* mono.1: Restore original nonvisible formatting (' ', '\-', and '"'
were added everywhere by mistake in r109428).
2008-08-21 Massimiliano Mantione <[email protected]>
* mono.1: Updated description of the logging profiler.
2008-08-08 Zoltan Varga <[email protected]>
* mono.1: Remove no-dlsym aot option for now.
* mono.1: Document the 'static' aot option.
2008-08-01 Massimiliano Mantione <[email protected]>
* mono.1: Updated description of the logging profiler.
2008-04-22 Robert Jordan <[email protected]>
* mono.1: Document MONO_DEBUG=no-gdb-backtrace.
2008-04-21 Martin Baulig <[email protected]>
* mono.1: Documented the new --debug=mdb-optimizations option.
2008-04-17 Marek Habersack <[email protected]>
* mono.1: add description of the new NullFileWatcher to the
documentation of the MONO_MANAGED_WATCHER envvar.
2008-03-26 Massimiliano Mantione <[email protected]>
* mono.1: Added description of the logging profiler.
2008-03-08 Zoltan Varga <[email protected]>
* mono.1: Fix a typo.
2008-03-07 Rodrigo Kumpera <[email protected]>
* mono.1: Documented new --security options validil
and verifiable.
2007-12-08 Jonathan Pryor <[email protected]>
* wsdl.1: Fix groff comment (so that it doesn't appear in monodoc's
man-provider output).
2007-12-08 Marek Habersack <[email protected]>
* mono.1: added short documentation about the
MONO_ASPNET_INHIBIT_SETTINGSMAP environment variable.
2007-12-07 Mark Probst <[email protected]>
* mono.1: Added a short paragraph on the MONO_GENERIC_SHARING
environment variable.
2007-11-21 Marek Habersack <[email protected]>
* mconfig.1: modify to reflect parameter changes in mconfig.
2007-10-23 Marek Habersack <[email protected]>
* mconfig.1: added
* Makefile.am (man_MANS): added mconfig.1
2007-10-17 Sebastien Pouliot <[email protected]>
* sn.1: Fix help for -T / -t as this shows the public key token
(and not the public key).
2007-08-31 Sebastien Pouliot <[email protected]>
* permview.1: add documentation for the -xml option now available
with the Cecil-enabled version of permview.
2007-07-17 Jb Evain <[email protected]>
* monolinker.1: add monolinker man page.
2007-07-11 Jb Evain <[email protected]>
* mcs.1: add info about smcs.
2007-07-04 Atsushi Enomoto <[email protected]>
* mcs.1 : we do not use fixed Latin1 by default.
2007-07-02 Jackson Harper <[email protected]>
* xamlg.1:
* Makefile.am: Moved to more appropriate place.
2007-07-02 Jackson Harper <[email protected]>
* xamlg.1:
* Makefile.am: Add man page for xamlg.
2007-04-26 Dick Porter <[email protected]>
* mono.1: Document MONO_DISABLE_SHM
2007-02-20 Rolf Bjarne Kvinge <[email protected]>
* vbnc.1: Added man entry for vbnc.
* mbas.1: Deleted.
* Makefile.am: Added vbnc.1
Mon Jan 22 11:15:26 CET 2007 Paolo Molaro <[email protected]>
* mono.1: typo fixes from [email protected] (Jesse Merriman).
2007-01-17 Alp Toker <[email protected]>
* gacutil.1: Spelling and grammar fixes.
2007-01-17 Alp Toker <[email protected]>
* sn.1: Spelling and grammar fixes.
2006-12-08 Sebastien Pouliot <[email protected]>
* mono.1: Document the MONO_TLS_SESSION_CACHE_TIMEOUT environment
variable that can be used to control the validity period of the
SSL/TLS negotiation cache.
2006-11-29 Joshua Tauberer <[email protected]>
* mkbundle.1: Corrected minor errors, added --nomain option.
2006-11-14 Atsushi Enomoto <[email protected]>
* genxs.1 : introduced <baseSerializer> and <implementation>
elements. See also sgen.
2006-11-14 Atsushi Enomoto <[email protected]>
* sgen.1, Makefile: revised a bit, to not mislead as if the output
were sources. It indeed generates an assembly.
2006-11-14 Atsushi Enomoto <[email protected]>
* sgen.1, Makefile: added manpage for sgen.
2006-10-03 Dick Porter <[email protected]>
* mono.1: Document the new MONO_IO_PORTABILITY_HELP environment
variable
2006-09-08 Robert Jordan <[email protected]>
* mkbundle.1: The `-z' option is now supported under Windows.
2006-08-31 Geoff Norton <[email protected]>
* macpack.1: Fix a typo for the -appname option.
2006-08-23 Wade Berrier <[email protected]>
* gacutil.1 : Change automake usage example because we always use $(prefix)/lib
for the gac, even on 64 bit systems.
2006-08-20 Gert Driesen <[email protected]>
* mono.1 : Document MONO_EVENTLOG_TYPE, replaces MONO_EVENTLOG_PATH.
2006-08-17 Sebastien Pouliot <[email protected]>
* sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
protected files to sign assemblies.
2006-08-14 Atsushi Enomoto <[email protected]>
* mono.1 : MONO_LOCAL_EVENTLOG_PATH -> MONO_EVENTLOG_PATH.
2006-08-14 Atsushi Enomoto <[email protected]>
* mono.1 : description on MONO_LOCAL_EVENTLOG_PATH.
2006-03-15 Miguel de Icaza <[email protected]>
* mono.1: Document MONO_XEXCEPTIONS and MONO_XSYNC, create new
section, sort the previous enviornment section.
2006-03-06 Lluis Sanchez Gual <[email protected]>
* mono.1: Updated MONO_XMLSERIALIZER_THS option information.
2006-02-22 Jelmer Vernooij <[email protected]>
* mbas.1, Makefile.am: Add manpage for mbas (based on mcs.1)
2006-01-26 Jonathan Pryor <[email protected]>
* ChangeLog: Started
* mono-shlib-cop.1: Document another BUG/design issue that it doesn't check
for; formatting/style changes.
2009-05-22 Michael Barker <[email protected]>
* man.1: Added documentation for MONO_MESSAGING_PROVIDER environment
variable.