Skip to content

Commit 89c1502

Browse files
committed
v1.2.5
1 parent a43367c commit 89c1502

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

VERSION.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// THIS FILE IS AUTOMATICALLY GENERATED
22
// Run `make VERSION.h` to update it after modifying VERSION.
33
unsigned char VERSION[] = {
4-
0x31, 0x2e, 0x32, 0x2e, 0x34, 0x0a
4+
0x31, 0x2e, 0x32, 0x2e, 0x35, 0x0a
55
};
66
unsigned int VERSION_len = 6;

debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
dumb-init (1.2.5) unstable; urgency=medium
2+
3+
* Change the working directory in the parent process to "/" after forking.
4+
5+
https://github.com/Yelp/dumb-init/pull/210
6+
7+
Thanks to @Villemoes for the patch!
8+
9+
-- Chris Kuehl <[email protected]> Thu, 10 Dec 2020 10:54:47 -0800
10+
111
dumb-init (1.2.4) unstable; urgency=medium
212

313
* Actually fix the bug that can cause `--help` or `--version` to crash in

0 commit comments

Comments
 (0)