From patchwork Sat Feb 8 13:16:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 37757 Received: (qmail 105575 invoked by alias); 8 Feb 2020 13:16:57 -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 105566 invoked by uid 89); 8 Feb 2020 13:16:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.8 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= 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; Sat, 08 Feb 2020 13:16:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ADCE3560E4; Sat, 8 Feb 2020 08:16:54 -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 GSkRCME3lVqy; Sat, 8 Feb 2020 08:16:54 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5901D560E3; Sat, 8 Feb 2020 08:16:54 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3D493837FB; Sat, 8 Feb 2020 17:16:50 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [release/HEAD] Document the GDB 9.1 release in gdb/ChangeLog Date: Sat, 8 Feb 2020 17:16:49 +0400 Message-Id: <20200208131649.30198-1-brobecker@adacore.com> Hello, Just FYI, I am pushing this change to master, to document the date we released GDB 9.1. gdb/ChangeLog: GDB 9.1 released. Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5448f83c415..07353b79148 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-02-08 Joel Brobecker + + GDB 9.1 released. + 2020-02-05 Iain Buclaw PR gdb/25190: