2021-11-04 18:59:25 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- Drop support for Vista and Server 2008.
|
|
|
|
|
2022-10-28 03:45:11 +08:00
|
|
|
- Drop support for 32 bit Windows and WOW64.
|
|
|
|
|
2022-10-28 16:01:02 +08:00
|
|
|
- Allow to run with full ASLR enabled and enable on Cygwin DLL by default.
|
|
|
|
|
2022-10-28 18:42:51 +08:00
|
|
|
- Remove any special handling for the .com filename suffix. It has to
|
|
|
|
be used always explicitely.
|
|
|
|
|
2021-11-27 00:06:00 +08:00
|
|
|
- Add code to handle setrlimit(RLIMIT_AS).
|
|
|
|
|
2022-03-01 23:27:10 +08:00
|
|
|
- Add code to handle signal masks in /proc/<PID>/status.
|
|
|
|
|
2022-05-06 03:56:57 +08:00
|
|
|
- Handle UDP_SEGMENT and UDP_GRO socket options.
|
|
|
|
|
2021-11-04 18:59:25 +08:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2021-11-12 00:01:11 +08: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-05 06:32:10 +08: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 20:34:01 +08: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-07 02:43:16 +08: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 18:59:25 +08:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2022-07-03 03:12:40 +08: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
|
2022-11-11 20:09:45 +08:00
|
|
|
|
|
|
|
- Make serial ioctl(TIOCMBIS/TIOCMBIC) work on USB CDC devices.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-November/252443.html
|
2022-12-03 23:12:49 +08:00
|
|
|
|
|
|
|
- Fix a SEGV when running a process with changed primary group.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin-apps/2022-September/042245.html
|
|
|
|
|
|
|
|
- Fix primary group handling when running a process tree containing
|
|
|
|
non-Cygwin processes and with changed primary group. The Cygwin child
|
|
|
|
process of a non-Cygwin process will have reverted its primary group
|
|
|
|
to the default primary group erroneously.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin-apps/2022-September/042245.html
|