From patchwork Wed Oct 29 20:04:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 3487 Received: (qmail 15155 invoked by alias); 29 Oct 2014 20:04:21 -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 15015 invoked by uid 89); 29 Oct 2014 20:04:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 20:04:19 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B5CAB116380 for ; Wed, 29 Oct 2014 16:04:17 -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 q4NtDfWhYkR1 for ; Wed, 29 Oct 2014 16:04:17 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8FB0A116357 for ; Wed, 29 Oct 2014 16:04:17 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A3DA540F9E; Wed, 29 Oct 2014 13:04:17 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: pushed: [release/HEAD] Document the GDB 7.8.1 release in gdb/ChangeLog Date: Wed, 29 Oct 2014 13:04:16 -0700 Message-Id: <1414613056-18349-1-git-send-email-brobecker@adacore.com> Hello, Just adding a small ChangeLog entry to mark the fact that we are releasing 7.8.1 today. gdb/ChangeLog: GDB 7.8.1 released. Pushed. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 66351ea..d4dc470 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-10-29 Joel Brobecker + + GDB 7.8.1 released. + 2014-10-29 Pedro Alves PR gdb/17408