summaryrefslogtreecommitdiff
path: root/f6/ce0014da13a68aa61de7aa60029a5a2edd149d
blob: c17f8273605987bb073a37e645d07e9eb1e328ce (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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 913208EF
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon,  9 Nov 2015 10:41:09 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com
	[209.85.212.176])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CE83F90
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon,  9 Nov 2015 10:41:08 +0000 (UTC)
Received: by wiva10 with SMTP id a10so31030418wiv.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 09 Nov 2015 02:41:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:message-id:mime-version:content-type
	:content-disposition;
	bh=v6VEW+QmX/26tpZpZrrDUAWlX/KQjIOcNeTIb6U9fUk=;
	b=XV0UsOFruMyC3fbnk9ux2WjtqT2iII0mPnEJxHJ4uIE2sez1Yi7igExPfJYFrMENWX
	jOZQI78gVKgzxz1V12HUsAYuxHTNbgcRwLwKGt6tMTJ4KFHqTB45vka5hzEoK/bM/Bjl
	slNwNyOTTNy0z1W2bG8IcrDPXDggt8PHNLUcsPNJY4XO1DiE6yqQjO5P5ERAi0Y7fp36
	2rVd4TPYmkIgQ4opqYaEp4Pn5XHHBBpmDW/5JYhuPSPNpIl2N5AcIJNileJn3kGBe57M
	PdKy//57b8sf3ilcWi+rm9qbzzPbmUA7G6CMv1wg3+t06L9VfVdYa5xgzdAUntgvsDfn
	OLzA==
X-Received: by 10.194.173.100 with SMTP id bj4mr28038071wjc.95.1447065667336; 
	Mon, 09 Nov 2015 02:41:07 -0800 (PST)
Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl.
	[89.98.228.253]) by smtp.gmail.com with ESMTPSA id
	b12sm13566406wma.6.2015.11.09.02.41.06
	for <bitcoin-dev@lists.linuxfoundation.org>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Mon, 09 Nov 2015 02:41:06 -0800 (PST)
Date: Mon, 9 Nov 2015 11:41:17 +0100
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Message-ID: <20151109104115.GA21603@amethyst.visucore.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
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
X-Mailman-Approved-At: Mon, 09 Nov 2015 11:09:11 +0000
Subject: [bitcoin-dev] Bitcoin Core 0.11.2 release candidate 1 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: Mon, 09 Nov 2015 10:41:09 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Binaries for bitcoin Core version 0.11.2rc1 are now available from:

    https://bitcoin.org/bin/bitcoin-core-0.11.2/test/

Source code can be found on github under the signed tag

    https://github.com/bitcoin/bitcoin/tree/v0.11.2rc1

This is a new minor version release, bringing bug fixes, the BIP65 (CLTV)
consensus change, and relay policy preparation for BIP113.

Preliminary release notes for the 0.11.2 release can be found here:

    https://github.com/bitcoin/bitcoin/blob/0.11/doc/release-notes.md

Release candidates are test versions for releases. When no critical problems
are found, this release candidate will be tagged as 0.11.2.

Please report bugs using the issue tracker at github:

    https://github.com/bitcoin/bitcoin/issues

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCgAGBQJWQHgdAAoJEHSBCwEjRsmmkZkH/joklzUWXNCS/CKjfhnDaSAL
kTuGpcBPcmGyLZ+n7YHIwXKi5Jjuy91ADbYKUQHtOI5oDK+5XY0SD5YDfQv+jx8a
m3J5rxePV6VXcXKtNURXRmmk71zGhIZvZ0ynUlgLqvP7WFM+FcH5BJF2sk2amFlK
2WIzJapJMXzOyYehb9ISb2qXtuSGDyevpfeDJVMNIqoQekS1r8jOPXJiT66G4HZZ
SvUMPZAjgOtjKUQK98nF1xzRggkWiP1rjeBVdvlYiTmCopYrNiB5scPmSf2guCrx
7IH5fLbQ7JDow49dcd2ILTYFgMF03HvPvtlwz9dvOx5JYOaCw0He5CnXzZgFmV0=
=uO43
-----END PGP SIGNATURE-----