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 5E257138335 for ; Sun, 17 Feb 2019 07:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41267E0973; Sun, 17 Feb 2019 07:52:05 +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 157CDE0973 for ; Sun, 17 Feb 2019 07:52:04 +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 5F2E4335CB7 for ; Sun, 17 Feb 2019 07:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352F744B for ; Sun, 17 Feb 2019 07:52:01 +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: <1550389346.870fddee2d04b4893d5581e4510684b1701b8284.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: 870fddee2d04b4893d5581e4510684b1701b8284 X-VCS-Branch: master Date: Sun, 17 Feb 2019 07:52:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d71ca753-d4d4-4861-b6b2-08addeac001f X-Archives-Hash: 4373802b304daa65979edfe23919e142 commit: 870fddee2d04b4893d5581e4510684b1701b8284 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 17 07:42:26 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 17 07:42:26 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=870fddee Update NEWS. Signed-off-by: Ulrich Müller gentoo.org> NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index f9ca432..d993860 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ 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.14: + Bug fixes: + - Fixed bug #662996: Example in profile.eselect(5) man page. + + New features: + - In profile module, warn about deprecated profiles (bug #673568). + - Display warning messages in yellow instead of red. + 1.4.13: New features: - New get_libdir() function in multilib library.