forked from pool/ttynvt
* Handling of initial protocol error changed
* Handling of pthread_mutex_init failure fixed
* nvttest: Add missing -lpthread
* ttynvt: On TCSET* skip rfc2217 baud rate change if zero
* nvtsrv: Fix inconsistent help
* nvttest: Improve help
* nvttest: Enable specifying device
* nvttest: Rework thread handling
* nvttest: Return error if anything fails
* nvtsrv: Change some log messages to debug
* test: Initial testing framework
* ttynvt: Move optional delay during close
* Support odd parity.
* support TCP/IPv6 address and UNIX domain socket path as
rfc2217 server
OBS-URL: https://build.opensuse.org/package/show/utilities/ttynvt?expand=0&rev=6
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 26 13:49:48 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.17
|
|
* Handling of initial protocol error changed
|
|
* Handling of pthread_mutex_init failure fixed
|
|
* nvttest: Add missing -lpthread
|
|
* ttynvt: On TCSET* skip rfc2217 baud rate change if zero
|
|
* nvtsrv: Fix inconsistent help
|
|
* nvttest: Improve help
|
|
* nvttest: Enable specifying device
|
|
* nvttest: Rework thread handling
|
|
* nvttest: Return error if anything fails
|
|
* nvtsrv: Change some log messages to debug
|
|
* test: Initial testing framework
|
|
* ttynvt: Move optional delay during close
|
|
* Support odd parity.
|
|
* support TCP/IPv6 address and UNIX domain socket path as
|
|
rfc2217 server
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 20 07:53:00 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
* Update to version 0.16
|
|
- Add overall access lock
|
|
- Optionally add delay during close
|
|
- Optionally disable telnet processing
|
|
- Add test server and client
|
|
- Log to stderr instead of stdout
|
|
- Optionally be quiet
|
|
- Various minor bug fixes
|
|
- Various cleanups
|
|
* Update to version 0.15
|
|
Bugfixes:
|
|
- Clear pollin flag when input buffer is flushed
|
|
- Correct termios2 baud rate calculation
|
|
- Fix potentially incorrect speed check
|
|
- Handle CRTSCTS properly
|
|
Other:
|
|
- Support for software flow control
|
|
- Add support for termios2 ioctls
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 19:14:19 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.14
|