From b163b557e37f21a2d68d5954613fb096a0390ca6 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 11 Jun 2016 12:45:53 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cfaf1bf..960e020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ -=== tio v1.19 === +=== tio v1.20 === + +Changes since tio v1.19: + + * Added more error handling of terminal calls + + Also removed duplicate terminal flushing calls. + + * Revert "Added support for non-standard baud rates" + + This reverts commit deec83a4eeddd5c3b2d4df041aede2bceb8867da. + + Reverting because supporting non-standard or arbitrary baud rates is + troublesome because the c library provides no means of doing so and even + if bare metal linux kernel interface is used it will not work on all + Linux kernels version. + + Changes since tio v1.18: