mirror of https://github.com/BOINC/boinc.git
Update checkin notes: MGR: In Async RPC logic, change calling order for wxCondition and wxMutex to match examples in literature
svn path=/trunk/boinc/; revision=18263
This commit is contained in:
parent
4e535a6804
commit
7555047cac
|
@ -4896,6 +4896,11 @@ David 1 June 2009
|
|||
|
||||
Charlie 1 June 2009
|
||||
- Mac MGR: Fix per-thread-locale logic on Mac.
|
||||
- MGR: In Async RPC logic, change calling order for wxCondition and
|
||||
wxMutex from <Set Boolean, Lock, Unlock, Signal> to <Lock,
|
||||
Set Boolean, Signal, Unlock> to be consistent with examples in
|
||||
literature, hoping this might fix an intermittent hang in
|
||||
wxConition::Wait().
|
||||
- Mac MGR: Mac OS 10.3.9 does not have sqlite3, so we must weak-link.
|
||||
|
||||
clientgui/
|
||||
|
|
Loading…
Reference in New Issue