Christopher Faylor 891b1e7e22 * fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.
* fhandler_tty.cc (fhandler_pty_master::~fhandler_pty_master): Ditto.
2013-12-17 19:05:26 +00:00

19 lines
584 B
Plaintext

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