Accepting request 1172884 from home:mnhauke
- Update to version 3.2 * Do not print error when using --list with broken config file * Clean up completion script * Add option '--exec ' for running shell command * Runs shell command with I/O redirected to device. * Make sure all error output is directed to stderr * Fix shadow variables * Update man page * Fix build on older GNU/Linux systems without statx * Fix line ending in --list output * Print location of configuratin file in --list output * Fix alignment of profile listing - Update to version 3.1 * Improve --list feature on non-linux platform * List available profiles in --list output * Always message when saving log file * Add support for using TID as device in config file * Fix use of invalid flag with regexec() * Fix potential buffer overflow in match_and_replace() * Fix profile autocompletion * Replace use of stat() with fstat() * For better security. * Fix hexN output mode * Update pattern matching example * Fix submenu response when invalid key hit * Replace inih with glib key file parser * Enable extended pattern matching * Update lua read() description OBS-URL: https://build.opensuse.org/request/show/1172884 OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=34
This commit is contained in:
parent
aec35f3df7
commit
c156da658a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e
|
||||
size 3450844
|
3
tio-3.2.tar.xz
Normal file
3
tio-3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9208e98dce783598a76c406f0b076f07dc0f645aaaab99ee5c3039744e8c0e2a
|
||||
size 3452984
|
32
tio.changes
32
tio.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 08:41:24 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2
|
||||
* Do not print error when using --list with broken config file
|
||||
* Clean up completion script
|
||||
* Add option '--exec ' for running shell command
|
||||
* Runs shell command with I/O redirected to device.
|
||||
* Make sure all error output is directed to stderr
|
||||
* Fix shadow variables
|
||||
* Update man page
|
||||
* Fix build on older GNU/Linux systems without statx
|
||||
* Fix line ending in --list output
|
||||
* Print location of configuratin file in --list output
|
||||
* Fix alignment of profile listing
|
||||
- Update to version 3.1
|
||||
* Improve --list feature on non-linux platform
|
||||
* List available profiles in --list output
|
||||
* Always message when saving log file
|
||||
* Add support for using TID as device in config file
|
||||
* Fix use of invalid flag with regexec()
|
||||
* Fix potential buffer overflow in match_and_replace()
|
||||
* Fix profile autocompletion
|
||||
* Replace use of stat() with fstat()
|
||||
* For better security.
|
||||
* Fix hexN output mode
|
||||
* Update pattern matching example
|
||||
* Fix submenu response when invalid key hit
|
||||
* Replace inih with glib key file parser
|
||||
* Enable extended pattern matching
|
||||
* Update lua read() description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 15:38:13 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
3
tio.spec
3
tio.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tio
|
||||
Version: 3.0
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: Simple TTY terminal I/O application
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,7 +29,6 @@ BuildRequires: lua53-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(inih)
|
||||
|
||||
%description
|
||||
Tio is a simple TTY terminal application which features a straightforward
|
||||
|
Loading…
Reference in New Issue
Block a user