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 B9F291382BD for ; Fri, 17 Jun 2016 18:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B28E0ABC; Fri, 17 Jun 2016 18:42:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 640FAE0AB7 for ; Fri, 17 Jun 2016 18:42:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E01233403C1 for ; Fri, 17 Jun 2016 18:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516BC2320 for ; Fri, 17 Jun 2016 18:42:27 +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: <1466187661.c435c4cb3782db3fd3b54e5d3fc47343c4d79582.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: c435c4cb3782db3fd3b54e5d3fc47343c4d79582 X-VCS-Branch: master Date: Fri, 17 Jun 2016 18:42:27 +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: 0c656086-4e6d-4834-bbf8-8d36abace286 X-Archives-Hash: 9d292eb8b161c6d3b7d6aea1584c7132 commit: c435c4cb3782db3fd3b54e5d3fc47343c4d79582 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 17 18:21:01 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jun 17 18:21:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=c435c4cb Update NEWS. NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4075f32..942e4eb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ 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.6: + Bug fixes: + - Fixed bug #122260: Do not call programs by absolute paths. + - Fixed bug #572348: Globally set umask +rx. + - Prefer less to more in pager module. + 1.4.5: New features: - binutils module removed (bug #507870).