Add 2.4.1 release message file

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-01-23 22:33:31 +01:00
parent 79b1b77b1f
commit 69f98f5f18
1 changed files with 12 additions and 0 deletions

View File

@ -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.