commit: 48db17a93f5e60c0d241f8fb06bfbdd01206fb9c Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Tue Mar 14 23:43:46 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Mar 15 22:30:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=48db17a9
update news file NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6f4f9777..9d5117f8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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
