ChangeLog 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. 2008-12-31 Massimiliano Mantione <[email protected]>
  2. * mono.1: Updated the profiler documentation, removing the "ts"
  3. option (it does not exist anymore) and explaining the defaults for
  4. allocation and heap profiling.
  5. 2008-12-12 Rolf Bjarne Kvinge <[email protected]>
  6. * Makefile.am, vbnc.1: Remove vbnc.1. It's living in the
  7. mono-basic module now.
  8. 2008-11-20 Rodrigo Kumpera <[email protected]>
  9. * mono.1: Document env vars MONO_XDEBUG and MONO_VERBOSE_METHOD.
  10. 2008-10-18 Jonathan Pryor <[email protected]>
  11. * Makefile.am (man_MANS): Remove unpackaged files.
  12. 2008-10-18 Jonathan Pryor <[email protected]>
  13. * mdvalidator.1: Rename to mdvalidater.1.
  14. * Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1.
  15. 2008-10-18 Jonathan Pryor <[email protected]>
  16. * Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.
  17. 2008-10-18 Mark Probst <[email protected]>
  18. * mono.1: Documentation for "--no-x86-stack-align" option.
  19. 2008-10-17 Jonathan Pryor <[email protected]>
  20. * Makefile: Add man pages added from monodoc/man...
  21. 2008-10-12 Atsushi Enomoto <[email protected]>
  22. * mono.1 : svn.myrealbox -> anonsvn.mono-project .
  23. 2008-10-10 Massimiliano Mantione <[email protected]>
  24. * mono.1: Document the new "sas" option.
  25. 2008-09-11 Daniel Morgan <[email protected]>
  26. * sqlsharp.1: added commands
  27. \bcs, \cs, \listproviders, \p
  28. 2008-08-27 Zoltan Varga <[email protected]>
  29. * mono-config.5: Fix a typo.
  30. 2008-08-22 Massimiliano Mantione <[email protected]>
  31. * mono.1: Restore original nonvisible formatting (' ', '\-', and '"'
  32. were added everywhere by mistake in r109428).
  33. 2008-08-21 Massimiliano Mantione <[email protected]>
  34. * mono.1: Updated description of the logging profiler.
  35. 2008-08-08 Zoltan Varga <[email protected]>
  36. * mono.1: Remove no-dlsym aot option for now.
  37. * mono.1: Document the 'static' aot option.
  38. 2008-08-01 Massimiliano Mantione <[email protected]>
  39. * mono.1: Updated description of the logging profiler.
  40. 2008-04-22 Robert Jordan <[email protected]>
  41. * mono.1: Document MONO_DEBUG=no-gdb-backtrace.
  42. 2008-04-21 Martin Baulig <[email protected]>
  43. * mono.1: Documented the new --debug=mdb-optimizations option.
  44. 2008-04-17 Marek Habersack <[email protected]>
  45. * mono.1: add description of the new NullFileWatcher to the
  46. documentation of the MONO_MANAGED_WATCHER envvar.
  47. 2008-03-26 Massimiliano Mantione <[email protected]>
  48. * mono.1: Added description of the logging profiler.
  49. 2008-03-08 Zoltan Varga <[email protected]>
  50. * mono.1: Fix a typo.
  51. 2008-03-07 Rodrigo Kumpera <[email protected]>
  52. * mono.1: Documented new --security options validil
  53. and verifiable.
  54. 2007-12-08 Jonathan Pryor <[email protected]>
  55. * wsdl.1: Fix groff comment (so that it doesn't appear in monodoc's
  56. man-provider output).
  57. 2007-12-08 Marek Habersack <[email protected]>
  58. * mono.1: added short documentation about the
  59. MONO_ASPNET_INHIBIT_SETTINGSMAP environment variable.
  60. 2007-12-07 Mark Probst <[email protected]>
  61. * mono.1: Added a short paragraph on the MONO_GENERIC_SHARING
  62. environment variable.
  63. 2007-11-21 Marek Habersack <[email protected]>
  64. * mconfig.1: modify to reflect parameter changes in mconfig.
  65. 2007-10-23 Marek Habersack <[email protected]>
  66. * mconfig.1: added
  67. * Makefile.am (man_MANS): added mconfig.1
  68. 2007-10-17 Sebastien Pouliot <[email protected]>
  69. * sn.1: Fix help for -T / -t as this shows the public key token
  70. (and not the public key).
  71. 2007-08-31 Sebastien Pouliot <[email protected]>
  72. * permview.1: add documentation for the -xml option now available
  73. with the Cecil-enabled version of permview.
  74. 2007-07-17 Jb Evain <[email protected]>
  75. * monolinker.1: add monolinker man page.
  76. 2007-07-11 Jb Evain <[email protected]>
  77. * mcs.1: add info about smcs.
  78. 2007-07-04 Atsushi Enomoto <[email protected]>
  79. * mcs.1 : we do not use fixed Latin1 by default.
  80. 2007-07-02 Jackson Harper <[email protected]>
  81. * xamlg.1:
  82. * Makefile.am: Moved to more appropriate place.
  83. 2007-07-02 Jackson Harper <[email protected]>
  84. * xamlg.1:
  85. * Makefile.am: Add man page for xamlg.
  86. 2007-04-26 Dick Porter <[email protected]>
  87. * mono.1: Document MONO_DISABLE_SHM
  88. 2007-02-20 Rolf Bjarne Kvinge <[email protected]>
  89. * vbnc.1: Added man entry for vbnc.
  90. * mbas.1: Deleted.
  91. * Makefile.am: Added vbnc.1
  92. Mon Jan 22 11:15:26 CET 2007 Paolo Molaro <[email protected]>
  93. * mono.1: typo fixes from [email protected] (Jesse Merriman).
  94. 2007-01-17 Alp Toker <[email protected]>
  95. * gacutil.1: Spelling and grammar fixes.
  96. 2007-01-17 Alp Toker <[email protected]>
  97. * sn.1: Spelling and grammar fixes.
  98. 2006-12-08 Sebastien Pouliot <[email protected]>
  99. * mono.1: Document the MONO_TLS_SESSION_CACHE_TIMEOUT environment
  100. variable that can be used to control the validity period of the
  101. SSL/TLS negotiation cache.
  102. 2006-11-29 Joshua Tauberer <[email protected]>
  103. * mkbundle.1: Corrected minor errors, added --nomain option.
  104. 2006-11-14 Atsushi Enomoto <[email protected]>
  105. * genxs.1 : introduced <baseSerializer> and <implementation>
  106. elements. See also sgen.
  107. 2006-11-14 Atsushi Enomoto <[email protected]>
  108. * sgen.1, Makefile: revised a bit, to not mislead as if the output
  109. were sources. It indeed generates an assembly.
  110. 2006-11-14 Atsushi Enomoto <[email protected]>
  111. * sgen.1, Makefile: added manpage for sgen.
  112. 2006-10-03 Dick Porter <[email protected]>
  113. * mono.1: Document the new MONO_IO_PORTABILITY_HELP environment
  114. variable
  115. 2006-09-08 Robert Jordan <[email protected]>
  116. * mkbundle.1: The `-z' option is now supported under Windows.
  117. 2006-08-31 Geoff Norton <[email protected]>
  118. * macpack.1: Fix a typo for the -appname option.
  119. 2006-08-23 Wade Berrier <[email protected]>
  120. * gacutil.1 : Change automake usage example because we always use $(prefix)/lib
  121. for the gac, even on 64 bit systems.
  122. 2006-08-20 Gert Driesen <[email protected]>
  123. * mono.1 : Document MONO_EVENTLOG_TYPE, replaces MONO_EVENTLOG_PATH.
  124. 2006-08-17 Sebastien Pouliot <[email protected]>
  125. * sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
  126. protected files to sign assemblies.
  127. 2006-08-14 Atsushi Enomoto <[email protected]>
  128. * mono.1 : MONO_LOCAL_EVENTLOG_PATH -> MONO_EVENTLOG_PATH.
  129. 2006-08-14 Atsushi Enomoto <[email protected]>
  130. * mono.1 : description on MONO_LOCAL_EVENTLOG_PATH.
  131. 2006-03-15 Miguel de Icaza <[email protected]>
  132. * mono.1: Document MONO_XEXCEPTIONS and MONO_XSYNC, create new
  133. section, sort the previous enviornment section.
  134. 2006-03-06 Lluis Sanchez Gual <[email protected]>
  135. * mono.1: Updated MONO_XMLSERIALIZER_THS option information.
  136. 2006-02-22 Jelmer Vernooij <[email protected]>
  137. * mbas.1, Makefile.am: Add manpage for mbas (based on mcs.1)
  138. 2006-01-26 Jonathan Pryor <[email protected]>
  139. * ChangeLog: Started
  140. * mono-shlib-cop.1: Document another BUG/design issue that it doesn't check
  141. for; formatting/style changes.