Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-12-03 18:12:49 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-03 18:12:49 +0300
commitb6fcdd03edd1a89f88a31123d08a8d5363c7b3dc (patch)
treee5ad0e5e006ab3c1ee16b826f7cfbf105551abef /winsup/cygwin/release
parentcf65cbcea40bfd2be7c925641db37e23a9b473ae (diff)
Cygwin: add latest primary group changes to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/3.4.09
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.4.0
index bb1495f62..c17042ae3 100644
--- a/winsup/cygwin/release/3.4.0
+++ b/winsup/cygwin/release/3.4.0
@@ -45,3 +45,12 @@ Bug Fixes
- Make serial ioctl(TIOCMBIS/TIOCMBIC) work on USB CDC devices.
Addresses: https://cygwin.com/pipermail/cygwin/2022-November/252443.html
+
+- Fix a SEGV when running a process with changed primary group.
+ Addresses: https://cygwin.com/pipermail/cygwin-apps/2022-September/042245.html
+
+- Fix primary group handling when running a process tree containing
+ non-Cygwin processes and with changed primary group. The Cygwin child
+ process of a non-Cygwin process will have reverted its primary group
+ to the default primary group erroneously.
+ Addresses: https://cygwin.com/pipermail/cygwin-apps/2022-September/042245.html