From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2104E1388BF for ; Thu, 14 Jan 2016 19:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC84E07FA; Thu, 14 Jan 2016 19:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55DC0E07FA for ; Thu, 14 Jan 2016 19:56:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B0CB340ACE for ; Thu, 14 Jan 2016 19:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619A5A16 for ; Thu, 14 Jan 2016 19:56:24 +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: <1452801230.dc0ab571a26e4c990559f4222780a26aa84bd463.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.20.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: dc0ab571a26e4c990559f4222780a26aa84bd463 X-VCS-Branch: 0.20.x Date: Thu, 14 Jan 2016 19:56:24 +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: 364b45f2-033d-4953-b4ee-01f4341722b4 X-Archives-Hash: a8630db9ea7bae46e713d538c841a17f commit: dc0ab571a26e4c990559f4222780a26aa84bd463 Author: William Hubbs gmail com> AuthorDate: Thu Jan 14 19:53:50 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 14 19:53:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=dc0ab571 update change log ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 585267f..aa29895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +commit fb37e1aa96df351b1bf591dc36ef332f86820a2b +Author: William Hubbs +Commit: William Hubbs + + src/rc/Makefile: fix make depend target + +commit 8769cca71089983ad8a8a69cec852c6bc169248d +Author: William Hubbs +Commit: William Hubbs + + include rc.h properly in source files + + We were attempting to include rc.h in rc-misc.h instead of the source + files where it should be included. + +commit 506f2887e13eb8093bbff0915381644c4c08fc5c +Author: William Hubbs +Commit: William Hubbs + + fix selinux build + + X-Gentoo-Bug: 571798 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=571798 + +commit 83223a6e97ff2ed3a8b06c4794b55cdd1c61c657 +Author: William Hubbs +Commit: William Hubbs + + version 0.20.2 + +commit 2747f40f823c2d31b820f0525360532287c70eea +Author: William Hubbs +Commit: William Hubbs + + update changelog + commit 933972da532bdf23accaea68bd072fc723a4065d Author: William Hubbs Commit: William Hubbs