7.0.11

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • VBOX: Fix a regression I introduced on Saturday, is_vm_registered shouldn't be called when vm_name is empty. Change it so that is references vm_master_name instead to get the correct name of the VM.
  • VBOX: Fix the logic that scan for the CR character and removes it. Also fix the partial line inclusion when the various log files are greater than 16k. string.erase returns what the iterator value should be.
  • lib: recent checkin broke strip_whitespace(string&).
  • client: add debugging aids to coproc_detect logic.
  • client: ATI available RAM is in bytes, not MB; if no CAL, don't divide OpenCL global_mem_size by MEGA to fill in ATI available RAM.