2008-04-22 Robert Jordan <robertj@gmx.net>
[mono.git] / man / ChangeLog
1 2008-04-22  Robert Jordan  <robertj@gmx.net>
2
3         * mono.1: Document MONO_DEBUG=no-gdb-backtrace.
4
5 2008-04-21  Martin Baulig  <martin@ximian.com>
6
7         * mono.1: Documented the new --debug=mdb-optimizations option.
8
9 2008-04-17  Marek Habersack  <mhabersack@novell.com>
10
11         * mono.1: add description of the new NullFileWatcher to the
12         documentation of the MONO_MANAGED_WATCHER envvar.
13
14 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
15         * mono.1: Added description of the logging profiler.
16
17 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
18
19         * mono.1: Fix a typo.
20
21 2008-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
22
23         * mono.1: Documented new --security options validil
24         and verifiable.
25
26 2007-12-08  Jonathan Pryor  <jpryor@novell.com>
27
28         * wsdl.1: Fix groff comment (so that it doesn't appear in monodoc's
29           man-provider output).
30
31 2007-12-08  Marek Habersack  <mhabersack@novell.com>
32
33         * mono.1: added short documentation about the
34         MONO_ASPNET_INHIBIT_SETTINGSMAP environment variable.
35
36 2007-12-07  Mark Probst  <mark.probst@gmail.com>
37
38         * mono.1: Added a short paragraph on the MONO_GENERIC_SHARING
39         environment variable.
40
41 2007-11-21  Marek Habersack  <mhabersack@novell.com>
42
43         * mconfig.1: modify to reflect parameter changes in mconfig.
44
45 2007-10-23  Marek Habersack  <mhabersack@novell.com>
46
47         * mconfig.1: added
48
49         * Makefile.am (man_MANS): added mconfig.1
50
51 2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * sn.1: Fix help for -T / -t as this shows the public key token
54         (and not the public key).
55
56 2007-08-31  Sebastien Pouliot  <sebastien@ximian.com>
57
58         * permview.1: add documentation for the -xml option now available
59         with the Cecil-enabled version of permview.
60
61 2007-07-17  Jb Evain <jbevain@novell.com>
62
63         * monolinker.1: add monolinker man page.
64
65 2007-07-11  Jb Evain <jbevain@novell.com>
66
67         * mcs.1: add info about smcs.
68
69 2007-07-04  Atsushi Enomoto <atsushi@ximian.com>
70
71         * mcs.1 : we do not use fixed Latin1 by default.
72
73 2007-07-02  Jackson Harper  <jackson@ximian.com>
74
75         * xamlg.1:
76         * Makefile.am: Moved to more appropriate place.
77
78 2007-07-02  Jackson Harper  <jackson@ximian.com>
79
80         * xamlg.1:
81         * Makefile.am: Add man page for xamlg.
82
83 2007-04-26  Dick Porter  <dick@ximian.com>
84
85         * mono.1: Document MONO_DISABLE_SHM
86
87 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
88
89         * vbnc.1: Added man entry for vbnc.
90         * mbas.1: Deleted.
91         * Makefile.am: Added vbnc.1
92
93 Mon Jan 22 11:15:26 CET 2007 Paolo Molaro <lupus@ximian.com>
94
95         * mono.1: typo fixes from jessemerriman@warpmail.net (Jesse Merriman).
96
97 2007-01-17  Alp Toker  <alp@atoker.com>
98
99         * gacutil.1: Spelling and grammar fixes.
100
101 2007-01-17  Alp Toker  <alp@atoker.com>
102
103         * sn.1: Spelling and grammar fixes.
104
105 2006-12-08  Sebastien Pouliot  <sebastien@ximian.com>
106
107         * mono.1: Document the MONO_TLS_SESSION_CACHE_TIMEOUT environment 
108         variable that can be used to control the validity period of the 
109         SSL/TLS negotiation cache.
110
111 2006-11-29  Joshua Tauberer  <jit@occams.info>
112
113         * mkbundle.1: Corrected minor errors, added --nomain option.
114
115 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * genxs.1 : introduced <baseSerializer> and <implementation>
118           elements. See also sgen.
119
120 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * sgen.1, Makefile: revised a bit, to not mislead as if the output
123           were sources. It indeed generates an assembly.
124
125 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * sgen.1, Makefile: added manpage for sgen.
128
129 2006-10-03  Dick Porter  <dick@ximian.com>
130
131         * mono.1: Document the new MONO_IO_PORTABILITY_HELP environment
132         variable
133
134 2006-09-08  Robert Jordan  <robertj@gmx.net>
135
136         * mkbundle.1: The `-z' option is now supported under Windows.
137
138 2006-08-31  Geoff Norton  <gnorton@customerdna.com>
139
140         * macpack.1: Fix a typo for the -appname option.
141
142 2006-08-23  Wade Berrier <wberrier@novell.com>
143
144         * gacutil.1 : Change automake usage example because we always use $(prefix)/lib 
145         for the gac, even on 64 bit systems.
146
147 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
148
149         * mono.1 : Document MONO_EVENTLOG_TYPE, replaces MONO_EVENTLOG_PATH.
150
151 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
152
153         * sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
154         protected files to sign assemblies.
155
156 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * mono.1 : MONO_LOCAL_EVENTLOG_PATH -> MONO_EVENTLOG_PATH.
159
160 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * mono.1 : description on MONO_LOCAL_EVENTLOG_PATH.
163
164 2006-03-15  Miguel de Icaza  <miguel@novell.com>
165
166         * mono.1: Document MONO_XEXCEPTIONS and MONO_XSYNC, create new
167         section, sort the previous enviornment section.
168
169 2006-03-06  Lluis Sanchez Gual  <lluis@novell.com>
170
171         * mono.1: Updated MONO_XMLSERIALIZER_THS option information.
172
173 2006-02-22  Jelmer Vernooij <jelmer@samba.org>
174         * mbas.1, Makefile.am: Add manpage for mbas (based on mcs.1)
175
176 2006-01-26  Jonathan Pryor  <jonpryor@vt.edu>
177
178         * ChangeLog: Started
179         * mono-shlib-cop.1: Document another BUG/design issue that it doesn't check
180           for; formatting/style changes.
181