Skip to content

Commit 7d43942

Browse files
committed
Cygwin: Document recent fixes to release note
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
1 parent 23378fb commit 7d43942

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • winsup/cygwin/release

winsup/cygwin/release/3.6.6

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Fixes:
2+
------
3+
4+
- Fix the problem that the destructor of dlopen()'ed DLL may be called
5+
after dlclose(). This fixes the crash on exiting SDL2.
6+
Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258877.html
7+
8+
- Fix the problem that the constructor of dlopen()'ed DLL may be called
9+
twice.
10+
11+
- Fix deadlock regarding atexit()'ed function, that waits for another
12+
thread which calls atexit().
13+
Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258930.html
14+
15+
- Fix the problem that tmp_pathbuf area is destroyed regarding flock().
16+
Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258914.html

0 commit comments

Comments
 (0)