TEST: cygwin 3.4.0-0.1

Corinna Vinschen corinna-cygwin@cygwin.com
Fri Nov 11 20:01:29 GMT 2022


The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.4.0-0.1
* cygwin-devel-3.4.0-0.1
* cygwin-doc-3.4.0-0.1

This is the first test release of the 64 bit-only Cygwin 3.4.0.
Please test.

====================================================================

What's new:
-----------

- Drop support for Vista and Server 2008.

- Drop support for 32 bit Windows and WOW64.

- Allow to run with full ASLR enabled and enable on Cygwin DLL by default.

- Remove any special handling for the .com filename suffix. It has to
  be used always explicitely.

- Add code to handle setrlimit(RLIMIT_AS).

- Add code to handle signal masks in /proc/<PID>/status.

- Handle UDP_SEGMENT and UDP_GRO socket options.


What changed:
-------------

- 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

- 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

- 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

- The default values of FD_SETSIZE and NOFILE are now 1024 and 3200,
  respectively.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-July/251839.html


Bug Fixes
---------

- Don't error out if getfacl(1) is called on a socket file.
  Partially addresses: https://cygwin.com/pipermail/cygwin/2022-July/251768.html

- Make serial ioctl(TIOCMBIS/TIOCMBIC) work on USB CDC devices.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-November/252443.html


More information about the Cygwin-announce mailing list