From fc8aaa40fed0a835520d0071da459c9bb925ffc5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 Aug 2018 18:30:59 +0200 Subject: [PATCH] Cygwin: add release note for previous ACL changes Signed-off-by: Corinna Vinschen --- 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 6ffe3f6a6..8f308c8d3 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//status and /proc//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