diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2019-01-30 22:21:46 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2019-02-01 10:45:27 +0100 |
commit | 351b57527d700b19c87ef3c341f67808351c4b83 (patch) | |
tree | cd1982e12bd746f9aa99660e59dd1d9bc7917f1b | |
parent | 3e24fbf6f0e4915efbbd98702e4801bcf9ebf89a (diff) | |
download | cygnal-351b57527d700b19c87ef3c341f67808351c4b83.tar.gz cygnal-351b57527d700b19c87ef3c341f67808351c4b83.tar.bz2 cygnal-351b57527d700b19c87ef3c341f67808351c4b83.zip |
Cygwin: Add pthread exception handling patch to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.0 | 5 |
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 |