]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Mention fixes.
authorBruno Haible <bruno@clisp.org>
Wed, 27 Mar 2019 20:38:08 +0000 (21:38 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 27 Mar 2019 20:38:08 +0000 (21:38 +0100)
* libtextstyle/NEWS: Mention two fixes done in the gnulib module
'term-style-control'.

libtextstyle/NEWS

index ddbb01d72fcae62f7c1014b408f76789c33fb8d4..dae693e65dc4a0d4181f616d1a3de1f0c854a18a 100644 (file)
@@ -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.