From patchwork Fri Sep 20 22:27:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 34629 Received: (qmail 105121 invoked by alias); 20 Sep 2019 22:27:11 -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 105113 invoked by uid 89); 20 Sep 2019 22:27:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.6 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:646 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; Fri, 20 Sep 2019 22:27:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8290E5607B for ; Fri, 20 Sep 2019 18:27:08 -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 7OL+c+z9MIFq for ; Fri, 20 Sep 2019 18:27:08 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 51F735607A for ; Fri, 20 Sep 2019 18:27:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8115E85D5C; Fri, 20 Sep 2019 15:27:06 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/HEAD] Document the GDB 8.3.1 release in gdb/ChangeLog Date: Fri, 20 Sep 2019 15:27:05 -0700 Message-Id: <20190920222705.28324-1-brobecker@adacore.com> Hello, FYI, I am about to push the following commits to master, to keep a trace in the sources when the 8.3.1 release was made. gdb/ChangeLog: GDB 8.3.1 released. Thank you, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c8cebaf6f..5ac98cd0c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-09-20 Joel Brobecker + + GDB 8.3.1 released. + 2019-09-20 Ulrich Weigand * NEWS: Mention that Cell/B.E. debugging support was removed.