Accepting request 1005521 from hardware
OBS-URL: https://build.opensuse.org/request/show/1005521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tio?expand=0&rev=8
This commit is contained in:
commit
a33868f630
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81eb253eea4974fa4f754b53dfaed802467cb4c0aa6c535b4e4bd700e97d5f69
|
|
||||||
size 3070588
|
|
3
tio-2.0.tar.xz
Normal file
3
tio-2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54cbdc395bb1fb57702d49e79c76372cd5457bee614e5c5872739d419b065672
|
||||||
|
size 3415292
|
49
tio.changes
49
tio.changes
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 11 10:21:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Tue Jul 5 05:35:29 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
4
tio.spec
4
tio.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tio
|
Name: tio
|
||||||
Version: 1.42
|
Version: 2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple TTY terminal I/O application
|
Summary: Simple TTY terminal I/O application
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -54,7 +54,7 @@ Bash completion script for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS ChangeLog README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user