diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-03-24 18:13:08 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-03-24 18:13:08 +0100 |
commit | 0accc5332a5628f325c11f95acde41907642903a (patch) | |
tree | bb8de9948f355d25546f06323499f3b6e5fc769c /winsup | |
parent | 663b4ab8243e56052d72217427bc935b3de2e9de (diff) | |
download | newlib-0accc5332a5628f325c11f95acde41907642903a.zip newlib-0accc5332a5628f325c11f95acde41907642903a.tar.gz newlib-0accc5332a5628f325c11f95acde41907642903a.tar.bz2 |
Document cygserver changes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/2.8.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.8.0 b/winsup/cygwin/release/2.8.0 index 92dff74..cac919f 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 |