-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b66cbb0
commit 7ca7e44
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.3 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// THIS FILE IS AUTOMATICALLY GENERATED | ||
// Run `make VERSION.h` to update it after modifying VERSION. | ||
unsigned char VERSION[] = { | ||
0x31, 0x2e, 0x31, 0x2e, 0x33, 0x0a | ||
0x31, 0x2e, 0x32, 0x2e, 0x30, 0x0a | ||
}; | ||
unsigned int VERSION_len = 6; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
dumb-init (1.2.0) unstable; urgency=medium | ||
|
||
* Hand the controlling TTY to the child process, if we have one (#122). | ||
|
||
This fixes warnings that are printed when running a typical command like: | ||
docker run -ti <image> dumb-init bash | ||
...as well as allowing you to use job control. | ||
|
||
Thanks to @ehlers for the patch, and @alhafoudh (and several others) for | ||
reporting the issue and providing details! | ||
|
||
-- Chris Kuehl <[email protected]> Mon, 10 Oct 2016 14:09:57 -0700 | ||
|
||
dumb-init (1.1.3) unstable; urgency=low | ||
|
||
* Add support for FreeBSD kernel. Thanks @onlyjob for bringing this to our | ||
|