Hello community,

here is the log from the commit of package lnav for openSUSE:Factory checked in 
at 2020-09-27 11:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lnav (Old)
 and      /work/SRC/openSUSE:Factory/.lnav.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lnav"

Sun Sep 27 11:50:51 2020 rev:3 rq:837840 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lnav/lnav.changes        2019-07-01 
10:44:08.501454621 +0200
+++ /work/SRC/openSUSE:Factory/.lnav.new.4249/lnav.changes      2020-09-27 
11:50:55.848118061 +0200
@@ -1,0 +2,56 @@
+Fri Sep 25 07:38:04 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.9.0:
+  Features:
+  * Added support for themes and included a few as well: default, eldar,
+    monocai, night-owl, solarized-light, and solarized-dark. The theme
+    can be changed using the ':config' command, like so:
+    :config /ui/theme night-owl
+    Consult the online documentation for defining a new theme at:
+    https://lnav.readthedocs.io/en/latest/config.html#theme-definitions[1]
+  * Added support for custom keymaps and included the following: de, fr,
+    uk, us. The keymap can be changed using the ':config' command, like so:
+    :config /ui/keymap uk
+    Consult the online documentation for defining a new keymap at:
+    https://lnav.readthedocs.io/en/latest/config.html#keymap-definitions[2]
+  * The following JSON-Schemas have been published for the log format and
+    configuration JSON files:
+    https://lnav.org/schemas/format-v1.schema.json[3]
+    https://lnav.org/schemas/config-v1.schema.json[4]
+    Formats should be updated to reference the schema using the "$schema"
+    property.
+  * Indexing of new data in log files can now be paused by pressing '='
+    and unpaused by pressing it again. The bottom status bar will display
+    'Paused' in the right corner while paused.
+  * CMake is now a supported way to build.
+  * When viewing data from the standard-input, a symbolic name can be used
+    to preserve session state. The name can be changed using the
+    "rename-stdin" lnav script or by doing an UPDATE to the filepath
+    column of the lnav_file table. For example, to assign the name
+    "journald", the following SQL statement can be executed in lnav:
+    ;UPDATE lnav_file SET filepath='journald' WHERE filepath='stdin'
+  * The size of the terminal can be accessed in SQL using the $LINES and
+    $COLS variables.
+  * The raise_error(msg) SQL function has been added to make it easier to
+    raise an error in an lnav script to stop execution and notify the user.
+  * Added the json_concat() function to make it easier to append/concatenate 
values onto arrays.
+  * Added the ":write-jsonlines-to" command that writes the result of a SQL 
query to a file in the JSON Lines format.
+  Interface Changes:
+  * Data piped into lnav is no longer dumped to the console after exit.
+    Instead a file containing the data is left in .lnav/stdin-captures/
+    and a message is printed to the console indicating the file name.
+  * In time-offset mode, the deltas for messages before the first mark
+    are now negative instead of relative to the start of the log.
+  * The $XDG_CONFIG_HOME environment variable (or ~/.config directory) are
+    now respected for storing lnav's configuration. If you have an existing
+    ~/.lnav directory, that will continue to be used until you move it to
+    $XDG_CONFIG_HOME/lnav or ~/.config/lnav.
+  * Removed the ':save-config' command. Changes to the configuration are now
+    immediately saved.
+  Fixes:
+  * Added 'notice' log level.
+  * If a "timestamp-format" is used in an element of a "line-format", the
+    field name is ignored and a formatted timestamp is always used.
+  * Ignore stdin when it is connected to /dev/null.
+
+-------------------------------------------------------------------

Old:
----
  lnav-0.8.5.tar.gz

New:
----
  lnav-0.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lnav.spec ++++++
--- /var/tmp/diff_new_pack.Bl5krP/_old  2020-09-27 11:50:56.912119207 +0200
+++ /var/tmp/diff_new_pack.Bl5krP/_new  2020-09-27 11:50:56.916119212 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package lnav
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010-2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,12 +14,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           lnav
-Version:        0.8.5
+Version:        0.9.0
 Release:        0
 Summary:        Logfile Navigator
 License:        BSD-2-Clause

++++++ lnav-0.8.5.tar.gz -> lnav-0.9.0.tar.gz ++++++
++++ 108255 lines of diff (skipped)


Reply via email to