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

1.7.16 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c955cfe4473faae19cee4d3190d5fe88da7acee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
What's new:
-----------

- New API: getmntent_r, memrchr.

- Support ReFS.

Bug fixes:
----------

- Fix pipe creation problem which manifested as a problem creating a
  fifo.  Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html

- Fix hang when calling pthread_testcancel in a canceled thread.
  Fixes some of: http://cygwin.com/ml/cygwin/2012-05/msg00186.html

- Fix invocation of strace from a cygwin process.  Fixes:
  http://cygwin.com/ml/cygwin/2012-05/msg00292.html

- 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

- 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

- 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

- 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