Skip to content

v1.2.0

Compare
Choose a tag to compare
@chriskuehl chriskuehl released this 10 Oct 21:20
· 153 commits to master since this release
  • Hand the controlling TTY to the child process, if we have one (#122).

    This fixes warnings that are printed when running a typical command like:
    docker run -ti dumb-init bash
    ...as well as allowing you to use job control.

    Thanks to @Ehlers for the patch, and @alhafoudh (and several others) for
    reporting the issue and providing details!