From c6ffb45dce04624121f8d3fc20ed0bce5c1667c6 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 1 Oct 2014 00:29:29 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3a9992..f442ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,7 @@ -=== Go TTY v0.4 === +=== Go TTY v0.5 === -Changes since Go TTY v0.3: +Changes since Go TTY v0.4: - * Fixed disconnect output + * Updated MAN and README page - In certain cases the disconnect message would eat a line of output from - the tty device (if any). This is now fixed. - - * Renamed stdio to new_stdout - - Since it is actually only stdout we configure. + * Various cleanup