From 3403d4214c72002a88159ce7ef4af9329144784f Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 15 May 2016 13:19:09 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 643c080..a4cd025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,19 @@ -=== tio v1.9 === +=== tio v1.10 === + +Changes since tio v1.9: + + * Introduced lock on device file + + Tio will now test for and obtain an advisory lock on the tty device file + to prevent starting multiple sessions on the same tty device. + + * Updated AUTHORS + +Jakub Wilk: + + * Treat EOF on stdin as error + + Changes since tio v1.8: @@ -122,3 +137,4 @@ Jakub Wilk: * Fixed silly "tio or tio" in man page * Fixed typo +