SHA256
1
0
forked from pool/tio

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
This commit is contained in:
Martin Hauke
2022-06-08 20:53:31 +00:00
committed by Git OBS Bridge
parent 3d234047d8
commit ff066f8c41
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a54cd09baeaabd306fdea486b8161eea6ea75bb970b27cae0e8e407fb2dd7181
size 1804236

3
tio-1.38.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5945b0ff27756bc5728c34bce7557d8160829c6abb05f21790a5458e9d6324b5
size 1806556

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jun 2 09:05:15 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@@ -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