2012-05-10 10:37:56 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2012-07-18 13:17:25 +02:00
|
|
|
- New API: getmntent_r, memrchr.
|
2012-05-12 21:17:17 +02:00
|
|
|
|
2012-06-03 18:47:57 +02:00
|
|
|
- Support ReFS.
|
|
|
|
|
2012-05-12 21:17:17 +02:00
|
|
|
Bug fixes:
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix pipe creation problem which manifested as a problem creating a
|
2012-05-16 03:56:41 +02:00
|
|
|
fifo. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html
|
2012-05-12 21:17:17 +02:00
|
|
|
|
2012-05-12 22:26:43 +02:00
|
|
|
- Fix hang when calling pthread_testcancel in a canceled thread.
|
|
|
|
Fixes some of: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
|
|
|
|
|
2012-05-15 00:42:56 +02:00
|
|
|
- Fix invocation of strace from a cygwin process. Fixes:
|
|
|
|
http://cygwin.com/ml/cygwin/2012-05/msg00292.html
|
2012-05-16 03:56:41 +02:00
|
|
|
|
|
|
|
- Fix hang when zero bytes are written to a pty using
|
|
|
|
Windows WriteFile or equivalent. Fixes:
|
|
|
|
http://cygwin.com/ml/cygwin/2012-05/msg00323.html
|
2012-05-21 18:01:31 +02:00
|
|
|
|
|
|
|
- Fix recv, recvfrom, recvmsg behaviour if a 0 bytes buffer is given
|
|
|
|
as argument. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00332.html
|
|
|
|
|
|
|
|
- Handle inode numbers returned by Samba >= 3.5.4.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00236.html
|
2012-06-03 04:59:20 +02:00
|
|
|
|
|
|
|
- Fix emacs problem which exposed an issue with Cygwin's select() function.
|
|
|
|
If a signal arrives while select is blocking and the program longjmps
|
|
|
|
out of the signal handler then threads and memory may be left hanging.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2012-05/threads.html#00275
|
2012-07-19 11:43:56 +02:00
|
|
|
|
|
|
|
- Fix fileno(3) to return -1/EBADF if stream is closed.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2012-07/msg00083.html
|
|
|
|
|
|
|
|
- Fix clipboard handling, at least partially:
|
|
|
|
http://cygwin.com/ml/cygwin/2012-06/msg00521.html
|