dumb-init/debian/changelog
2015-10-02 18:14:02 -07:00

56 lines
1.7 KiB
Text

dumb-init (0.5.0) unstable; urgency=low
* Add command-line option parsing (supplements existing environment
variables).
* Prefix debug output with '[dumb-init]'
-- Chris Kuehl <ckuehl@yelp.com> Fri, 02 Oct 2015 18:12:51 -0700
dumb-init (0.4.0) unstable; urgency=medium
* Properly respond to job control signals (SIGTSTP, SIGTTIN, SIGTTOU).
This makes it possible to suspend dumb-init (and its child process) by
hitting ^Z in an interactive shell session.
-- Chris Kuehl <ckuehl@ocf.berkeley.edu> Tue, 29 Sep 2015 13:45:06 -0700
dumb-init (0.3.1) unstable; urgency=medium
* Exit nonzero if exec() fails (such as trying to run a nonexistent process)
-- Chris Kuehl <ckuehl@yelp.com> Tue, 29 Sep 2015 11:18:12 -0700
dumb-init (0.3.0) unstable; urgency=low
* Send TERM to all processes in the session when the primary child dies when
running in setsid mode.
-- Chris Kuehl <ckuehl@yelp.com> Fri, 18 Sep 2015 11:08:05 -0700
dumb-init (0.2.0) unstable; urgency=low
* Use setsid for process-group behavior. This fixes tty interaction.
* Properly reap zombie processes.
-- Kent Wills <rkwills@yelp.com> Thu, 10 Sep 2015 13:33:25 -0700
dumb-init (0.1.0) unstable; urgency=low
* Add process group support
-- Chris Kuehl <ckuehl@yelp.com> Thu, 03 Sep 2015 17:55:44 -0700
dumb-init (0.0.2) unstable; urgency=low
* Exit with the same exit status as the process we call.
* Print a more useful help message when called with no arguments.
-- Chris Kuehl <ckuehl@yelp.com> Thu, 06 Aug 2015 13:51:38 -0700
dumb-init (0.0.1) unstable; urgency=low
* Initial release.
-- Chris Kuehl <ckuehl@yelp.com> Thu, 06 Aug 2015 13:51:38 -0700