7.4.23

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • boinccmd: accept [IPv6_addr]:port as --hostname arg
  • API: Fix a bug in boinc_get_opencl_ids() which incorrectly returned CL_INVALID_DEVICE on some systems. This would happen on hosts with multiple GPUs if:
    • the host has GPUs from two different vendors with different OpenCL platforms (e.g., NVIDIA and AMD), and
    • the second platform queried has more GPUs than the first one, and
    • the requested GPU is a higher numbed one in the second platform.
  • Mac installer: fix a bug which prevented localizing BOINC installer dialogs.
  • Mac Installer: If we have a valid code signing identity, code sign the BOINC client and Manager as well as the installer and uninstaller. OS X's software firewall can interfere with RPCs between the client and Manager. Signing them may make this less likely to be a problem.
  • client (Unix): when get vbox version, make sure it's not an error msg.
  • MGR: Fix a problem where OS X's software firewall can cause RPC authorization to fail.