Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 232d68eaea | |||
| 56d2953024 | |||
| d0725f212c | |||
| 91063d1056 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbaef5dc6849229ce4eb474d4de77a7302cd2b0657731a8df86a44dd359e6afb
|
||||
size 3458484
|
||||
3
tio-3.9.tar.xz
Normal file
3
tio-3.9.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06fe0c22e3e75274643c017928fbc85e86589bc1acd515d92f98eecd4bbab11b
|
||||
size 3460500
|
||||
32
tio.changes
32
tio.changes
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 12:15:45 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.9
|
||||
* Fix parsing of timestamp options.
|
||||
* Update plaintext man page.
|
||||
* Add character mapping examples.
|
||||
* Fix pattern matching memory corruption.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 11:26:22 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.8
|
||||
* Clean up lua API.
|
||||
* Rename modem_send() to send().
|
||||
* Rename send to write().
|
||||
* Zero initialize buffer in read_string().
|
||||
* Fix memory leak in base62_encode().
|
||||
* Fix name declaration conflict with socket send().
|
||||
* Add clang-format spec.
|
||||
* Add system timestamps to lua read() and new lua read_line() per
|
||||
global options.
|
||||
* Add missing timestamp-format epoch.
|
||||
* Update send_ to use fsync and tcdrain like normal tty_sync
|
||||
does.
|
||||
* Rework read_line to save partial line at timeout.
|
||||
* Simplified read_line to reduce cyclomatic complexity.
|
||||
* renamed example files read.lua and read_line.lua.
|
||||
* moved #define READ_LINE_SIZE to top of file.
|
||||
* renamed g_linebuf to linebuf, and moved it into read_line as
|
||||
a static variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 08:43:30 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
4
tio.spec
4
tio.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tio
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tio
|
||||
Version: 3.7
|
||||
Version: 3.9
|
||||
Release: 0
|
||||
Summary: Simple TTY terminal I/O application
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user