-
Notifications
You must be signed in to change notification settings - Fork 348
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
74bdd54
commit eb86ebe
Showing
4 changed files
with
13 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.1 | ||
1.1.2 |
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, 0x31, 0x0a | ||
0x31, 0x2e, 0x31, 0x2e, 0x32, 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,12 @@ | ||
dumb-init (1.1.2) unstable; urgency=low | ||
|
||
* Fix race when the child exits very quickly that leads to dumb-init not | ||
reaping the child. This should be pretty rare and most likely to happen | ||
when dumb-init's child fails to exec (such as when you try to run a file | ||
that doesn't exist). | ||
|
||
-- Chris Kuehl <[email protected]> Mon, 25 Jul 2016 22:46:40 -0700 | ||
|
||
dumb-init (1.1.1) unstable; urgency=medium | ||
|
||
* Fix segfault when passing unknown arguments (thanks @asottile for | ||
|