2016-12-16 23:10:19 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2017-01-10 16:33:21 +01:00
|
|
|
- Support for /proc/<PID>/environ.
|
|
|
|
|
2016-12-16 23:10:19 +01:00
|
|
|
- New API: getentropy, getrandom.
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2017-01-12 22:46:21 +01:00
|
|
|
- Fix rename(2) fail with EACCES if newfile is in use.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00108.html
|
2017-01-14 16:47:47 +01:00
|
|
|
|
|
|
|
- Always try to write all incoming bytes to blocking pipes, as required
|
|
|
|
by POSIX.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00087.html
|
2017-01-19 19:01:09 +01:00
|
|
|
|
|
|
|
- Fix handling of Alt-Numpad sequences in console handler.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00135.html
|