aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorTakashi Yano <takashi.yano@nifty.ne.jp>2025-12-04 19:50:02 +0900
committerTakashi Yano <takashi.yano@nifty.ne.jp>2025-12-04 19:52:27 +0900
commit0d34ce2d787f0eff2e4bb4d483d4344f3f6bc37b (patch)
tree25737550f326a09fe1d134fe1df14f7ef317d584 /winsup/cygwin
parenta2c34f06d41e535a278130b6d2015aef37726cf7 (diff)
downloadnewlib-master.zip
newlib-master.tar.gz
newlib-master.tar.bz2
Cygwin: Document recent fixes to release noteHEADmastermain
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp> (cherry picked from commit 7d43942e7c3b56799e9e46c4701f86a8eb0ed579)
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/3.6.616
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.6 b/winsup/cygwin/release/3.6.6
new file mode 100644
index 0000000..09b6a39
--- /dev/null
+++ b/winsup/cygwin/release/3.6.6
@@ -0,0 +1,16 @@
+Fixes:
+------
+
+- Fix the problem that the destructor of dlopen()'ed DLL may be called
+ after dlclose(). This fixes the crash on exiting SDL2.
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258877.html
+
+- Fix the problem that the constructor of dlopen()'ed DLL may be called
+ twice.
+
+- Fix deadlock regarding atexit()'ed function, that waits for another
+ thread which calls atexit().
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258930.html
+
+- Fix the problem that tmp_pathbuf area is destroyed regarding flock().
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258914.html