X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3d1418f4e700f2a07b879a135df4ce5dfda2b077;hb=c813754f8d32e4a7af1ee9ddb938c2fc0c7981ef;hp=53e2f0fcfd56480c55545cd11ef103e92d627b21;hpb=2fb1f21ded4843b6e259640fb2479cff1f455eea;p=mono.git diff --git a/ChangeLog b/ChangeLog index 53e2f0fcfd5..3d1418f4e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2004-09-21 Neale Ferguson + + * configure.in: Cater for S/390 on Linux + +2004-09-21 + + * configure.in: Link with ole32 on windows. + +2004-09-20 Jackson Harper + + * support/map.c/h: Add poll events map functions. Use values + instead of names for defines. + +2004-09-17 Martin Baulig + + * Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest + change in this target. + +2004-09-14 Raja R Harinath + + * Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to + reduce the number of passes. We will get the assemblies signed in + the 'populate-runtime-subdir' phase. + (mcs-do-run-test-profiles): Rename from mcs-do-run-tests. Use + 'test-profiles' to test all profiles. + (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/. + (bootstrap-check): Update. + * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): + Simplify. + +2004-09-10 Zoltan Varga + + * Makefile.am (populate-runtime-subdir): Avoid -path argument to find + since it is not supported on solaris. + +2004-09-03 Martin Baulig + + * Makefile.am (bootstrap-world): New target. + +2004-09-02 Martin Baulig + + * runtime/net_1_1/Makefile.am (install-data-local): Install + mscorlib.dll.mdb into $(corlibdir). + + * runtime/net_2_0/Makefile.am: Likewise. + 2004-08-30 Zoltan Varga * scripts/mcs.in: Remove obsolete comment.