4 Commits

Author SHA256 Message Date
232d68eaea Accepting request 1270589 from hardware
OBS-URL: https://build.opensuse.org/request/show/1270589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tio?expand=0&rev=23
2025-04-18 14:20:59 +00:00
56d2953024 - Update to version 3.9
* Fix parsing of timestamp options.
  * Update plaintext man page.
  * Add character mapping examples.
  * Fix pattern matching memory corruption.

OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=46
2025-04-17 15:37:23 +00:00
d0725f212c Accepting request 1230654 from hardware
OBS-URL: https://build.opensuse.org/request/show/1230654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tio?expand=0&rev=22
2024-12-13 21:37:38 +00:00
91063d1056 Accepting request 1227509 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/1227509
OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=44
2024-12-12 20:18:55 +00:00
4 changed files with 37 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06fe0c22e3e75274643c017928fbc85e86589bc1acd515d92f98eecd4bbab11b
size 3460500

View File

@@ -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>

View File

@@ -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