Bump to v0.2.0

This commit is contained in:
Chris Kuehl 2015-09-10 17:45:58 -07:00
parent df82b84727
commit 9342a58aa7
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
dumb-init (0.2.0) unstable; urgency=low dumb-init (0.2.0) unstable; urgency=low
* Use setsid for process-group behavior. This fixes tty interaction. * 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 -- Kent Wills <rkwills@yelp.com> Thu, 10 Sep 2015 13:33:25 -0700

View file

@ -86,7 +86,7 @@ class build_cexe(Command):
setup( setup(
name='dumb-init', name='dumb-init',
description='Simple wrapper script which proxies signals to a child', description='Simple wrapper script which proxies signals to a child',
version='0.1.0', version='0.2.0',
author='Yelp', author='Yelp',
platforms='linux', platforms='linux',