Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 816 Bytes

CHANGES.md

File metadata and controls

43 lines (24 loc) · 816 Bytes

Unreleased

  • Allow setting the sigprocmask for spawned processes (#32)

v0.15.1

  • [windows] Use the same quoting heuristic as the compiler (#29)

  • [windows] Fix compilation on cygwin (#29)

v0.15.0

  • Add support for setpgid (#23)

v0.14.0

  • Do not use vfork by default on OSX as it seems broken (#20, @jeremiedimino)

  • Fix compilation under msvc (#21, @nojb)

v0.13.0

  • Breaking change on Windows: to match the Unix behavior, prog is interpreted as relative to the directory specified by the cwd argument (#13)

  • Switch to dune (#12)

  • Switch to MIT+DCO (#11)

v0.12.0

  • Breaking change: make environments abstract so that we can later optimize them without further breaking changes (#3)

v0.11.1

  • Fix linking errors due to missing -lphtread (#1)

v0.9.0

Initial release