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 7C2E4138010 for ; Mon, 15 Feb 2016 15:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17E2DE0814; Mon, 15 Feb 2016 15:01:19 +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 7C25EE0810 for ; Mon, 15 Feb 2016 15:01:18 +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 61D5933BF44 for ; Mon, 15 Feb 2016 15:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1B6D15F5 for ; Mon, 15 Feb 2016 15:01:15 +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: <1455548401.7a66bdb5b92f353ee98105adfa96f397dd2b47f6.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: 7a66bdb5b92f353ee98105adfa96f397dd2b47f6 X-VCS-Branch: 0.20.x Date: Mon, 15 Feb 2016 15:01:15 +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: f69c3bea-0191-4bca-a96c-a1efffa0e36b X-Archives-Hash: 64bcad4be8879203c0752cb3c3368d2b commit: 7a66bdb5b92f353ee98105adfa96f397dd2b47f6 Author: William Hubbs gmail com> AuthorDate: Mon Feb 15 15:00:01 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 15 15:00:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7a66bdb5 update ChangeLog ChangeLog | 56 ++++++++++++++++++++++---------------------------------- 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13ab95e..7823dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +commit 670861da88322722860eae26b3fb786928295704 +Author: William Hubbs +Commit: William Hubbs + + Fix rc_env_allow wildcard usage + + Before this commit, using * in rc_env_allow did not work. + + This fixes #60. + +commit bd4b217607e808139ef5ccefd77ab6182d5068c1 +Author: William Hubbs +Commit: William Hubbs + + start 0.20.5 + +commit cded32f748fcbdb00c4d13b6bda8b799f5884065 +Author: William Hubbs +Commit: William Hubbs + + update changelog + commit f93396793a384afd6d8b82744fa260dd954e0f51 Author: William Hubbs Commit: William Hubbs @@ -1467,37 +1489,3 @@ Commit: William Hubbs X-Gentoo-Bug: 540006 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=540006 - -commit 3100114bc104741145fb6c1d4b1664759114cc5c -Author: William Hubbs -Commit: William Hubbs - - Add nfsclient to netmount use dependencies - - X-Gentoo-Bug: 537996 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=537996 - -commit 3f80f22e22ec16ed517397fd303c3df99f9340fc -Author: Will Miles -Commit: William Hubbs - - Prioritize local includes and libraries - - This fixes #35. - -commit 8250ac94dfc6156075081e0e2d0986cb51b3098d -Author: Consus -Commit: William Hubbs - - tmpfiles.*: Follow OpenRC's message style - - Just to be consistent. - -commit fbdd669ba7c5d1a67129236b4ffcd76198340a1b -Author: William Hubbs -Commit: William Hubbs - - Makefile: add variable for path to source tree - - Add a new variable, ${TOP}, to the top level makefile, which points to - the path of the source tree.