From ff066f8c4119faaad31d8160b427a0bc6a3669c0deb5008ff4a7ec3967a0abe6 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 8 Jun 2022 20:53:31 +0000 Subject: [PATCH] Accepting request 980478 from home:mnhauke - Update to version 1.38 * Redirect error messages to stderr * Improve help and man page * Mention config file in --help * Fix running without config file * Fix config file error messages * Redirect error messages to stderr * Add repology packaging status * Fix parsing of default settings * Default configuration file settings were not parsed in case a section was matched. Now we make sure that the default (unnamed) settings are always parsed. * Append to existing log file (no truncation) * Add socket info to show configuration * Print socket info at startup * Fix socket option parsing * Match user input against config section names if pattern matching was unsuccessful. * Add support for external control via a Unix domain socket. * fix for using option 'log' without 'log-filename' in config file. OBS-URL: https://build.opensuse.org/request/show/980478 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=10 --- tio-1.37.tar.xz | 3 --- tio-1.38.tar.xz | 3 +++ tio.changes | 25 +++++++++++++++++++++++++ tio.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 tio-1.37.tar.xz create mode 100644 tio-1.38.tar.xz diff --git a/tio-1.37.tar.xz b/tio-1.37.tar.xz deleted file mode 100644 index 4a950a0..0000000 --- a/tio-1.37.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a54cd09baeaabd306fdea486b8161eea6ea75bb970b27cae0e8e407fb2dd7181 -size 1804236 diff --git a/tio-1.38.tar.xz b/tio-1.38.tar.xz new file mode 100644 index 0000000..b9f264b --- /dev/null +++ b/tio-1.38.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5945b0ff27756bc5728c34bce7557d8160829c6abb05f21790a5458e9d6324b5 +size 1806556 diff --git a/tio.changes b/tio.changes index e937dd4..7633f43 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jun 2 09:05:15 UTC 2022 - Martin Hauke + +- Update to version 1.38 + * Redirect error messages to stderr + * Improve help and man page + * Mention config file in --help + * Fix running without config file + * Fix config file error messages + * Redirect error messages to stderr + * Add repology packaging status + * Fix parsing of default settings + * Default configuration file settings were not parsed in case a + section was matched. Now we make sure that the default + (unnamed) settings are always parsed. + * Append to existing log file (no truncation) + * Add socket info to show configuration + * Print socket info at startup + * Fix socket option parsing + * Match user input against config section names if pattern + matching was unsuccessful. + * Add support for external control via a Unix domain socket. + * fix for using option 'log' without 'log-filename' in config + file. + ------------------------------------------------------------------- Wed Apr 13 16:13:57 UTC 2022 - Martin Hauke diff --git a/tio.spec b/tio.spec index 1be6e56..781a911 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 1.37 +Version: 1.38 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later