From 7555047cac4eda494ca602bf930a957c02388e01 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 2 Jun 2009 08:48:34 +0000 Subject: [PATCH] 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 --- checkin_notes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/checkin_notes b/checkin_notes index 193fba8ff0..7f9542a6ac 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 to 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/