From e9efa13bc5d73b01f75d8c03b4524871e27d7557 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 14 Nov 2017 12:52:15 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bd42d2d..b4cf042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ -=== tio v1.26 === +=== tio v1.27 === + + + +Changes since tio v1.26: + + * Update man page + + * Add support for setting non-standard baudrates + + Support for non-standard baudrate settings will be automatically enabled + if the termios2 interface is detected available. However, to play it + safe, the old and widely supported termios interface will still be used + when setting standard baudrates. + + * Cleanup + + * Update AUTHORS + Changes since tio v1.25: @@ -77,6 +95,7 @@ Jakub Wilk: * Fix typos + Changes since tio v1.21: * Update man page date