Skip to content

v5.4.2

Latest

Choose a tag to compare

@Byron Byron released this 24 Aug 09:07
1a3ef5d

Bug Fixes

  • wait in that_detached instead of double-fork
    On macOS /usr/bin/open already detaches via LaunchServices. spawn_detached()
    adds another fork and leaves zombie children. Align that_detached with
    with_detached (PR #119).

Commit Statistics

  • 4 commits contributed to the release over the course of 18 calendar days.
  • 19 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #130 from s00d/fix/macos-that-detached-zombies (7468760)
    • Review (351bb54)
    • Wait in that_detached instead of double-fork (c4369c5)
    • Merge pull request #129 from Byron/fix-wsl (beb6a3f)