From 478d48dfa0d5a79e068bed7392c848b3945d7fb1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 16:01:56 +0300 Subject: CHANGELOG: update --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc71d5..7c84996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ This CHANGELOG is for the Carbs Linux init scheme. The format is based on [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +1.2.0 - 2020-09-16 +-------------------------------------------------------------------------------- + +### Added +- Added a `respawn` utility to avoid while loops as they cause unpredictability, + and cannot be properly killed during shutdown, leading to unmounting errors. + +### Fixed +- Command line parsing now ignores kernel parameters that include a `.` as they + are bad variable names for the shell, and are unrelated to the init system + itself. + + 1.1.0 - 2020-09-13 -------------------------------------------------------------------------------- -- cgit v1.2.3