diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-16 16:01:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-16 16:01:56 +0300 |
commit | 478d48dfa0d5a79e068bed7392c848b3945d7fb1 (patch) | |
tree | 93f6bb420af6f2b93490466334ae16492657b0aa | |
parent | b6f8a2245b38de64b0fb854190dbbab6df851a7d (diff) | |
download | init-478d48dfa0d5a79e068bed7392c848b3945d7fb1.tar.gz |
CHANGELOG: update1.2.0
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 -------------------------------------------------------------------------------- |