diff --git a/tio-2.8.tar.xz b/tio-2.8.tar.xz deleted file mode 100644 index 0c0a93b..0000000 --- a/tio-2.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706 -size 3441388 diff --git a/tio-3.0.tar.xz b/tio-3.0.tar.xz new file mode 100644 index 0000000..a73f023 --- /dev/null +++ b/tio-3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e +size 3450844 diff --git a/tio.changes b/tio.changes index 76cb307..d366ecc 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Apr 29 15:38:13 UTC 2024 - Martin Hauke + +- 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 diff --git a/tio.spec b/tio.spec index fd90f5d..8aa8db5 100644 --- a/tio.spec +++ b/tio.spec @@ -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