4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 20:09:21 +08:00
Corinna Vinschen dfbc941f7e Add release message for commit ca3e3bc
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2017-01-20 10:33:12 +01:00

25 lines
556 B
Plaintext

What's new:
-----------
- Support for /proc/<PID>/environ.
- New API: getentropy, getrandom, NL_LOCALE_NAME.
What changed:
-------------
Bug Fixes
---------
- Fix rename(2) fail with EACCES if newfile is in use.
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00108.html
- Always try to write all incoming bytes to blocking pipes, as required
by POSIX.
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00087.html
- Fix handling of Alt-Numpad sequences in console handler.
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00135.html