From: Joel Brobecker Date: Sat, 3 Jul 2021 17:52:20 +0000 (-0700) Subject: Update NEWS post GDB 11 branch creation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccd14903f8dd69907f1529132e615e7d00ddd38d;p=binutils-gdb.git Update NEWS post GDB 11 branch creation. gdb/ChangeLog: * NEWS: Create a new section for the next release branch. Rename the section of the current branch, now that it has been cut. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4edc631644..f7a6ccc6d9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2021-07-03 Joel Brobecker + + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + 2021-07-03 Joel Brobecker GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927): diff --git a/gdb/NEWS b/gdb/NEWS index 1e474eca90a..1fea2f56ff6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 10 +*** Changes since GDB 11 + +*** Changes in GDB 11 * The 'set disassembler-options' command now supports specifying options for the ARC target.