Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-24 12:40:10 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-24 12:40:10 +0400
commit856016dd5745bcf1ab83f035756eb9a0101aac90 (patch)
tree2dab296228ddd3eb8b9bd42c575423b742f1aee8 /ChangeLog
parente3109b9199b644e3b0aa1bb4f87527895488528a (diff)
* 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. svn path=/trunk/mono/; revision=30287
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3530a0195b8..4876d419879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2004-06-24 Raja R Harinath <rharinath@novell.com>
- * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention nunit.*.
- Fix for #60443.
+ * 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>