process v1.6.15.0 Release Notes
Release Date: 2022-08-01 // 8 months ago-
- ๐ Correct permissions on createPipe on Windows 234
- ๐ Ensure that both ends of pipes on Windows are created in the same mode 234
- ๐ Fixed an issue with WINIO where giving an application an inherited pipe can cause it to misbehave 245
- Set the encoding on WINIO created pipes to the local encoding as with MIO 248
- cbits/fork-exec: Don't dup2 identical fds #250
Previous changes from v1.6.14.0
-
- posix: Ensure that
errno
is set afterposix_spawnp
fails #228 - ๐ Fix
waitForProcess
not closing process handles withdelegate_ctlc
#231 - Don't use
posix_spawn
on platforms where it does not reportENOENT
in caes where the requested executable does not exist #224 - Ensure that
find_executable
correctly-locates executables when a change in working directory is requested #219 - ๐ Fix capitalization error allowing
execvpe
to be used when available.
- posix: Ensure that