From: Bruno Haible Date: Wed, 27 Mar 2019 20:38:08 +0000 (+0100) Subject: libtextstyle: Mention fixes. X-Git-Tag: v0.20~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd360fa0c38faaefb90d5c23494338765cc4240;p=thirdparty%2Fgettext.git libtextstyle: Mention fixes. * libtextstyle/NEWS: Mention two fixes done in the gnulib module 'term-style-control'. --- diff --git a/libtextstyle/NEWS b/libtextstyle/NEWS index ddbb01d72..dae693e65 100644 --- a/libtextstyle/NEWS +++ b/libtextstyle/NEWS @@ -1,3 +1,9 @@ +New in 0.8: +* Fixed a couple of reliability bugs: + - When a program exits while the terminal was in non-default state, the + library left the terminal with ECHO off. + - The SIGTSTP and SIGCONT signal handlers could clobber errno. + New in 0.7: * Reliable tty control, as described by the ttyctl_t enum, is now implemented.