summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 20:26:50 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 20:26:50 +0000
commitb7be6fb47e88e0d39a1ba3513dbb5ea69dd98935 (patch)
tree7f31153744147f47ee3734978e58cb7c33ab9658 /CHANGES
parent2fcd3610d57dacb6d4836991f05ea9728929c10d (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
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