2012-05-10 16:37:56 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- New API: memrchr.
|
2012-05-13 03:17:17 +08:00
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix pipe creation problem which manifested as a problem creating a
|
2012-05-16 09:56:41 +08:00
|
|
|
fifo. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html
|
2012-05-13 03:17:17 +08:00
|
|
|
|
2012-05-13 04:26:43 +08: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 06:42:56 +08:00
|
|
|
- Fix invocation of strace from a cygwin process. Fixes:
|
|
|
|
http://cygwin.com/ml/cygwin/2012-05/msg00292.html
|
2012-05-16 09:56:41 +08: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-22 00:01:31 +08: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
|