]> git.saurik.com Git - wxWidgets.git/commitdiff
Added log for Mac process termination fix.
authorJulian Smart <julian@anthemion.co.uk>
Sat, 10 Jun 2006 08:59:14 +0000 (08:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 10 Jun 2006 08:59:14 +0000 (08:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c3a9329e1e266b06f1a6f01055ea47f6f9bfaba4..2be07bccdb6de355882882ff6cfb9e7308496948 100644 (file)
@@ -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: