From patchwork Wed Sep 5 08:15:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 29199 Received: (qmail 29649 invoked by alias); 5 Sep 2018 08:17:40 -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 27996 invoked by uid 89); 5 Sep 2018 08:15:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, TIME_LIMIT_EXCEEDED autolearn=unavailable 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, 05 Sep 2018 08:15:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3EB6611747C for ; Wed, 5 Sep 2018 04:15:05 -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 QSk9JYrlxRug for ; Wed, 5 Sep 2018 04:15:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 18C3011648F for ; Wed, 5 Sep 2018 04:15:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2A46083A90; Wed, 5 Sep 2018 10:15:03 +0200 (CEST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/HEAD] Document the GDB 8.2 release in gdb/ChangeLog Date: Wed, 5 Sep 2018 10:15:02 +0200 Message-Id: <20180905081502.3948-1-brobecker@adacore.com> Hello, FYI, I am about to push the following change to the master branch, just to document that the release is happening today :). gdb/ChangeLog: GDB 8.2 released. Thank you, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 114c13b2d5..c5d5555bcd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-09-05 Joel Brobecker + + GDB 8.2 released. + 2018-09-04 Sergio Durigan Junior Pedro Alves