diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-14 18:43:46 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-15 17:30:23 -0500 |
commit | 48db17a93f5e60c0d241f8fb06bfbdd01206fb9c (patch) | |
tree | 01c3176ca45926ba6dd60bd26a101cbd401d4b20 | |
parent | c333707cba356f4cacfd58a6fcc78f7c073dddcd (diff) |
update news file
-rw-r--r-- | NEWS.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -3,6 +3,18 @@ This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC-0.24.1 + +This version starts cleaning up the dependencies so that rc_parallel +will work correctly. + +The first step in this process is to remove the 'before *' from the +depend functions in the clock services. This means some services not +controlled by OpenRC may now start before instead of after the clock +service. If it is important for these services to start after the clock +service, they need to have 'after clock' added to their depend +functions. + ## OpenRC-0.24 Since the deptree2dot tool and the perl requirement are completely |