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:14 +0100
commit388da83dce0477bdb91ec8f77691aaa67e5d966b (patch)
treee6957e2dbb2cd74841dd7e8e31e98b755d42239a
parent0e3bb302dec35e79dc778c3bcd213e063335b67c (diff)
downloadnewlib-388da83dce0477bdb91ec8f77691aaa67e5d966b.zip
newlib-388da83dce0477bdb91ec8f77691aaa67e5d966b.tar.gz
newlib-388da83dce0477bdb91ec8f77691aaa67e5d966b.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.