X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=9eb1c80fdda24bc424094637c3e01a08376f18db;hb=fb964f7862837d11fa173524d3e208e6bf29bba3;hp=e69782df3ad0f58584c8b055b92af751b6aa6d3c;hpb=8e51658f629eea8412c172dcc02c08a98b425199;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index e69782df3ad..9eb1c80fdda 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,9 +1,76 @@ -2005-09-05 Atsushi Enomoto +2007-12-04 Marek Safar - * Makefile: reverted previous change. Sadly mono.exe has different - way to load mscorlib.dll so it won't work. + * Makefile: Added more tests. + +2007-12-03 Marek Safar + + * Makefile: Added 3.5 profile, it probably not used here. + +2007-11-28 Raja R Harinath + + * Makefile (_boot_): Incorporate 'net_2_1' into the bootstrap + process -- it depends on 'net_2_0' profile being built. + +2007-07-27 Marek Safar + + * Makefile: Removed gmcs and smcs, removed DIST_ONLY_SUBDIRS. + +2007-07-27 Jb Evain + + * Makefile: integrate the tuner in the build. + +2007-07-26 Jb Evain + + * smcs: add a project of its own for the 2.1 compiler. + +2007-07-11 Jb Evain + + * Makefile: work on the 2.1 profile. + +2007-05-11 Raja R Harinath + + * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'mcs'. + +2007-04-18 Marek Habersack + + * Makefile (SUBDIRS): removed tools/culevel, it is now built in + the 1.1 bootstrap phase. + +2007-04-17 Marek Habersack + + * Makefile (thisdir): added tools/culevel to the list of + subdirectories - it must be compiled before compiling the classes + since System.Web depends on it. + +2007-04-06 Wade Berrier + + * Makefile: use bzip2 instead of gzip for 'make dist' + (even though it's not used here anymore) + +2006-08-18 Raja R Harinath + + * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'. + +2006-04-11 Raja R Harinath + + * Makefile (SUBDIRS): Remove tools/resgen. + +2005-11-21 Raja R Harinath + + * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm. + (net_2_0_SUBDIRS): Likewise. + +2005-09-22 Raja R Harinath + + * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS) + (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS): + Build the 'build' directory too. + +2005-09-21 Raja R Harinath + + * Makefile (centum_tests): Remove System.Web. -2005-09-05 Raja R Harinath +2005-09-06 Raja R Harinath * Makefile (bootstrap): Remove special handling on Win32.