2024-02-04 02:54:31 +08:00
|
|
|
Fixes:
|
|
|
|
------
|
2024-02-03 22:37:46 +08:00
|
|
|
|
|
|
|
- Fix exit code for non-cygwin process running in console. The bug
|
|
|
|
was introduced in 3.5.0.
|
2024-02-03 11:45:29 +08:00
|
|
|
|
|
|
|
- Make the interface names handled by if_nametoindex() and if_indextoname()
|
|
|
|
consistent with that of if_nameindex().
|
2024-02-04 02:54:31 +08:00
|
|
|
|
|
|
|
- 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
|