X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=152d8acbf459db81e91d2b413109b0752feee693;hb=e0df8328d11d79623c1b0369cf15544b26a18db0;hp=395df575b02e525830386b0dd16810d9f5de34d0;hpb=f1b96cfe04742b17bafef1255c22746e536fc49e;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index 395df575b02..152d8acbf45 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,125 @@ +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 + pass 100%. + (default_centum_tests, net_2_0_centum_tests): New. + (ONLY_CENTUM_TESTS): New check. If defined during 'make + run-test', only the tests in centum_tests are run. + +2004-12-20 Jambunathan K + + * btests: Removed. This directory is now superseded by + mbas/Test. + +2004-12-13 Raja R Harinath + + * INSTALL.txt: Minor updates to reflect build changes. + +2004-11-25 Raja R Harinath + + * Makefile (DISTFILES): Add nunit.key. + +2004-11-24 Raja R Harinath + + * Makefile (profiles-do--run-test): Allow list of profiles to be + overriden. + (profiles-do--all): Remove. The default pattern build suffices. + +2004-11-22 Raja R Harinath + + * Makefile (OVERRIDE_TARGET_ALL): Remove. + (all.override): Remove 2-pass build. + (net_1_1_bootstrap_SUBDIRS): Add 'tools'. + +2004-11-22 Raja R Harinath + + * Makefile (profiles-do--all): Don't fallback to default pattern build. + +2004-11-19 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): Add nunit20. + +2004-11-19 Raja R Harinath + + * Makefile (%-profiles): Go through an intermediate set of rules. + Move body to ... + (profiles-do--%): ... this. + (profiles-do--run-test): Customized rule that usefully runs with + 'make -j' and 'make -k'. + (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap + process. + +2004-11-09 Raja R Harinath + + * Makefile (basic_SUBDIRS): New. + 2004-11-04 Raja R Harinath * Makefile (net_1_1_bootstrap_SUBDIRS): New.