aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-02-19 14:31:07 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-19 14:31:07 +0100
commit74aa11482d3ab7cdbe44b85027e5b8c20ce82bb4 (patch)
tree25fb7cd9cef8ee9decaeec2e8da22905eb383ae7 /ChangeLog
parentPrefer realpath in configure check. (diff)
downloadeselect-74aa11482d3ab7cdbe44b85027e5b8c20ce82bb4.tar.gz
eselect-74aa11482d3ab7cdbe44b85027e5b8c20ce82bb4.tar.bz2
eselect-74aa11482d3ab7cdbe44b85027e5b8c20ce82bb4.zip
news.eselect: Support "new" and "all" options in list action
* modules/news.eselect (do_list): Recognise "new" and "all" options, bug 771075. (describe_list_options): New function. Bug: https://bugs.gentoo.org/771075 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90109e8..dfdfe47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-17 Ulrich Müller <ulm@gentoo.org>
+
+ * modules/news.eselect (do_list): Recognise "new" and "all"
+ options, bug 771075.
+ (describe_list_options): New function.
+
2020-12-18 Ulrich Müller <ulm@gentoo.org>
* configure.ac (REALPATH, READLINK): Prefer realpath to readlink,