-
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
a43367c
commit 89c1502
Showing
3 changed files
with
12 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.4 | ||
1.2.5 |
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, 0x32, 0x2e, 0x34, 0x0a | ||
0x31, 0x2e, 0x32, 0x2e, 0x35, 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,13 @@ | ||
dumb-init (1.2.5) unstable; urgency=medium | ||
|
||
* Change the working directory in the parent process to "/" after forking. | ||
|
||
https://github.com/Yelp/dumb-init/pull/210 | ||
|
||
Thanks to @Villemoes for the patch! | ||
|
||
-- Chris Kuehl <[email protected]> Thu, 10 Dec 2020 10:54:47 -0800 | ||
|
||
dumb-init (1.2.4) unstable; urgency=medium | ||
|
||
* Actually fix the bug that can cause `--help` or `--version` to crash in | ||
|