From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2F721382C5 for ; Thu, 15 Mar 2018 03:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341CFE08A5; Thu, 15 Mar 2018 03:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12A3BE08A5 for ; Thu, 15 Mar 2018 03:03:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9222335C7A for ; Thu, 15 Mar 2018 03:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD0A625A for ; Thu, 15 Mar 2018 03:03:18 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1521080844.9d201d55bc02ec372a161e315e58888f73a6ed20.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.35.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9d201d55bc02ec372a161e315e58888f73a6ed20 X-VCS-Branch: 0.35.x Date: Thu, 15 Mar 2018 03:03:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0bf0a922-445b-4120-941b-3dedfcaa3e7b X-Archives-Hash: 6fda3b897a360929d235870dcc291b08 commit: 9d201d55bc02ec372a161e315e58888f73a6ed20 Author: William Hubbs gmail com> AuthorDate: Thu Mar 15 02:27:24 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 15 02:27:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9d201d55 Update ChangeLog ChangeLog | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67ec5999..240df3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +commit d3f419900504b37aeda79b1bca68ac150d81efd6 +Author: William Hubbs +Commit: William Hubbs + + agetty.in: allow status to be displayed + +commit dc071dfacd23686dd3ae7168c60193618e36f0fa +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: fix off-by-one error + +commit 42cd8115b94525cad2f70a14cc14862e88c779be +Author: William Hubbs +Commit: William Hubbs + + version 0.35.5 + +commit d46beb28c4fec99253542442ecacf59499e3159f +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit f1c98888d8429a484b4f37930998e82ef18e8657 Author: William Hubbs Commit: William Hubbs @@ -1878,15 +1902,3 @@ Author: William Hubbs Commit: William Hubbs update news file - -commit c333707cba356f4cacfd58a6fcc78f7c073dddcd -Author: William Hubbs -Commit: William Hubbs - - Remove all occurances of 'before *' from dependencies - - Using wildcards in dependencies causes issues when rc_parallel is set to - yes because it can lead to deadlocks. - All dependencies need to be explicit rather than implicit. - - This is the first stage of moving this direction.