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 C88111396D9 for ; Mon, 13 Nov 2017 23:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5C7E1091; Mon, 13 Nov 2017 23:56:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EEE41E1091 for ; Mon, 13 Nov 2017 23:56:35 +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 9B54B33BF51 for ; Mon, 13 Nov 2017 23:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D08C9ACF for ; Mon, 13 Nov 2017 23:56:32 +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: <1510617292.4d20309ffeb5f0211957bbbc5c875dab434b5079.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.34.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: 4d20309ffeb5f0211957bbbc5c875dab434b5079 X-VCS-Branch: 0.34.x Date: Mon, 13 Nov 2017 23:56:32 +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: 7593b727-e7e0-4d57-81f1-f922d638dbce X-Archives-Hash: b359e03c02f91fe57d5629d3a5329776 commit: 4d20309ffeb5f0211957bbbc5c875dab434b5079 Author: William Hubbs gmail com> AuthorDate: Mon Nov 13 23:54:52 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Nov 13 23:54:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4d20309f Update ChangeLog ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index ec1142d8..dedcf3fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +commit 65439ba023195786e71316f6638b52603e102f60 +Author: William Hubbs +Commit: William Hubbs + + rc_find_pids: namespace fix + + Ignore namespaces if there are errors reading either the pid namespace + for the current process or the process we aare testing. + + This fixes https://github.com/openrc/openrc/issues/180. + +commit 86162f3f47c393fc173de0458eeeb322c0bb61f2 +Author: William Hubbs +Commit: William Hubbs + + version 0.34.7 + +commit b98e83ee9195eb052fafebc440515f0b2d055a91 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit d59197fafef164fe7319f9d87f544a8cc8e25044 Author: William Hubbs Commit: William Hubbs