Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.224 diff -u -r1.224 NEWS --- NEWS 7 May 2007 11:49:04 -0000 1.224 +++ NEWS 11 May 2007 18:08:15 -0000 @@ -3,6 +3,10 @@ *** Changes since GDB 6.6 +* When the Text User Interface (TUI) is not configured, GDB will now +recognize the -tui command-line option and print a message that the TUI +is not supported. + * The GDB remote stub, gdbserver, now has lower overhead for high frequency signals (e.g. SIGALRM) via the QPassSignals packet.