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 CEA84138331 for ; Wed, 30 May 2018 16:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CC1E092D; Wed, 30 May 2018 16:02:02 +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 63ABEE092D for ; Wed, 30 May 2018 16:02:02 +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 0FCA4335CA7 for ; Wed, 30 May 2018 16:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4940E2B7 for ; Wed, 30 May 2018 16:01:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1527612039.8e1c663a75aad586e7da5dd22b8a1a29dc3beb01.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8e1c663a75aad586e7da5dd22b8a1a29dc3beb01 X-VCS-Branch: master Date: Wed, 30 May 2018 16:01:59 +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: abbaad7e-9139-49b9-8e57-ebd867020e4d X-Archives-Hash: e62c04aefe7ccad0ab4b9511858d0d4f commit: 8e1c663a75aad586e7da5dd22b8a1a29dc3beb01 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 29 16:40:39 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 29 16:40:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=8e1c663a Update NEWS. NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c25a81a..f9ca432 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. +1.4.13: + New features: + - New get_libdir() function in multilib library. + 1.4.12: Bug fixes: - Workaround for bug #645240: OpenRC commands not in PATH in rc module.