dumb-init/debian/changelog

65 lines
1.9 KiB
Text
Raw Normal View History

2016-01-08 02:03:11 +03:00
dumb-init (1.0.0) unstable; urgency=low
* Compile dumb-init with musl and strip the binary of unnecessary symbols
(thanks Konrad Scherer)
* Fix some typos (thanks Anthony Sottile)
* Add a manpage to the Debian package
-- Chris Kuehl <ckuehl@yelp.com> Thu, 07 Jan 2016 15:00:19 -0800
2015-10-03 04:14:02 +03:00
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
2015-09-29 23:46:23 +03:00
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
2015-09-29 21:19:05 +03:00
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
2015-09-18 21:08:49 +03:00
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.
2015-09-11 03:45:58 +03:00
* Properly reap zombie processes.
-- Kent Wills <rkwills@yelp.com> Thu, 10 Sep 2015 13:33:25 -0700
2015-09-04 03:56:05 +03:00
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
2015-07-30 02:03:55 +03:00
dumb-init (0.0.1) unstable; urgency=low
* Initial release.
-- Chris Kuehl <ckuehl@yelp.com> Thu, 06 Aug 2015 13:51:38 -0700