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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CE7A15806E for ; Tue, 6 Jun 2023 18:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F90FE0843; Tue, 6 Jun 2023 18:52:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79379E0843 for ; Tue, 6 Jun 2023 18:52:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BB69340CA7 for ; Tue, 6 Jun 2023 18:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADEA28DC for ; Tue, 6 Jun 2023 18:52:40 +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: <1686076567.11d9c679a5f0877aa8c8d211153cc843495e74b9.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: 11d9c679a5f0877aa8c8d211153cc843495e74b9 X-VCS-Branch: master Date: Tue, 6 Jun 2023 18:52:40 +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: 951fe766-3cb4-42a0-a36d-66f43c2f5c99 X-Archives-Hash: 52365055f1038d89251bacd46a680da4 commit: 11d9c679a5f0877aa8c8d211153cc843495e74b9 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 6 18:36:07 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 6 18:36:07 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=11d9c679 Update NEWS Signed-off-by: Ulrich Müller gentoo.org> NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f64f210..82ba396 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.23: + New features: + - Don't autodetect bash and env-update at configure time (bug #905934). + - Sanitise PATH, remove Portage's internal ebuild-helpers dir from it. + - Add subsection about module testing to developer guide (bug #907844). + 1.4.22: New features: - Disable colour if NO_COLOR is set in the environment.