From: Joel Brobecker Date: Sat, 3 Jul 2021 18:04:49 +0000 (-0700) Subject: gdb/NEWS: Replace "Changes since GDB 10" by "Changes in GDB 11". X-Git-Tag: gdb-11.1-release~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=466ee06bda47974c31d22391a98b83ea1a5a7f05;p=thirdparty%2Fbinutils-gdb.git gdb/NEWS: Replace "Changes since GDB 10" by "Changes in GDB 11". gdb/ChangeLog: * NEWS: Replace "Changes since GDB 10" by "Changes in GDB 11". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e758db1541..07c7468caf8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2021-07-03 Joel Brobecker + + * NEWS: Replace "Changes since GDB 10" by "Changes in GDB 11". + 2021-07-03 Joel Brobecker GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927): diff --git a/gdb/NEWS b/gdb/NEWS index 1e474eca90a..20d3dc39871 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 10 +*** Changes in GDB 11 * The 'set disassembler-options' command now supports specifying options for the ARC target.