Skip to content

Commit a8be35c

Browse files
committed
v1.2.3
1 parent 6a0fcbc commit a8be35c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

VERSION.h

Lines changed: 1 addition & 1 deletion
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, 0x32, 0x0a
4+
0x31, 0x2e, 0x32, 0x2e, 0x33, 0x0a
55
};
66
unsigned int VERSION_len = 6;

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
dumb-init (1.2.3) unstable; urgency=medium
2+
3+
* Fix a bug that can cause `--help` or `--version` to crash in some
4+
scenarios.
5+
6+
https://github.com/Yelp/dumb-init/pull/213
7+
8+
Thanks to @suve for the patch!
9+
10+
-- Chris Kuehl <ckuehl@yelp.com> Wed, 02 Dec 2020 10:43:02 -0800
11+
112
dumb-init (1.2.2) unstable; urgency=medium
213

314
* Fix a race condition which can cause the child to receive SIGHUP and

0 commit comments

Comments
 (0)