diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-03-13 00:20:18 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-13 00:20:39 +0100 |
commit | ddc91e5b2ba18f9b8d72a20a853f0e7525891a4f (patch) | |
tree | e0c47be792373934b4c784ff011c86c504fcdeb6 | |
parent | 1eb6db6efb29b41d696db97a95aaaeee2b84c768 (diff) | |
download | cygnal-ddc91e5b2ba18f9b8d72a20a853f0e7525891a4f.tar.gz cygnal-ddc91e5b2ba18f9b8d72a20a853f0e7525891a4f.tar.bz2 cygnal-ddc91e5b2ba18f9b8d72a20a853f0e7525891a4f.zip |
Update Cygwin release message text with latest bugfixes.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.5.0 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0 index d2743190c..cce579b37 100644 --- a/winsup/cygwin/release/2.5.0 +++ b/winsup/cygwin/release/2.5.0 @@ -64,4 +64,15 @@ Bug Fixes - Don't spill network credentials of privileged user changing the user context via setuid method 1 (https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1) into - user session + user session. + Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00101.html + +- Fix bug in setvbuf resulting in overwriting data in line buffered IO + when writing after reading. + Addresses: https://cygwin.com/ml/cygwin/2016-03/msg00180.html + +- Fix typo in code converting Windows ACL to POSIX ACL, potentially + resulting in incorrect group permissions. Self-observed. + +- Fix reading/writing ACLs on Samba shares when using RFC2307 mapped uid/gid + values. Self-observed. |