blob: 9ed0a005de7b8e2fd496d259b1b4d64e4c1d2754 (
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
|
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
- Fix limited Internet speeds caused by inappropriate socket buffering.
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q1/msg00010.html
|