From 89c1502b9d40b5cb4a844498b14d74ba1dd559bf Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Thu, 10 Dec 2020 10:55:42 -0800 Subject: [PATCH] v1.2.5 --- VERSION | 2 +- VERSION.h | 2 +- debian/changelog | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e8ea05d..c813fe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.4 +1.2.5 diff --git a/VERSION.h b/VERSION.h index 8bb58f1..9ca66b2 100644 --- a/VERSION.h +++ b/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, 0x34, 0x0a + 0x31, 0x2e, 0x32, 0x2e, 0x35, 0x0a }; unsigned int VERSION_len = 6; diff --git a/debian/changelog b/debian/changelog index 307a1db..61840f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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