diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 18:13:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 18:13:46 +0100 |
commit | b139066702785bd19338e0db796672a6b66322ef (patch) | |
tree | 36c294ae97517f1d38c3cbaeb82960ec7382cb95 | |
parent | Update option list in bash completion (diff) | |
download | eselect-b139066702785bd19338e0db796672a6b66322ef.tar.gz eselect-b139066702785bd19338e0db796672a6b66322ef.tar.bz2 eselect-b139066702785bd19338e0db796672a6b66322ef.zip |
Update NEWS
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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.21: + Bug fixes: + - Fixed a byte-compile warning in eselect-mode. + + New features: + - Allow EPREFIX to be overridden for manipulating prefixed ROOT. + - New global option --eprefix. + 1.4.20: Bug fixes: - Error out if --root has no option argument. |