tio: upgrade 2.5 -> 2.6

Changelog:
==========
 * Remove warning when using pattern option
 * Add --log-append option
 * Update man page
 * Update README
 * Fix line termination for response wait feature
 * Update tty device listing configuration
 * Move map variables to tty to keep them all in one spot
 * Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket
 * Support input mapping modes for sockets
 * Various spelling fixes
 * avoid "warning: unused parameter" on setspeed stub
 * use right /dev/ path on Haiku
 * Update README with details on snap confinement

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-06-13 09:40:22 +08:00
committed by Khem Raj
parent 782dd040da
commit 2352915607

View File

@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
SRCREV = "a2bbab068428275febeea13906654b9e58400c95"
SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472"
S = "${WORKDIR}/git"