X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=f6e4d8084e8f9b5c738be83aa281e83b8c79e1b0;hb=9f5bc7946afb273ea27e3930b8e9fda65ce6d146;hp=541df2c4ab245a4f2b22689a1e96606387072374;hpb=b874c9414e8d4c61837eee0fac1b4469a7e249bb;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index 541df2c4ab2..f6e4d8084e8 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,90 @@ +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-06 Raja R Harinath + + * Makefile (bootstrap): Remove special handling on Win32. + +2005-07-11 Raja R Harinath + + * Makefile (centum_tests): Add System.Messaging and + System.ServiceProcess. Remove System.Configuration.Install. + Move Mono.C5 ... + (net_2_0_centum_tests): ... here, and disable it for now. + +2005-06-20 Raja R Harinath + + * Makefile (centum_tests): Move System.XML ... + (default_centum_tests): ... here. + +2005-06-17 Raja R Harinath + + * Makefile (centum_tests): Add System.XML. + +2005-06-10 Sebastien Pouliot + + * Makefile (centum_tests): Added System.Security. + +2005-05-20 Raja R Harinath + + * Makefile (centum_tests): Add System.Web and move corlib from ... + (default_centum_tests): ... here. + +2005-04-25 Raja R Harinath + + * Makefile (centum_tests): Add Mono.Security and + System.Runtime.Remoting. + * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS). + +2005-04-21 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm. + +2005-03-14 Raja R Harinath + + * Makefile (_boot_): New. Used to generalize the bootstrap to + clean and install too. + 2005-02-25 Raja R Harinath * Makefile (centum_tests): New list of test subdirs that should