diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-01-23 22:33:31 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-01-23 22:33:31 +0100 |
commit | 69f98f5f185537bcee36b6929a79adf8f2bfde57 (patch) | |
tree | 41d50ec38baa34a211162722412e79545753f6d1 | |
parent | 79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef (diff) | |
download | cygnal-69f98f5f185537bcee36b6929a79adf8f2bfde57.tar.gz cygnal-69f98f5f185537bcee36b6929a79adf8f2bfde57.tar.bz2 cygnal-69f98f5f185537bcee36b6929a79adf8f2bfde57.zip |
Add 2.4.1 release message filecygwin-2_4_1-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.4.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.4.1 b/winsup/cygwin/release/2.4.1 new file mode 100644 index 000000000..ee2ae4385 --- /dev/null +++ b/winsup/cygwin/release/2.4.1 @@ -0,0 +1,12 @@ +Bug Fixes +--------- + +- The cygpath(1) patch to correct the case of system directories when + returned as POSIX paths didn't work correctly for the SYSTEMROOT + directory on 32 bit Cygwin running on 64 bit Windows. + Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00257.html + +- cygwin_login_user(2): Don't fail if the calling user has no TCB privileges + and the user account to create the token for is an admin account. Return + the UAC-restricted token instead. + Addresses: Reported on IRC. |