From 0accc5332a5628f325c11f95acde41907642903a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 24 Mar 2017 18:13:08 +0100 Subject: [PATCH] Document cygserver changes Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.8.0 | 3 +++ 1 file changed, 3 insertions(+) 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