From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93184 invoked by alias); 4 Jul 2018 15:50:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 93004 invoked by uid 89); 4 Jul 2018 15:50:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= 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; Wed, 04 Jul 2018 15:50:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1920B56184 for ; Wed, 4 Jul 2018 11:50:55 -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 d85+Nj59iLjq for ; Wed, 4 Jul 2018 11:50:55 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DC81856175 for ; Wed, 4 Jul 2018 11:50:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2FCC186B5B; Wed, 4 Jul 2018 08:50:53 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/HEAD 2/2] Update NEWS post GDB 8.2 branch creation. Date: Wed, 04 Jul 2018 15:50:00 -0000 Message-Id: <20180704155051.23230-3-brobecker@adacore.com> In-Reply-To: <20180704155051.23230-1-brobecker@adacore.com> References: <20180704155051.23230-1-brobecker@adacore.com> X-SW-Source: 2018-07/txt/msg00093.txt.bz2 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 89eb91773e..cc09755794 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2018-07-04 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. + 2018-07-04 Joel Brobecker GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e): diff --git a/gdb/NEWS b/gdb/NEWS index ab7632c817..2d1d161233 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.1 +*** Changes since GDB 8.2 + +*** Changes in GDB 8.2 * The 'set disassembler-options' command now supports specifying options for the MIPS target. -- 2.17.1