]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention --grep (#8029)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 28 Jan 2018 14:52:06 +0000 (15:52 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 28 Jan 2018 14:52:06 +0000 (23:52 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 2622335aa12cdbd6a9ead89028ba6ffb21d71e54..3cbc01e2226103fa21a63aa55816b8d574829461 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -131,6 +131,12 @@ CHANGES WITH 237 in spe:
           user/UID to use for notification messages sent to the service
           manager.
 
+        * journalctl gained a new --grep option to list only entries in which
+          the message matches a certain pattern. By default matching is case
+          insensitive if the pattern is lowercase, and case sensitive
+          otherwise. Option --case-sensitive=yes|no can be used to override
+          this an specify case sensitivity or case insensitivity.
+
         * There's now a "systemd-analyze service-watchdogs" command for printing
           the current state of the service runtime watchdog, and optionally
           enabling or disabling the per-service watchdogs system-wide if given a