[binutils-gdb/gdb-18-branch] gdb/NEWS: Change "since GDB 17" into "in GDB 18"
Andrew Burgess via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31d2e49203eb8a16c60d1ed38a651cad0c83874b commit 31d2e49203eb8a16c60d1ed38a651cad0c83874b Author: Andrew Burgess <[email protected]> Date: Thu Aug 6 18:35:35 2026 +0100 gdb/NEWS: Change "since GDB 17" into "in GDB 18" Now that the major release version number is confirmed, we can adjust the title of the corresponding section in the gdb/NEWS file. Diff: --- gdb/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/NEWS b/gdb/NEWS index 8f40ca5cb11..211c000a08e 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 17 +*** Changes in GDB 18 * Support for the Common Trace Format (CTF) has been removed. GDB now saves trace information exclusively in its own "tfile" format.