Jon Turney 06e7f0074c Add release message for commit a1529738
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
2017-01-31 20:16:37 +00:00

31 lines
791 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
- Fix erasing UTF-8 multibyte characters in cooked mode.
Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00299.html
- Fix handling of a literal '+' by cygcheck -p
Addresses: https://cygwin.com/ml/cygwin/2014-01/msg00287.html