From: Joel Brobecker Date: Wed, 10 Feb 2016 03:28:01 +0000 (+0400) Subject: Update NEWS post GDB 7.11 branch creation. X-Git-Tag: binutils-2_27~1387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1233c0bae644451922bda07d03f1a66f3439dd20;p=external%2Fbinutils.git Update NEWS post GDB 7.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 20edb70..1bca0d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2016-02-10 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. + +2016-02-10 Joel Brobecker + GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a): * version.in: Bump version to 7.11.50.DATE-git. diff --git a/gdb/NEWS b/gdb/NEWS index 962eae4..482bec6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.10 +*** Changes since GDB 7.11 + +*** Changes in GDB 7.11 * GDB now supports debugging kernel-based threads on FreeBSD.