From patchwork Wed Dec 11 20:53:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 36728 Received: (qmail 5713 invoked by alias); 11 Dec 2019 20:53:43 -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 5705 invoked by uid 89); 11 Dec 2019 20:53:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.5 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.1 spammy=HX-Languages-Length:1086 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, 11 Dec 2019 20:53:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 09C1111611C; Wed, 11 Dec 2019 15:53:41 -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 ACvY62mgq6xB; Wed, 11 Dec 2019 15:53:40 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D19DD1160F5; Wed, 11 Dec 2019 15:53:40 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A8E68897C7; Wed, 11 Dec 2019 21:53:38 +0100 (CET) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [pushed/branch] gdb/NEWS: Say "Changes in GDB 9" rather than "Changes since GDB 8.3" Date: Wed, 11 Dec 2019 21:53:37 +0100 Message-Id: <20191211205337.23902-1-brobecker@adacore.com> Hello, Just a quick email to let you know that I pushed the following change, in preparation for the upcoming pre-release... gdb/ChangeLog: * NEWS: Change "Changes since GDB 8.3" into "Changes in GDB 9". Thanks! diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9bd454a6c6..a37cd2c79fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-11 Joel Brobecker + + * NEWS: Change "Changes since GDB 8.3" into "Changes in GDB 9". + 2019-12-11 Joel Brobecker GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): diff --git a/gdb/NEWS b/gdb/NEWS index 3c378df6e6b..30690b18de6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.3 +*** Changes in GDB 9 * 'thread-exited' event is now available in the annotations interface.