2022-07-06 10:27:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 5 05:35:29 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.42
|
|
|
|
* Update man page
|
|
|
|
* Handle malloc failure
|
|
|
|
* Add missing 'string.h' include.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 4 15:55:37 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.41
|
|
|
|
* Rename --hex-mode to --hexadecimal
|
|
|
|
* Enable buffered writing / reading
|
|
|
|
|
2022-06-20 18:09:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 18 17:21:03 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.40
|
|
|
|
* Add config support for log-strip
|
|
|
|
* Add config support for hex-mode
|
|
|
|
* Rename --hex to --hex-mode
|
|
|
|
* Fix completion for -e, --local-echo
|
|
|
|
* Ignore newlines in hex output
|
|
|
|
* Fix newline in warning_printf()
|
|
|
|
* Fix ansi_printf_raw() in no color mode
|
|
|
|
* Enter non-interactive mode when piping to tio
|
|
|
|
* Also strip backspace from log
|
|
|
|
* Socket code cleanup
|
|
|
|
* Cleanup man page
|
|
|
|
* Rename --log-filename to --log-file
|
|
|
|
* Allow strip escape sequence characters from log file
|
|
|
|
- Update to version 1.39
|
|
|
|
* Improve key command response for local echo and timestamp
|
|
|
|
* Fix invalid hex character error message
|
|
|
|
* Make sure only matched config section is parsed
|
|
|
|
* Add support for "disable" keyword in config file
|
|
|
|
* Unify error message formating
|
|
|
|
* Cleanup list devices code
|
|
|
|
* Fix command-line tty-device|config parsing
|
|
|
|
* Update bash completion
|
|
|
|
* Add support for IPv4 and IPv6 network sockets
|
|
|
|
* Fix tio deleting unix socket file
|
|
|
|
* Rework color option
|
|
|
|
* Remove print of hex mode status at startup
|
|
|
|
* Remove newline option in hex mode
|
|
|
|
* Fix configfile memory leaks
|
|
|
|
* Remove command-line option inconsistencies
|
|
|
|
* Replace '1' with 'enable' in config files
|
|
|
|
* Convert errors to warnings
|
|
|
|
* Extended hexadecimal mode.
|
|
|
|
* Added option -x, --hex to start in hexadecimal mode.
|
|
|
|
|
2022-06-08 20:53:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 2 09:05:15 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.38
|
|
|
|
* Redirect error messages to stderr
|
|
|
|
* Improve help and man page
|
|
|
|
* Mention config file in --help
|
|
|
|
* Fix running without config file
|
|
|
|
* Fix config file error messages
|
|
|
|
* Redirect error messages to stderr
|
|
|
|
* Add repology packaging status
|
|
|
|
* Fix parsing of default settings
|
|
|
|
* Default configuration file settings were not parsed in case a
|
|
|
|
section was matched. Now we make sure that the default
|
|
|
|
(unnamed) settings are always parsed.
|
|
|
|
* Append to existing log file (no truncation)
|
|
|
|
* Add socket info to show configuration
|
|
|
|
* Print socket info at startup
|
|
|
|
* Fix socket option parsing
|
|
|
|
* Match user input against config section names if pattern
|
|
|
|
matching was unsuccessful.
|
|
|
|
* Add support for external control via a Unix domain socket.
|
|
|
|
* fix for using option 'log' without 'log-filename' in config
|
|
|
|
file.
|
|
|
|
|
2022-04-21 18:21:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 13 16:13:57 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.37
|
|
|
|
* Make libinih a fallback dependency
|
|
|
|
* Fix timestamp parsing in INI conf
|
|
|
|
* Factorize timestamp parsing to be coherent with command line
|
|
|
|
format in configuration file.
|
|
|
|
|
2022-03-26 12:28:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 23 14:46:45 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.36
|
|
|
|
* Add support for defaults in config file
|
|
|
|
* Handle SIGHUP
|
|
|
|
* Add color configuration support
|
|
|
|
* Force dependency on libinih
|
|
|
|
* Update man page
|
|
|
|
* Document configuration file options
|
|
|
|
* Add support for a configuration file
|
|
|
|
- Update to version 1.35
|
|
|
|
* Add support for automatically generated log filename
|
|
|
|
* Add support for configurable timestamp format
|
|
|
|
|
2022-02-21 08:35:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 15 20:32:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.34
|
|
|
|
* Add '-c, --color' option
|
|
|
|
* Reintroduce long timestamp format
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 13 17:19:52 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.33
|
|
|
|
* Replace autotools with meson
|
|
|
|
* Show auto connect status in show configuration
|
|
|
|
* Rename option -i to -L
|
|
|
|
* Shorten timestamp description
|
|
|
|
* Add list serial devices feature
|
|
|
|
* Add command to show version
|
|
|
|
* Add '-t' option description for time stamping
|
|
|
|
* Add description for time stamping.
|
|
|
|
* Show error when failing to open a tty
|
|
|
|
* Newline: handle booth NL and CR
|
|
|
|
* Flush every local echo char
|
|
|
|
|
2022-01-24 10:28:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 11 22:14:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Run spec-cleaner
|
|
|
|
- Create subpackage for bash-completion
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 01 00:00:00 UTC 2021 - Stefan Siegel <ssiegel@sdas.net>
|
|
|
|
|
|
|
|
- Initial package
|