Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Dec 2, 2020
1 parent 6a0fcbc commit a8be35c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.2
1.2.3
2 changes: 1 addition & 1 deletion VERSION.h
@@ -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, 0x32, 0x0a
0x31, 0x2e, 0x32, 0x2e, 0x33, 0x0a
};
unsigned int VERSION_len = 6;
11 changes: 11 additions & 0 deletions debian/changelog
@@ -1,3 +1,14 @@
dumb-init (1.2.3) unstable; urgency=medium

* Fix a bug that can cause `--help` or `--version` to crash in some
scenarios.

https://github.com/Yelp/dumb-init/pull/213

Thanks to @suve for the patch!

-- Chris Kuehl <ckuehl@yelp.com> Wed, 02 Dec 2020 10:43:02 -0800

dumb-init (1.2.2) unstable; urgency=medium

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

0 comments on commit a8be35c

Please sign in to comment.