From: Julian Smart Date: Sat, 10 Jun 2006 08:59:14 +0000 (+0000) Subject: Added log for Mac process termination fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/701e5fd61194da1c3dad0b716519b45b6a9430d6 Added log for Mac process termination fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: