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

1.7.28 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a866adf4318ddf49f3092964c80fcf421aa1d0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

- Closing a dup'ed master tty handle should no longer invalidate the dup'ed fd.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00279