libc/winsup/cygwin/release/2.10.1

20 lines
406 B
Groff
Raw Normal View History

What's new:
-----------
What changed:
-------------
- SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored.
Bug Fixes
---------
- Fix utils path handling in case cygdrive path is just '/'.
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
enabled.
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html