From f5f7ba7d8aa4bada721f8dd1827fe5526aa3d7d8 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 2 May 2016 12:42:06 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ee70eb..efa66ff 100644 --- a/ChangeLog +++ b/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 - readable. + Added "--log " option which writes all activity to specified + 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.