From patchwork Wed Jul 4 16:03:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 28232 Received: (qmail 10954 invoked by alias); 4 Jul 2018 16:03:38 -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 10606 invoked by uid 89); 4 Jul 2018 16:03:38 -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 16:03:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AD3E056178 for ; Wed, 4 Jul 2018 12:03:35 -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 1H4r3Q4Gx93A for ; Wed, 4 Jul 2018 12:03:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7DC6A56175 for ; Wed, 4 Jul 2018 12:03:35 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A9FBD86B59; Wed, 4 Jul 2018 09:03:33 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed/8.2] gdb/NEWS: Change "Changes since GDB 8.1" into "Changes in GDB 8.2". Date: Wed, 4 Jul 2018 09:03:32 -0700 Message-Id: <20180704160332.24692-1-brobecker@adacore.com> Hello, I pushed the following change to the gdb-8.2-branch (preparation for the 8.2 release). gdb/ChangeLog: * NEWS: Change "Changes since GDB 8.1" into "Changes in GDB 8.2". Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33f877c6ef..781bce570f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-07-04 Joel Brobecker + + * NEWS: Change "Changes since GDB 8.1" into "Changes in GDB 8.2". + 2018-07-04 Joel Brobecker GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e): diff --git a/gdb/NEWS b/gdb/NEWS index ab7632c817..001a4493c1 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.1 +*** Changes in GDB 8.2 * The 'set disassembler-options' command now supports specifying options for the MIPS target.