Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-03-24 20:13:08 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-03-24 20:13:08 +0300
commit0accc5332a5628f325c11f95acde41907642903a (patch)
treebb8de9948f355d25546f06323499f3b6e5fc769c /winsup
parent663b4ab8243e56052d72217427bc935b3de2e9de (diff)
Document cygserver changes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/2.8.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.8.0 b/winsup/cygwin/release/2.8.0
index 92dff7421..cac919fe2 100644
--- a/winsup/cygwin/release/2.8.0
+++ b/winsup/cygwin/release/2.8.0
@@ -37,3 +37,6 @@ Bug Fixes
- Fix dlopen/dlclose reference counting to make sure FreeLibrary isn't
called too early in forked process.
Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00220.html
+
+- Fix concurrency problems in cygserver.
+ Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00218.html