summaryrefslogtreecommitdiff
path: root/d4/90484782cccbad483ce96adf50a35868f68ddb
blob: c39d4e0565f49adfd8d74c454825e936dd8e72d3 (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
100
101
102
103
104
105
106
107
108
109
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <laanwj@gmail.com>) id 1Z5Vcs-0006xj-Jt
	for bitcoin-development@lists.sourceforge.net;
	Thu, 18 Jun 2015 08:56:46 +0000
Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.212.179 as permitted sender)
	client-ip=209.85.212.179; envelope-from=laanwj@gmail.com;
	helo=mail-wi0-f179.google.com; 
Received: from mail-wi0-f179.google.com ([209.85.212.179])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1Z5Vcr-0007Gn-AP
	for bitcoin-development@lists.sourceforge.net;
	Thu, 18 Jun 2015 08:56:46 +0000
Received: by wicgi11 with SMTP id gi11so6613608wic.0
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 18 Jun 2015 01:56:39 -0700 (PDT)
X-Received: by 10.180.37.178 with SMTP id z18mr39164573wij.9.1434617799270;
	Thu, 18 Jun 2015 01:56:39 -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
	di7sm12078937wib.23.2015.06.18.01.56.38
	for <bitcoin-development@lists.sourceforge.net>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Thu, 18 Jun 2015 01:56:38 -0700 (PDT)
Date: Thu, 18 Jun 2015 10:56:37 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Bitcoin development mailing list
	<bitcoin-development@lists.sourceforge.net>
Message-ID: <20150618085636.GC21275@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-Score: 0.1 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(laanwj[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
	1.7 AWL AWL: Adjusted score from AWL reputation of From: address
X-Headers-End: 1Z5Vcr-0007Gn-AP
Subject: [Bitcoin-development] Bitcoin core 0.11.0 release candidate 2
	available
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 18 Jun 2015 08:56:46 -0000

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

Hello,

I've just uploaded Bitcoin Core 0.11.0rc2 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.0rc2'

Preliminary release notes can be found here:

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

Changes since rc1:
- - #6274 `4d9c7fe` Add option `-alerts` to opt out of alert system
- - #5985 `37b4e42` Fix removing of orphan transactions
- - #6221 `6cb70ca` Prune: Support noncontiguous block files
- - #6256 `fce474c` Use best header chain timestamps to detect partitioning
- - #6244 `0401aa2` configure: Detect (and reject) LibreSSL
- - #6269 `95aca44` gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures
- - #6285 `ef1d506` Fix scheduler build with some boost versions.
- - #6280 `25c2216` depends: fix Boost 1.55 build on GCC 5
- - #6276 `c9fd907` Fix getbalance * 0
- - #6264 `94cd705` Remove translation for -help-debug options
- - #6286 `3902c15` Remove berkeley-db4 workaround in MacOSX build docs

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

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

iQEcBAEBCgAGBQJVgoeFAAoJEHSBCwEjRsmmkggH/3jyzuPXDpUpCpfzyDZDW4CO
GRqIZwCa8vY9Gv9T0mX5jLXOfXpPAMyzWnCz2Eqh0hRLHK8WzObPqdX+3KLaaoO/
rOroDCG7AUZB4GaodSZURqJm8RmnNtWNckK7GBwXbZ7qNZrkpRNUh1z2JsatZdum
bUTBHX6Z9jW4HCmMZNn5lv5hRwu3XzFSi1uu9VyleVnIvdSbyjMhfjKn1VG0Rcnw
kTrCUgJccMP0htNGpIPni14PTak16ULs7KXMPNtpgB/lo/4LhDLGTivXL5ntjQXX
gQarGdh9eCqazHyIMSHTj4eO3GvLNUCHp3wM6YTiEhABkkWL3wRwn8yqMRf0EWE=
=GCM7
-----END PGP SIGNATURE-----