diff --git a/tio-1.42.tar.xz b/tio-1.42.tar.xz deleted file mode 100644 index 6a67c99..0000000 --- a/tio-1.42.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81eb253eea4974fa4f754b53dfaed802467cb4c0aa6c535b4e4bd700e97d5f69 -size 3070588 diff --git a/tio-2.0.tar.xz b/tio-2.0.tar.xz new file mode 100644 index 0000000..2b0a5a5 --- /dev/null +++ b/tio-2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cbdc395bb1fb57702d49e79c76372cd5457bee614e5c5872739d419b065672 +size 3415292 diff --git a/tio.changes b/tio.changes index 4adbd45..81e2323 100644 --- a/tio.changes +++ b/tio.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sun Sep 11 10:21:41 UTC 2022 - Martin Hauke + +- Update to version 2.0 + * Handle stale unix socket file + * Add visual or audible alert support on connect/disconnect + * Add experimental RS-485 support + * Add line response feature + * Fix potential sscanf() overflow + * Only print version on '--version' + * Remove duplicate show config entry of DTR pulse duration +- Update to version 1.47 + * Enable log feature when using --log-filename + * Enable line buffering of log + * Avoid invalid hex character messages when switching hex mode + * Force flushing of log writes + * Renamed tty_flush() to tty_sync() + * Fix sync output to serial port + * Clean up tty_flush() + * Force frequent sync on tty_flush() + * Update example tiorc + * Quit from non-interactive mode using ctrl-c + * Make sure we flush output buffer to tty when piping to tio + * Do not return false read error when piping to tio + * Show error message when reading port settings fail +- Update to version 1.46 + * Rework toggle and pulse feature to support all lines + * Add example configuration file +- Update to version 1.45 + * Introduce bold color option + * Change 'ctrl-t T' to 'ctrl-t t' for timestamp toggle + * Add support for remapping prefix key + * Add plaintext man page +- Update to version 1.44 + * Simplify arbitrary baudrate code + * Cleanup error printing routines + * Clean up man page + * Add support for space parity + * Rename EOL delay to Output line delay + * Replace -U,--upcase with mapping flag OLTU + * Simplify tty_write() + * Additional commands: EOL delay, lower to upper translation, + added mark parity + * Added ability to set mark parity. +- Update to version 1.43 + * Add '24hour-delta' timestamp option + * Improve description of socket option + * Add Pulse DTR command + ------------------------------------------------------------------- Tue Jul 5 05:35:29 UTC 2022 - Martin Hauke diff --git a/tio.spec b/tio.spec index 2b2ad8b..8eea08c 100644 --- a/tio.spec +++ b/tio.spec @@ -17,7 +17,7 @@ Name: tio -Version: 1.42 +Version: 2.0 Release: 0 Summary: Simple TTY terminal I/O application License: GPL-2.0-or-later @@ -54,7 +54,7 @@ Bash completion script for %{name}. %files %license LICENSE -%doc AUTHORS ChangeLog README.md +%doc AUTHORS NEWS README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man}