mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Updated ChangeLog
This commit is contained in:
parent
ef9acd3780
commit
f5f7ba7d8a
1 changed files with 18 additions and 5 deletions
23
ChangeLog
23
ChangeLog
|
|
@ -1,8 +1,21 @@
|
||||||
=== Go TTY v1.4 ===
|
=== Go TTY v1.5 ===
|
||||||
|
|
||||||
Changes since Go TTY v1.3:
|
Changes since Go TTY v1.4:
|
||||||
|
|
||||||
* Fix tty device file accessibility test
|
* Added log feature
|
||||||
|
|
||||||
Fixes ending up in a freeze when a tty device exists but is not
|
Added "--log <filename>" option which writes all activity to specified
|
||||||
readable.
|
file.
|
||||||
|
|
||||||
|
* Add support for configurable bash completion path
|
||||||
|
|
||||||
|
Rewrote the configure script to support the following options:
|
||||||
|
|
||||||
|
--with-bash-completion-dir=PATH
|
||||||
|
--without-bash-completion-dir
|
||||||
|
|
||||||
|
Jakob Haufe:
|
||||||
|
|
||||||
|
* Don't hardcode path for bash completions
|
||||||
|
|
||||||
|
Instead, use pkg-config to find out where the completions should go.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue