2004-07-23 Martin Baulig <martin@ximian.com>
[mono.git] / ChangeLog
index 2ba476d7e01cde062c7cc1eb93e0b231513eab12..d44bb9529ec20a708c9c53391dda7f289541bb91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,78 @@
+2004-07-15  Jackson Harper  <jackson@ximian.com>
+
+       * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
+       
+2004-07-12  Massimiliano Mantione  <massi@ximian.com>
+
+       * docs/abc-removal.txt: Updated documentation for ABC removal.
+
+2004-07-12  Massimiliano Mantione  <massi@ximian.com>
+
+       * mono/mini/abcremoval.c: Rewritten most of ABC removal.
+       * mono/mini/abcremoval.h: Rewritten most of ABC removal.
+       * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite).
+       * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite).
+
+2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add --with-tls option to replace the misnamed 
+       --with-nptl option.
+
+2004-07-02  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (mcs-do-basic-build, mcs-do-short-build):
+       Pass NO_SIGN_ASSEMBLY=yes to sub-make.
+       ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work.
+
+2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * man/mono.1: Added 'aot' to trace options.
+
+2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix trunc check + add SPARC64 defines.
+
+2004-06-29  Jackson Harper  <jackson@ximian.com>
+
+       * man/gacutil.1: Update man with new command line options.
+       
+2004-06-29  Raja R Harinath  <rharinath@novell.com>
+            Atsushi Enomoto  <atsushi@ximian.com>
+
+       * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR.
+       (GAC_DIR): New define that doesn't include $(DESTDIR).
+       (install-data-local,uninstall-local): Use them.  Use in-tree mono
+       runtime, not the installed one.
+
+2004-06-29  Raja R Harinath  <rharinath@novell.com>
+
+       * runtime/Makefile.am (gmcs_exe): New.  Set only if not W32.
+       (monotwo_DATA): Use it.
+       From Atsushi Enomoto.
+
+2004-06-24  Raja R Harinath  <rharinath@novell.com>
+
+       * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back
+       ICSharpCode.SharpZipLib, not that it has a different version.
+
+2004-06-24  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
+       (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat
+       in W32.  Use 'mono' and 'mcs' in W32 too.
+       (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap.
+       * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention
+       nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib.
+       Fix for #60443, the GAC .DLL-Hell.
+
+2004-06-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage.
+
 2004-06-18  Jackson Harper  <jackson@ximian.com>
 
-       * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK
+       * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add
+       instructions on setting multiple mask values.
                
 Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>