From d112ae0d22f510b37480c39910820b024d784435c883513d9d1b769e9db85d80 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sat, 22 Jun 2024 09:39:48 +0000 Subject: [PATCH] - Update to version 3.4 * Update configuration output. * Clean up script run interaction text. * Fix unbounded writes. * Add history and editing feature to line input mode. * Use up and down arrow keys to navigate history. * Use left and right arrow keys to move cursor back and forth. * We try mimic the behaviour of GNU readline which we can not use because. * Reuse socket address. * Fix line input mode. * Fix so that ABCD are no longer ignored. * Make sure ICRNL, IGNCR, INLCR take effect. * Include correct header for poll(). * Add group write permission to xymodem received file. * Fix missing open() flags in xymodem_receive(). * Show current mappings in the configuration printout. * Use "ctrl-t m" to change mappings interactively. * Prompt for Lua script or shell command in interactive session. * Added support to receive XMODEM-CRC files from the connected serial port. OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=38 --- tio-3.3.tar.xz | 3 --- tio-3.4.tar.xz | 3 +++ tio.changes | 25 +++++++++++++++++++++++++ tio.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 tio-3.3.tar.xz create mode 100644 tio-3.4.tar.xz diff --git a/tio-3.3.tar.xz b/tio-3.3.tar.xz deleted file mode 100644 index f7e94e5..0000000 --- a/tio-3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:506635b2e922306be3ded980d0b6fd8bb74647b1561b01015b769041f7ddca8d -size 3453004 diff --git a/tio-3.4.tar.xz b/tio-3.4.tar.xz new file mode 100644 index 0000000..18e0c52 --- /dev/null +++ b/tio-3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdc91b257b10e401ae0b0200db9f8fcf14460193e92c8e67fddc85e11a8c911 +size 3456312 diff --git a/tio.changes b/tio.changes index a78414c..0f289db 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Jun 15 17:42:52 UTC 2024 - Martin Hauke + +- Update to version 3.4 + * Update configuration output. + * Clean up script run interaction text. + * Fix unbounded writes. + * Add history and editing feature to line input mode. + * Use up and down arrow keys to navigate history. + * Use left and right arrow keys to move cursor back and forth. + * We try mimic the behaviour of GNU readline which we can not + use because. + * Reuse socket address. + * Fix line input mode. + * Fix so that ABCD are no longer ignored. + * Make sure ICRNL, IGNCR, INLCR take effect. + * Include correct header for poll(). + * Add group write permission to xymodem received file. + * Fix missing open() flags in xymodem_receive(). + * Show current mappings in the configuration printout. + * Use "ctrl-t m" to change mappings interactively. + * Prompt for Lua script or shell command in interactive session. + * Added support to receive XMODEM-CRC files from the connected + serial port. + ------------------------------------------------------------------- Thu May 16 19:29:37 UTC 2024 - Martin Hauke diff --git a/tio.spec b/tio.spec index 6deaf1d..0a13e4d 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 3.3 +Version: 3.4 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later