From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-996576-garchives=archives.gentoo.org@lists.gentoo.org>
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 E2328138330
	for <garchives@archives.gentoo.org>; Tue,  9 Jan 2018 09:09:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 079DEE09E2;
	Tue,  9 Jan 2018 09:09:01 +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 DA66AE09E2
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jan 2018 09:08:59 +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 CCD97335C3C
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jan 2018 09:08:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 60E78198
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jan 2018 09:08:57 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1515487501.82bb7b48ecaeca1a1154d4cee7f52b428aa8c244.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: 82bb7b48ecaeca1a1154d4cee7f52b428aa8c244
X-VCS-Branch: master
Date: Tue,  9 Jan 2018 09:08:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e7613bb1-736e-4eee-a792-311df961a7ee
X-Archives-Hash: c6a2d39bdb871bb14dfe643e6c01d730

commit:     82bb7b48ecaeca1a1154d4cee7f52b428aa8c244
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 08:45:01 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 08:45:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=82bb7b48

Update NEWS.

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 523c980..28c7e20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 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.11:
+    New features:
+    - Show profile status in list, and allow setting an experimental profile
+      only with the --force option in profile module (bug #643864).
+
 1.4.10:
     Bug fixes:
     - Fixed bug #614008: Regex in profile module.