summaryrefslogtreecommitdiff
path: root/67/dca52d678e5b394c262b9257973dcba293a489
blob: 6ed31494394c2af93db7b9b7c40da69cbe1e576e (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
98
99
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 B1E95B19
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  1 Jul 2015 11:43:03 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com
	[209.85.212.177])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 0829511E
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  1 Jul 2015 11:43:03 +0000 (UTC)
Received: by wicgi11 with SMTP id gi11so42758698wic.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 01 Jul 2015 04:43:01 -0700 (PDT)
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:user-agent;
	bh=2pfBcGMKcK0OwlURXk7LJZmWlHWpYz69rUnHyy4CsxQ=;
	b=bBnlHMVO5JpP2W/E1onqh7FxSXUN09DgIlVGsG7JNVt1QQM47ZV7xWdgnLpivJKu56
	U1XQgwoRcC1akQcmBRqjhBaPtIvSZWa5LkPAb1I23E8f0LX63ZDaSrie8YOSZFsunn6h
	6cwd+WF1sI2mbDgSvttSvQrUCFta3oEtJ/E28zvxgHsoaDj4MKqA+vNS8iqCQzUXDCdh
	NO1MORZ89aXdKisTjQI9914HbbaFogYB6auKgnlrAlfd3TnJMCvKhrRQ17DKm7leJ+nc
	UAOGgmwIDPGO4kmGmjfPcxqGF0L2tctRcyruw+gQlPa73RJRQ8VpYAHDBBhwZ0FSUrFI
	M3Zg==
X-Received: by 10.180.99.2 with SMTP id em2mr42967904wib.59.1435750981439;
	Wed, 01 Jul 2015 04:43:01 -0700 (PDT)
Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl.
	[89.98.228.253]) by mx.google.com with ESMTPSA id
	gt10sm3001884wib.20.2015.07.01.04.42.59
	for <bitcoin-dev@lists.linuxfoundation.org>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Wed, 01 Jul 2015 04:43:00 -0700 (PDT)
Date: Wed, 1 Jul 2015 13:42:59 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Message-ID: <20150701114254.GA24012@amethyst.visucore.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
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: [bitcoin-dev] Bitcoin core 0.11.0 release candidate 3 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, 01 Jul 2015 11:43:03 -0000

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

Hello,

I've just uploaded Bitcoin Core 0.11.0rc3 executables to:

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

The source code can be found in the source tarball or in git under the tag 'v0.11.0rc3'

Preliminary release notes can be found here:

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

Changes since rc2:
+- #6319 `3f8fcc9` doc: update mailing list address
+- #6303 `b711599` gitian: add a gitian-win-signer descriptor
+- #6246 `8ea6d37` Fix build on FreeBSD
+- #6282 `daf956b` fix crash on shutdown when e.g. changing -txindex and abort action
+- #6233 `a587606` Advance pindexLastCommonBlock for blocks in chainActive
+- #6333 `41bbc85` Hardcoded seeds update June 2015
+- #6354 `bdf0d94` Gitian windows signing normalization

Thanks to everyone that participated in development, translation or in the gitian build process,

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

iQEcBAEBCgAGBQJVk9IfAAoJEHSBCwEjRsmmm84H/AoBHiKKEIuT/86+VSs+1ICY
sUTXF5Q0qeAELSKO2auq1wOAA62UuhUd46S+lAWe3cL3G2UJzFt0WWXq2fOUjKur
27HTutmY9Oy/7fGLGT0CNCuXJ8bKGoUzIx4nhNEMvaucangaKpHtSCPAzqkEY4mW
cCuAh3pHR3xgfA5EYfBxq2jGUEC5iUzmsvEL4LXoBKt60f9AI/H08IFSa9uyJZAS
f5HyVtYF5/OZxD1GUyAfSfeSteBRBkoqRNww0LE6b0PQE9ZHLZzsUxngsOkPKMQU
OJGgDMkgO/7c6gfpHCBLdWkSQEJuRfH/EeVnM5poOjwrGiWewc0O/+svT2WdfRo=
=rESk
-----END PGP SIGNATURE-----