From 689cedf02b9e05f22686e87b6dc64cbcf775d634 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 18 Apr 2015 12:16:13 +0300 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 154fb6a..096511a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,26 @@ -=== Go TTY v1.1 === +=== Go TTY v1.2 === -Changes since Go TTY v1.0: +Changes since Go TTY v1.1: - * Flush I/O data on connect + * Enabled .tar.gz distribution support - Make sure there is no stale I/O data on tty device upon connect. + Github does not allow releases including .tar.xz anymore so we have to + also enable old school .tar.gz. - * Updated README + * Added AUTHORS file + + * Added unit for baudrate + + * Renamed --char-delay to --output-delay + + Renaming to make the naming more specific for the feature. + + * Fixed man page for whatis + +Jesper Larsen: + + * Added packaging files for Ubuntu + +Jeppe Ledet-Pedersen: + + * Add option for setting inter-character delay