diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2023-11-16 23:29:09 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-11-16 23:29:09 -0600 |
commit | f9bbbfbf4b00d6bdc6d2c8bab79fd4d5ed9aa38f (patch) | |
tree | 5cdca47256f22a7b88f7eaa7a7056e640c1d0d03 | |
parent | 59a175541d3edf0badd04d9e2d23ea84553e210c (diff) |
update news
-rw-r--r-- | NEWS.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,18 @@ OpenRC NEWS This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC 0.52 + +This release drops the "runscript" and "rc" binaries. +These binaries have been deprecated for multiple years, so it should be +fine to remove them at this point. + +There was an issue before this release with the default setting for +cgroups being inconsistent. This is fixed. + +Start-stop-daemon did not work correctly on Linux 6.6 systems. +This has been fixed in this release as well. + ## OpenRC 0.51 The default RC_CGROUP_MODE has been updated to unified. |