v1.2.2
-
Fix a race condition which can cause the child to receive SIGHUP and SIGCONT very shortly after start (#174).
In general this was very rare, but some environments (especially some container and virtualization environments) appear to encounter it at a much higher rate, possibly due to scheduler quirks.
Note on binary naming: In #202, we switched from using Debian naming for architectures to the Linux kernel's naming for binaries. For compatibility, we've kept the old names around in this release. This means that these files are identical:
dumb-init_1.2.2_x86_64
(old namedumb-init_1.2.2_amd64
)dumb-init_1.2.2_aarch64
(old namedumb-init_1.2.2_arm64
)dumb-init_1.2.2_ppc64le
(old namedumb-init_1.2.2_ppc64el
)
In the next release, only the binaries with the updated architecture naming will be uploaded. The Debian packages will continue to be named as-is.