diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-11-27 15:56:01 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-11-27 15:56:01 +0100 |
commit | a4d1cb105366a0fc697d8b682229ca65b7cffeed (patch) | |
tree | b2f344d54f681e293dc757d6b60f5ed678cdc1bf | |
parent | c43e9340f1bebe97d8e8ea683ec7f2bf911b5a85 (diff) | |
download | cygnal-a4d1cb105366a0fc697d8b682229ca65b7cffeed.tar.gz cygnal-a4d1cb105366a0fc697d8b682229ca65b7cffeed.tar.bz2 cygnal-a4d1cb105366a0fc697d8b682229ca65b7cffeed.zip |
Belatedly create release notes for commits 2f4fef9 and 9471b0b
-rw-r--r-- | winsup/cygwin/release/2.4.0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.4.0 b/winsup/cygwin/release/2.4.0 index cb1b069cf..33d3b9f3b 100644 --- a/winsup/cygwin/release/2.4.0 +++ b/winsup/cygwin/release/2.4.0 @@ -42,5 +42,12 @@ Bug Fixes from David M. Gay. Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00205.html +- Fix handling of relative paths in native symlinks if the target is in a + drive's root dir or one level below. + Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00277.html + +- Fix a SEGV when calling `kill -l 0'. + Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00430.html + - Fix a race condition in signal handling. Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00387.html |