diff options
-rw-r--r-- | winsup/cygwin/release/1.7.23 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.23 b/winsup/cygwin/release/1.7.23 new file mode 100644 index 000000000..f1087ca9f --- /dev/null +++ b/winsup/cygwin/release/1.7.23 @@ -0,0 +1,15 @@ +What's new: +----------- + + +What changed: +----------- + + +Bug fixes: +---------- + +- Fix race condition in POSIX semaphores which potentially breaks fork() when + using POSIX semaphores in a multithreaded process. + Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00404.html + http://cygwin.com/ml/cygwin/2013-07/msg00198.html |