From b7be6fb47e88e0d39a1ba3513dbb5ea69dd98935 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 28 Jan 2007 20:26:50 +0000 Subject: Drop recursive mutex code since the running kernel may not support it (STR #1575) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5647 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index bc7889ec2..4548ba08e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ CHANGES IN FLTK 1.1.8 - Fl::awake() could block on X11 and OSX (STR #1537) + - Dropped "native" recursive POSIX mutex support since the kernel's + underlying implementation may not support it even if the C + library does (STR #1575) - WIN32 did check callbacks after the event processing instead of before as documented (STR #1535) - Fl_File_Chooser now hides the window before doing a callback -- cgit v1.2.3