diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-16 14:33:01 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-16 14:33:01 -0500 |
commit | 6b475ab26992f1dd8815700828df46abc4b71d27 (patch) | |
tree | ce45102397dea102c222b3d0381d002d3e51a7e9 /NEWS.md | |
parent | b302b0c094c2c99b810aec9c8877adcd1effabac (diff) |
init.d/modules: add code from modules-load service
There is no reason for these to be separate services. I did add a
provide so that we don't break backward compatibility.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ 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.36 + +In this release, the modules-load service has been combined into the +modules service since there is no reason I know of to keep them +separate. However, modules also provides modules-load in case you were +using modules-load in your dependencies. + ## OpenRC 0.35 In this version, the cgroups mounting logic has been moved from the |