aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-02-24 13:12:00 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-02-24 13:12:37 +0100
commit1f407990d291e9b99bd1393f772217331b97bd21 (patch)
treefd2e8a4ca5be1e00c157f319a07f93ca26978c53
parent32024ec7f723112a46dae8c7ff17b5ec1157021e (diff)
downloadnewlib-1f407990d291e9b99bd1393f772217331b97bd21.zip
newlib-1f407990d291e9b99bd1393f772217331b97bd21.tar.gz
newlib-1f407990d291e9b99bd1393f772217331b97bd21.tar.bz2
Cygwin: add newgrp release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.5.13
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.1 b/winsup/cygwin/release/3.5.1
index efea5ae..a7d74fa 100644
--- a/winsup/cygwin/release/3.5.1
+++ b/winsup/cygwin/release/3.5.1
@@ -26,3 +26,6 @@ Fixes:
- Fix two bugs in strptime, error checking of invalid numerical input and
%p handling.
+
+- Fix newgrp(1) group handling. Only allow groups already in the user
+ token, as Windows doesn't allow otherwise.