commit: 11d9c679a5f0877aa8c8d211153cc843495e74b9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 6 18:36:07 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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.