Skip to content

v3.5.2

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 30 Apr 19:41
  • run() now does not truncate stdout and stderr when the output
    contains multibyte characters (#298, @infotroph).

  • processx now compiles with custom compilers that enable OpenMP (#297).

  • processx now avoids a race condition when the working directory is
    changed right after starting a process, potentially before the
    sub-process is initialized (#300).

  • processx now works with non-ASCII path names on non-UTF-8 Unix platforms
    (#293).