* man/gacutil.1: Update man with new command line options.
[mono.git] / ChangeLog
index c8ce291d4b8ecd81e7359e0cfffa682c82694810..38c10bb65774c4d6322838eea32d65fdd683c0cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+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.