2018-02-07 16:16:51 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored.
|
|
|
|
|
2018-04-11 12:46:18 +02:00
|
|
|
- /proc/cpuinfo now reports L3 cache size on Intel CPUs.
|
|
|
|
|
2018-02-07 16:16:51 +01:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2018-02-16 17:21:48 +01:00
|
|
|
- Fix utils path handling in case cygdrive path is just '/'.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
|
2018-04-09 11:48:33 +02:00
|
|
|
|
|
|
|
- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
|
|
|
|
enabled.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html
|
2018-04-11 12:46:18 +02:00
|
|
|
|
|
|
|
- Fix a CPU affinity problem when creating /proc/cpuinfo output.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html
|
2018-05-29 18:31:07 +02:00
|
|
|
|
|
|
|
- Fix a buffer underrun problem in Win32 path normalization.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html
|
2018-05-29 18:41:31 +02:00
|
|
|
|
|
|
|
- Fix a stack alignment problem which may lead to spurious crashes after
|
|
|
|
fork.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html
|