From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50628 invoked by alias); 6 Jul 2015 21:13:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 50614 invoked by uid 89); 6 Jul 2015 21:13:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f178.google.com Received: from mail-ob0-f178.google.com (HELO mail-ob0-f178.google.com) (209.85.214.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 06 Jul 2015 21:13:23 +0000 Received: by obbop1 with SMTP id op1so115752477obb.2 for ; Mon, 06 Jul 2015 14:13:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=VY4mRgC1MDaJuV24Z32ILyjACLr3QMPMGuKYc4zBBxw=; b=ibY/DKLGk84BkBJNh05MHyI/xT4xZvZXlOkiFcG4In5mXaJayJrNAPjiW69YGPSFmS 1pBMIQ7+7taKZWL35jkPq8PsBE6+ENmS3rv/TtVRHgSQkYNSHNXQKKwyx8z9dU+RgKwo df5TEin6FKNL1aaVUmi/stDLqUwRK5i65wQPReA6YtDTKxj+aqDM7apEp94GrjSUh8eT AYqPYZw4HcWQClMkmkAfqiJYTFcYpOtfVMsjxumspnDJEp/fEai8NQvcrzzaJiqqB5kr wHKo4hSkjJcnURN/oMBgq0tsAjO7FD+e9/bgnV92d+SHSK5ZytRqlYIFakhGW8VPxW0x 2ubQ== X-Gm-Message-State: ALoCoQmy2NWCWPB70HILiieyidsvXEZSemnMwPveGdFtsgDOILQtRLceadKBpJKK0s7cp5KSnckD X-Received: by 10.202.88.66 with SMTP id m63mr722513oib.47.1436217201726; Mon, 06 Jul 2015 14:13:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.89.99 with HTTP; Mon, 6 Jul 2015 14:12:41 -0700 (PDT) In-Reply-To: <20150706202455.GF3125@adacore.com> References: <20150706200630.D0820406C3@joel.gnat.com> <20150706202455.GF3125@adacore.com> From: Doug Evans Date: Mon, 06 Jul 2015 21:13:00 -0000 Message-ID: Subject: Re: gdb-7.10 branch _un_frozen To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00155.txt.bz2 On Mon, Jul 6, 2015 at 3:24 PM, Joel Brobecker wrote: > Hello, > > Just a quick email to let everyone know that that I have > pre-release tarballs, and so the gdb-7.10-branch is open > for business. Awesome. Thanks as always for doing this.