SHA256
1
0
forked from pool/tio

Accepting request 1170830 from home:mnhauke

- Update to version 3.0
  * Simplify lua line manipulation API
  * Disable DEC Special Graphics at exit if vt100
  * Add hexN output mode
  * Rename sub-config to profile
  * Use lua io.write() instead of print()
  * Add new ways to manage serial devices
    + Rename --list-devices to --list
    + Rename --no-autoconnect to --no-reconnect
    + Switch -l and -L options
      -l now lists available serial devices
      -L enables log to file
    + Add option --auto-connect
    + Connect to same port/device combination via unique
      topology ID (TID)
    + Reworked and improved listing of serial devices to show
      serial devices
  * Clean up timestamp enum definition
  * Add missing options to show configuration
  * Update description of mute option
  * Add lua read_string() function
  * Don't forget to log output in lua expect()
  * Generalize automatic login example for Linux
  * Fix log output in hex output mode
  * Add timeout based timestamps in hex output mo
  * Improve switched messages
  * Extend lua expect() to also return matched string
  * Add automatic login script example
  * Organize examples directory
  * Introduce basic line input mode

OBS-URL: https://build.opensuse.org/request/show/1170830
OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=32
This commit is contained in:
Martin Hauke 2024-05-06 20:36:42 +00:00 committed by Git OBS Bridge
parent 069ed88dd0
commit aec35f3df7
4 changed files with 42 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Apr 29 15:38:13 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.0
* Simplify lua line manipulation API
* Disable DEC Special Graphics at exit if vt100
* Add hexN output mode
* Rename sub-config to profile
* Use lua io.write() instead of print()
* Add new ways to manage serial devices
+ Rename --list-devices to --list
+ Rename --no-autoconnect to --no-reconnect
+ Switch -l and -L options
-l now lists available serial devices
-L enables log to file
+ Add option --auto-connect
+ Connect to same port/device combination via unique
topology ID (TID)
+ Reworked and improved listing of serial devices to show
serial devices
* Clean up timestamp enum definition
* Add missing options to show configuration
* Update description of mute option
* Add lua read_string() function
* Don't forget to log output in lua expect()
* Generalize automatic login example for Linux
* Fix log output in hex output mode
* Add timeout based timestamps in hex output mo
* Improve switched messages
* Extend lua expect() to also return matched string
* Add automatic login script example
* Organize examples directory
* Introduce basic line input mode
* Cleanup global variable name shadowing
* Updated login example with new expect logic
* Reset buffer size at start of expect
-------------------------------------------------------------------
Sun Apr 14 17:41:55 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: tio
Version: 2.8
Version: 3.0
Release: 0
Summary: Simple TTY terminal I/O application
License: GPL-2.0-or-later
@ -28,6 +28,7 @@ BuildRequires: cmake
BuildRequires: lua53-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(inih)
%description