From patchwork Wed Feb 10 03:30:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 10784 Received: (qmail 19928 invoked by alias); 10 Feb 2016 03:30:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 19717 invoked by uid 89); 10 Feb 2016 03:30:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Organized, 1, 11, news X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 10 Feb 2016 03:30:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5D32D11651E for ; Tue, 9 Feb 2016 22:30:50 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kJ0RlPK6dDDl for ; Tue, 9 Feb 2016 22:30:50 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EDBF1116518 for ; Tue, 9 Feb 2016 22:30:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DF45740C35; Wed, 10 Feb 2016 07:30:45 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/HEAD 2/2] Update NEWS post GDB 7.11 branch creation. Date: Wed, 10 Feb 2016 07:30:42 +0400 Message-Id: <1455075042-22914-3-git-send-email-brobecker@adacore.com> In-Reply-To: <1455075042-22914-1-git-send-email-brobecker@adacore.com> References: <1455075042-22914-1-git-send-email-brobecker@adacore.com> 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. --- gdb/ChangeLog | 6 ++++++ gdb/NEWS | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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.