From patchwork Mon Apr 17 14:32:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 20062 Received: (qmail 116857 invoked by alias); 17 Apr 2017 14:32:45 -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 116708 invoked by uid 89); 17 Apr 2017 14:32:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Changes, pushing, organized 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 ESMTP; Mon, 17 Apr 2017 14:32:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2E4F83861 for ; Mon, 17 Apr 2017 10:32:40 -0400 (EDT) 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 vJJzbgCXWb88 for ; Mon, 17 Apr 2017 10:32:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F2D203710 for ; Mon, 17 Apr 2017 10:32:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4CE13640F6; Mon, 17 Apr 2017 07:32:38 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/HEAD] Update NEWS post GDB 8.0 branch creation. Date: Mon, 17 Apr 2017 07:32:37 -0700 Message-Id: <20170417143237.28676-1-brobecker@adacore.com> Hello, This patch updates the gdb/NEWS file following the creation of the GDB 8.0 branch. 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. Pushing to master... Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 890a876..f033ced 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-04-17 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. + +2017-04-17 Joel Brobecker + GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db): * version.in: Bump version to 8.0.50.DATE-git. diff --git a/gdb/NEWS b/gdb/NEWS index 5b77486..eb1a589 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.12 +*** Changes since GDB 8.0 + +*** Changes in GDB 8.0 * GDB now supports access to the PKU register on GNU/Linux. The register is added by the Memory Protection Keys for Userspace feature which will be