aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release/3.5.1
blob: 715fcf74d480dd354a8bc2a9252aa9f42522583a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Fixes:
------

- Fix exit code for non-cygwin process running in console. The bug
  was introduced in 3.5.0.

- Make the interface names handled by if_nametoindex() and if_indextoname()
  consistent with that of if_nameindex().

- Revert error handling for non-Cygwin child processes to use Cygwin's
  error mode by default.  Resetting the error mode to the OS default
  error mode is now possible by using the new CYGWIN environment variable
  option "winjitdebug".
  Addresses: https://cygwin.com/pipermail/cygwin/2024-February/255305.html

- Fix handle leak in pty master which occurs when non-cygwin process
  is started in pty.
  Addresses: https://github.com/msys2/msys2-runtime/issues/198