6.3.16

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • client: if "leave in memory" pref changes, quit suspended tasks
  • manager: fix disk display when talking to pre-6.3 client
  • MGR: More thorough validity checking to prevent crashes
  • client: restore support for max_ncpus preference. This and max_ncpus_pct can both be specified. If both are specified, we take the min
  • LIB: Fix the windows callstack dump routine for Visual Studio 2008
  • WINSETUP: Don't allow parent permissions to be inhertied from the parent directory when we setup the data directories permissions
  • WINSETUP: Include a fix for the ALLUSERS flag so that based on the user preference, the installation settings are honored
  • MGR: Have the SkinManager parse the correct spelling of 'organization'.
  • MGR: Add a new tab status to the Simple GUI for when the client has been instructed to delay starting applications via the <delay_start> option in cc_config.xml
  • WINSETUP: When the shortcut to BOINC Manager remove the minimize flag, it apparently was causing the small manager window. The '/s' parameter already takes care of minimizing the window
  • LIB: The max cpu preferences was named 'max_cpus' and not 'max_ncpus' back in the day
  • client: the max percent needs to be based on the max cpu preference not the total number of CPUs if we are actually calculating the min of both of them