2021-04-20 16:46:01 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix values returned by select(2) for shutdown sockets.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-April/012092.html
|
|
|
|
|
2021-04-24 02:40:07 +08:00
|
|
|
- Introduce a new hypotl(3) function not suffering unnecessary overflows.
|
2021-04-20 16:46:01 +08:00
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248302.html
|
|
|
|
|
|
|
|
- Fix path handling for paths spanning native symlinks.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248307.html
|
|
|
|
|
|
|
|
- Fix tab position evaluation after console window resize.
|
|
|
|
|
|
|
|
- Fix a regression in pseudo console handling, resulting in rlwrap not
|
|
|
|
being able to start a new pseudo console.
|
|
|
|
|
|
|
|
- Handle two race conditions in pseudo console usage.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248292.html
|
2021-04-24 02:40:07 +08:00
|
|
|
|
|
|
|
- Fix a bug in recognizing a successful completion of connect(2) on a
|
|
|
|
datagram socket.
|
2021-04-24 06:17:57 +08:00
|
|
|
|
|
|
|
- Fix connect(2) when called with an address structure whose family is
|
|
|
|
AF_UNSPEC. As specified by POSIX and Linux, this is allowed on
|
|
|
|
datagram sockets, and its effect is to reset the socket's peer
|
|
|
|
address.
|