From f449f45b67ae3a4dfdc9d213ed0506262354e14e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 15 Oct 2017 23:39:42 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fd6158..21022e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ -=== tio v1.24 === +=== tio v1.25 === + + +Changes since tio v1.24: + + * Fix error applying new stdout settings + + On Fedora 26 tio will quit with the following error message: + + "Error: Could not apply new stdout settings (Invalid argument)" + + In case of Fedora, it turns out that the new stdout settings used are a + bit too agressive because an empty termios structure is used. To remedy + this we reuse the existing stdout settings and only reconfigure the + specific options we need to make a "raw" stdout configuration. + + * Remove unused pkgconfig in configure + + * Code cleanup + + Remove unused variable. + Changes since tio v1.23: