2021-11-04 11:59:25 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- Drop support for Vista and Server 2008.
|
|
|
|
|
2021-11-26 17:06:00 +01:00
|
|
|
- Add code to handle setrlimit(RLIMIT_AS).
|
|
|
|
|
2022-03-01 16:27:10 +01:00
|
|
|
- Add code to handle signal masks in /proc/<PID>/status.
|
|
|
|
|
2022-05-05 21:56:57 +02:00
|
|
|
- Handle UDP_SEGMENT and UDP_GRO socket options.
|
|
|
|
|
2021-11-04 11:59:25 +01:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2021-11-11 11:01:11 -05:00
|
|
|
- The CYGWIN=pipe_byte option is now set by default, so that pipes are
|
|
|
|
opened in byte mode rather than message mode.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-March/247987.html
|
|
|
|
|
2022-07-04 18:32:10 -04:00
|
|
|
- The stdio input functions no longer try again to read after EOF.
|
|
|
|
This aligns Cygwin behavior to that of Linux.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-June/251672.html
|
|
|
|
|
2022-06-27 21:34:01 +09:00
|
|
|
- Treat an empty path (empty element in PATH or PATH is absent) as
|
|
|
|
the current directory as Linux does.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-June/251730.html
|
|
|
|
|
2022-07-06 14:43:16 -04:00
|
|
|
- The default values of FD_SETSIZE and NOFILE are now 1024 and 3200,
|
|
|
|
respectively.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-July/251839.html
|
|
|
|
|
2021-11-04 11:59:25 +01:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2022-07-02 15:12:40 -04:00
|
|
|
- Don't error out if getfacl(1) is called on a socket file.
|
|
|
|
Partially addresses: https://cygwin.com/pipermail/cygwin/2022-July/251768.html
|