diff options
author | Joel Brobecker <brobecker@adacore.com> | 2021-07-03 10:52:20 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-07-03 10:56:25 -0700 |
commit | ccd14903f8dd69907f1529132e615e7d00ddd38d (patch) | |
tree | aa3a8dd2c453af27501556ddb7614c5d305ceaf3 /gdb | |
parent | 5916203ad0372558883306af61b68f14bfd4d82b (diff) | |
download | gdb-ccd14903f8dd69907f1529132e615e7d00ddd38d.zip gdb-ccd14903f8dd69907f1529132e615e7d00ddd38d.tar.gz gdb-ccd14903f8dd69907f1529132e615e7d00ddd38d.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4edc63..f7a6ccc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2021-07-03 Joel Brobecker <brobecker@adacore.com> + * 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 <brobecker@adacore.com> + GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927): * version.in: Bump version to 12.0.50.DATE-git. @@ -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. |