summaryrefslogtreecommitdiff
path: root/ed/1c4ac50c45544639595b9eda8b8e78179f6447
blob: f20711db24aea66379cae74bfe86ab794192c391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Return-Path: <laanwj@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id CD6269D
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 14 Oct 2015 09:31:35 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
	[209.85.212.181])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 55A74CC
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 14 Oct 2015 09:31:35 +0000 (UTC)
Received: by wicge5 with SMTP id ge5so92311926wic.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 14 Oct 2015 02:31:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to;
	bh=RByt9clOehiwrvmacwqd+tYV+R0uaCdQ+ItEWON/dBY=;
	b=JDH+6zR1WmBGJsCeuWBo4C4iF8Oe+eydkRVXg9sLKNbk7D0+o4spWuj6tAmVRPsm5D
	iBjHItmU6zzBeoUJStf+A75+xBMdr56S1eGosOa0/jGALAQJFgRPJSoi3rrEOcYzMtKf
	uP+uAYyPEDsAKCEl6/tKemhnbA0ytHod96GOinmCm+i8UuP2Ad+GCQe/3zDxUwoS24uc
	MK3+/tlH6Z7g9SedyczefKKbhLMj5QJXdTvD+ytujac/z/5Wlklj6+OSOF8le2w1qONx
	sKyyIx8qUwAdb+v1c34FVA79shEtqpqgw/8xsgOIKSoPghTKjw48vWwZaYFQKJaJbN4Q
	Ag7w==
X-Received: by 10.194.2.5 with SMTP id 5mr3153502wjq.153.1444815094027;
	Wed, 14 Oct 2015 02:31:34 -0700 (PDT)
Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl.
	[89.98.228.253])
	by smtp.gmail.com with ESMTPSA id q1sm8815711wjy.31.2015.10.14.02.31.33
	for <bitcoin-dev@lists.linuxfoundation.org>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Wed, 14 Oct 2015 02:31:33 -0700 (PDT)
Date: Wed, 14 Oct 2015 11:31:33 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Message-ID: <20151014093132.GA19607@amethyst.visucore.com>
References: <20151012165936.GA25231@amethyst.visucore.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20151012165936.GA25231@amethyst.visucore.com>
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] Bitcoin Core 0.11.1 release candidate 2 available
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Oct 2015 09:31:35 -0000

Bitcoin Core 0.11.1 and 0.10.3 final have been tagged, please start your gitian builds,

Wladimir