From cbdf4daaee6e0f2936577ebc84a4a26f36ce7aea Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 8 Jun 2009 22:53:18 +0000 Subject: [PATCH] Clarify checkin notes svn path=/trunk/boinc/; revision=18335 --- checkin_notes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 45c0309eeb..01fb11a4fb 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5189,9 +5189,9 @@ David 8 June 2009 DltItemProperties.cpp Charlie 8 June 2009 - - MGR: In Async RPC logic, use posix mutexes and conditions instead of - wxWidgets implementations, as this appears to fix an intermittent - hang in wxCondition::Wait(). + - Mac MGR: In Async RPC logic, use posix mutexes and conditions instead + of wxWidgets implementations on the Mac, as this appears to fix an + intermittent hang in wxCondition::Wait(). clientgui/ AsyncRPC.cpp, .h