All Versions
31
Latest Version
Avg Release Cycle
103 days
Latest Release
627 days ago

Changelog History
Page 1

  • v1.6.15.0 Changes

    August 01, 2022
    • ๐Ÿ 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
  • v1.6.14.0 Changes

    February 01, 2022
    • posix: Ensure that errno is set after posix_spawnp fails #228
    • ๐Ÿ›  Fix waitForProcess not closing process handles with delegate_ctlc #231
    • Don't use posix_spawn on platforms where it does not report ENOENT 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.
  • v1.6.13.2 Changes

    July 01, 2021
    • posix_spawn: Don't attempt to dup2 identical fds #214
  • v1.6.13.1 Changes

    July 01, 2021
    • ๐Ÿš€ Patches for the previous release
  • v1.6.13.0 Changes

    July 01, 2021
    • ๐Ÿ”จ Refactoring of POSIX process logic #208
  • v1.6.12.0 Changes

    June 01, 2021
    • โž• Add function getCurrentPid to get the currently executing process' ID #205
  • v1.6.11.0 Changes

    January 01, 2021
    • ๐Ÿ Windows: Add support for new I/O manager in GHC 8.12#177
    • ๐Ÿ—„ Deprecate use of createPipeFd in favor of createPipe
    • ๐Ÿ›  Fix MVar re-entrant problem on Windows with terminateProcess and process jobs. See #199
  • v1.6.10.0 Changes

    June 01, 2020
    • ๐Ÿ Give a usable buffer to _pipe on Windows #182
  • v1.6.9 Changes

    May 01, 2020
    • ๐Ÿ Windows: Fix buffer size of QueryInformationJobObject request #176
  • v1.6.8.2 Changes

    March 20, 2020
    • ๐Ÿ›  Fix another process wait bug on Windows.