5.8.7

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • MGR: fixed bug in dialog options where it doesn't set the slider size automatically. This is a bug in wxGTK so for Linux set the size explicitly
  • MGR: Performance Improvements for Projects tab. (from Frank Weiler)
  • core client: fix account-manager resource share logic
  • manager: Statistics tab fixes (from Mifistor)
  • core client: make sure that RAM limits are not zero
  • MGR: Update default BOINC skin
  • core client: on Unix, raise app stack size limit to max possible value before exec'ing the program.
  • Manager: fix crash if select a project that doesn't have a name yet. There were two separate problems: 1) CMainDocument::project() was searching by name but not by master URL (BTW: all that at(), out-of-range exception stuff isn't needed, or the cut-and-pasted comment). 2) CViewProjects::UpdateSelection() (and its grid counterpart) were checking for project == NULL some of the time, but not all the time
  • MGR: Give the user a change to abort a core client shutdown when they select 'shutdown current client'.
  • MGR: Special case the authorization error dialog when it is attempting to use the default password, so that it also informs the user they need to run the manager from the same directory as the CC.
  • MGR: Revert back to original tabs, grd controls are not going to make it for this release