| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- 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.
|