[newlib-cygwin/cygwin-3_6-branch] Cygwin: add release note for newgrp(1) fixes
Corinna Vinschen via Cygwin-cvs <[email protected]> Fri, 19 Dec 2025 16:04:10 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4a442d859a65f00fea2b4f68147aa1018201123a commit 4a442d859a65f00fea2b4f68147aa1018201123a Author: Corinna Vinschen <[email protected]> AuthorDate: Fri Dec 5 20:39:11 2025 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Fri Dec 19 17:03:15 2025 +0100 Cygwin: add release note for newgrp(1) fixes Signed-off-by: Corinna Vinschen <[email protected]> (cherry picked from commit 43ddce194c496f81519b4c5cdba0dd39eea0edce) Diff: --- winsup/cygwin/release/3.6.6 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.6.6 b/winsup/cygwin/release/3.6.6 index 09b6a3913df4..194ff15d0b84 100644 --- a/winsup/cygwin/release/3.6.6 +++ b/winsup/cygwin/release/3.6.6 @@ -14,3 +14,6 @@ Fixes: - Fix the problem that tmp_pathbuf area is destroyed regarding flock(). Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258914.html + +- Improve newgrp(1) POSIX compatibility and its documentation. + Addresses: https://cygwin.com/pipermail/cygwin/2025-December/259055.html