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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-01-31 00:21:46 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-01 12:45:27 +0300
commit351b57527d700b19c87ef3c341f67808351c4b83 (patch)
treecd1982e12bd746f9aa99660e59dd1d9bc7917f1b
parent3e24fbf6f0e4915efbbd98702e4801bcf9ebf89a (diff)
Cygwin: Add pthread exception handling patch to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.05
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/release/3.0 b/winsup/cygwin/release/3.0
index 49edb3870..f4433c320 100644
--- a/winsup/cygwin/release/3.0
+++ b/winsup/cygwin/release/3.0
@@ -91,4 +91,7 @@ Bug Fixes
Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00197.html
- Fix raise to work as required by POSIX.
- (Partially) addresses: https://cygwin.com/ml/cygwin/2019-01/msg00149.html
+ Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00149.html
+
+- Fix exception handling in pthreads.
+ Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00149.html