https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fc8aaa40fed0a835520d0071da459c9bb925ffc5
commit fc8aaa40fed0a835520d0071da459c9bb925ffc5 Author: Corinna Vinschen <[email protected]> Date: Mon Aug 27 18:30:59 2018 +0200 Cygwin: add release note for previous ACL changes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.11.0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/2.11.0 b/winsup/cygwin/release/2.11.0 index 6ffe3f6..8f308c8 100644 --- a/winsup/cygwin/release/2.11.0 +++ b/winsup/cygwin/release/2.11.0 @@ -74,3 +74,7 @@ Bug Fixes - Fix memory allocation values in /proc/<PID>/status and /proc/<PID>/statm. Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00223.html + +- Fix handling of unknown accounts in file ACLs. Add name->SID + conversion for (most) self-constructed account names. + Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00295.html
