summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.28
blob: 1bc1c01f762819d32e4ca9cc79cc9526b5cba0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
What changed:
-------------


Bug Fixes
---------

- Signals should no longer hang when they occur within a low-level
  Windows DLL.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00151

- If it turns out that transactions don't work during unlink(2) or rename(2),
  despite the fact that the filesystem claims to handle them, stop transaction
  and try again without.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00119.html