From 701e5fd61194da1c3dad0b716519b45b6a9430d6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 10 Jun 2006 08:59:14 +0000 Subject: [PATCH] Added log for Mac process termination fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index c3a9329e1e..2be07bccdb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -267,6 +267,8 @@ wxMac: - Fixed wxNotebook off-by-one bug in HitTest. - Fixed joystick GetXMin/Max bug. - Fixed Unix domain socket problem in wxIPC. +- Fixed non-detection of process termination on Intel Macs by + polling for process termination in a separate thread. wxCocoa: -- 2.45.2