6.1.16

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • API: fix boinc_resolve_filename_s() to handle symlinks the same as boinc_resolve_filename().
  • client: do the /proc/interrupts stuff (see above) only on Linux-like systems; use device_idle() only on non-Linux Unix systems
  • Fix is_file() to use S_ISREG() macro instead of incorrect (sbuf.st_mode & S_IFREG); fix is_dir() to use S_ISDIR() macro instead of incorrect (sbuf.st_mode & S_IFDIR).
  • Fix is_file() and is_dir() to compile properly on Windows by using the actual expressions instead of the macros which aren't defined.
  • scheduler: fix FCGI compile problem. FCGI can't use libboinc.a; is needs its own specially-compiled versions of everything in lib/
  • MGR: Make help system work again.
  • MGR: Add pre-release to the BOINC Manager title bar and about dialog if it is a pre-release version of BOINC.
  • CLI: Add some pre-release text to the CC startup routine and suggest they revert back to a released build if they don't plan on testing the client.
  • client: fix array size in Linux test for running on batteries