aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-06-06 20:36:07 +0200
committerUlrich Müller <ulm@gentoo.org>2023-06-06 20:36:07 +0200
commit11d9c679a5f0877aa8c8d211153cc843495e74b9 (patch)
tree98253d14a4900ccd38e183672e1333d90dc9ea59
parentSanitise PATH (diff)
downloadeselect-11d9c679a5f0877aa8c8d211153cc843495e74b9.tar.gz
eselect-11d9c679a5f0877aa8c8d211153cc843495e74b9.tar.bz2
eselect-11d9c679a5f0877aa8c8d211153cc843495e74b9.zip
Update NEWS
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.