aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release/3.6.1
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/3.6.1')
-rw-r--r--winsup/cygwin/release/3.6.117
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.1 b/winsup/cygwin/release/3.6.1
new file mode 100644
index 0000000..95c2c05
--- /dev/null
+++ b/winsup/cygwin/release/3.6.1
@@ -0,0 +1,17 @@
+Fixes:
+------
+
+- Console mode is really restored to the previous mode.
+ Addresses: https://github.com/msys2/msys2-runtime/issues/268
+
+- Clear direction flag in sigdeleyed before calling signal handler.
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257704.html
+
+- getlocalename_l: Fix a crash and handle LC_ALL according to final
+ POSIX-1.2024 docs.
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257715.html
+
+- Copy context to alternate signal stack area in call_signal_handler()
+ in the SA_ONSTACK case, because locally-copied context on the normal
+ stack area is not accessible from the signal handler.
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257714.html