7.6.6

Aus BC-Wiki
Version vom 15. Juli 2015, 18:01 Uhr von Rebirther (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „''' 7x''' * Mac installer: make my changes for OS 10.11 El Capitan compatibility work with branded versions of BOINC (GridRepublic, etc.) * client: fi…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

7x

  • Mac installer: make my changes for OS 10.11 El Capitan compatibility work with branded versions of BOINC (GridRepublic, etc.)
  • client: fix bug in computing elapsed time when CPU throttling. When CPU throttling was in effect, we were accumulating elapsed time at about half the correct rate.
  • MGR: Prevent crash on Windows with the menu disabling code. Revisit when more time is available.
  • client (Win): when read stderr.txt, wait for write lock to be release first. Apparently, on Win, there is still a write lock on stderr.txt, and its buffer isn't flushed, until shortly after the app process exits. This is bizarre, but so be it.