7.3.16

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • COPROCS: Update the NVAPI library to r334
  • fix some compile warnings (no functional change)
  • client: keep track of a job's network usage, if it reports it. If a job reports its network usage (via boinc_network_usage()), keep track of this across episodes of the job, and report it to the server (some projects may want to give credit for network usage).
  • Renamed StateWaiting again to StateWait as per mingw-w64 (From: Timo Strunk)
  • client: Fix build break on Windows.
  • MinGW also requires delayimp now
  • client: don't include GPUs that lack OpenCL/Cal/CUDA when main GPU has it E.g.: if the "best" AMD GPU can do OpenCL, don't include AMD GPUs that can't, even if use_all_gpus is set. Otherwise lots of jobs will error out.
  • client: detect NVIDIA driver version on Linux; from Matt Harvey
  • Client: fix bug involving small image files and UMTS proxies Context:
    • 1) Some clients are behing proxies that compress image files
    • 2) We added a preference dont_verify_images that disables size/MD5 verification of image files, if they're nonempty.
    • 3) If a download finishes, the file is incomplete, and we read less than 5 KB, we assume that what we read was a proxy error message, and we truncate it from the file. Bug: if a project has a small image file, and a UMTS proxy compresses it to < 5 KB, 3) will truncate it to zero, and 2) will flag it as an error, and the job will fail. Fix: don't do 3) if it's an image file and dont_verify_images is set.
  • MGR: keep dialog titles consistent (matches title change in commit db9abb1)
  • client: fix bug in parsing <no_rsc> from account managers. Also Manager message tweak
  • WINBUILD: Add custom actions to remove the locally created users and groups when uninstalling a service install.
  • MGR: Add comments about know bugs in wxCocoa 3.0.0.