Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Sep 18, 2015
1 parent 3ecf882 commit 8653112
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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 <[email protected]> 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.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def finalize_options(self):
'install', ('install_scripts', 'install_dir'))

def run(self):

self.outfiles = self.copy_tree(self.build_dir, self.install_dir)

def get_outputs(self):
Expand Down Expand Up @@ -86,7 +87,7 @@ def get_outputs(self):
setup(
name='dumb-init',
description='Simple wrapper script which proxies signals to a child',
version='0.2.0',
version='0.3.0',
author='Yelp',
platforms='linux',

Expand Down

0 comments on commit 8653112

Please sign in to comment.