Skip to content

Commit

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

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

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

Thanks to @suve for the patch!

-- Chris Kuehl <[email protected]> Mon, 07 Dec 2020 11:58:06 -0800

dumb-init (1.2.3) unstable; urgency=medium

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

0 comments on commit afe68d2

Please sign in to comment.