SHA256
1
0
forked from pool/tio

Accepting request 1045642 from home:dirkmueller:Factory

- update to 2.5:
  * Update configuration file documentation
    Rename .tiorc to .tioconfig, tiorc to config, etc.
  * Add support for $HOME/.tioconfig
    Replaces what used to be $HOME/.tiorc
  * Fix double prefix key regression
  * Better error checking in config file, rename the file
    Accept "true", "enable", "on", "yes", "1" as true values, their
    counterparts as false ones. Check integer values for errors and range.
    Warn about ignored (e.g. misspelled) options.
    Check getenv() return value for NULL.
    Rename "tiorc" to "config", as it's a static INI file, not an executable
    "run commands".

OBS-URL: https://build.opensuse.org/request/show/1045642
OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=24
This commit is contained in:
Martin Hauke
2022-12-28 12:49:25 +00:00
committed by Git OBS Bridge
parent cf9b21f652
commit 86b8a62486
4 changed files with 21 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 28 12:38:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.5:
* Update configuration file documentation
Rename .tiorc to .tioconfig, tiorc to config, etc.
* Add support for $HOME/.tioconfig
Replaces what used to be $HOME/.tiorc
* Fix double prefix key regression
* Better error checking in config file, rename the file
Accept "true", "enable", "on", "yes", "1" as true values, their
counterparts as false ones. Check integer values for errors and range.
Warn about ignored (e.g. misspelled) options.
Check getenv() return value for NULL.
Rename "tiorc" to "config", as it's a static INI file, not an executable
"run commands".
-------------------------------------------------------------------
Sun Dec 4 14:05:17 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: tio
Version: 2.4
Version: 2.5
Release: 0
Summary: Simple TTY terminal I/O application
License: GPL-2.0-or-later