From 9342a58aa7ca682caf11eff745e799cf619838f5 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Thu, 10 Sep 2015 17:45:58 -0700 Subject: [PATCH] Bump to v0.2.0 --- debian/changelog | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2bdfd4..80511d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dumb-init (0.2.0) unstable; urgency=low * Use setsid for process-group behavior. This fixes tty interaction. + * Properly reap zombie processes. -- Kent Wills Thu, 10 Sep 2015 13:33:25 -0700 diff --git a/setup.py b/setup.py index 166cdae..29fc74d 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def get_outputs(self): setup( name='dumb-init', description='Simple wrapper script which proxies signals to a child', - version='0.1.0', + version='0.2.0', author='Yelp', platforms='linux',