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 BA78E139695 for ; Thu, 13 Jul 2017 22:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBC3E0EB8; Thu, 13 Jul 2017 22:51:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A1E2E0EB8 for ; Thu, 13 Jul 2017 22:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7297934186E for ; Thu, 13 Jul 2017 22:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6571748F for ; Thu, 13 Jul 2017 22:51:25 +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: <1499986262.84c5da30695db89d686d3c28c7cacdf172cbf429.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master 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: 84c5da30695db89d686d3c28c7cacdf172cbf429 X-VCS-Branch: master Date: Thu, 13 Jul 2017 22:51:25 +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: 77ae06af-a1cb-4b22-857a-66d54d0f21f1 X-Archives-Hash: ea9049321eb961d52cff72127ee375fe commit: 84c5da30695db89d686d3c28c7cacdf172cbf429 Author: William Hubbs gmail com> AuthorDate: Thu Jul 13 22:51:02 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jul 13 22:51:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=84c5da30 Update ChangeLog ChangeLog | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a1e13cc..cbb2c408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +commit b35099cb707e333b6b8d30d956ffa93bcd2da0ab +Author: William Hubbs +Commit: William Hubbs + + Add comment about overriding the default efivars mount in fstab to news + +commit 3fd3bfc76dccc3752f4af949ad4076dab26357fb +Author: William Hubbs +Commit: William Hubbs + + add link to efivars issue to news file + +commit 492a6303cb8314263bfd3631e3b0de5a9df178da +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit e7807b3136d8993805082320784460f5059e6275 Author: William Hubbs Commit: William Hubbs @@ -1652,19 +1670,3 @@ Author: William Hubbs Commit: William Hubbs make variable aflag a boolean show_all - -commit 7f84b5d741c150cd159d5a3cda3ef532f0381826 -Author: Jaromil -Commit: William Hubbs - - libeinfo: document the x suffix on function names - - This fixes #88. - -commit 8bca2cd4b3c710809131ac036456b34c223e8d12 -Author: Julian Ospald -Commit: William Hubbs - - Build: fix hardcoded pkg-config invocation - - This fixes #89.