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
|
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <tim@timblokdijk.nl>) id 1YNqGK-0002Jy-LI
for bitcoin-development@lists.sourceforge.net;
Tue, 17 Feb 2015 22:05:00 +0000
X-ACL-Warn:
Received: from filter3.zx.nl ([194.187.76.140] helo=filter2-tmobile.zx.nl)
by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76)
id 1YNqGH-0007D9-8C for bitcoin-development@lists.sourceforge.net;
Tue, 17 Feb 2015 22:05:00 +0000
Received: from localhost (filter2.zx.nl [127.0.0.1])
by filter2-tmobile.zx.nl (Postfix) with ESMTP id 2818B1C74D1
for <bitcoin-development@lists.sourceforge.net>;
Tue, 17 Feb 2015 22:47:30 +0100 (CET)
X-Virus-Scanned: amavisd-new at zx.nl
Received: from ypsmtpproxy01.t-mobile.nl ([84.241.226.153])
by localhost (filter2.zx.nl [194.187.76.140]) (amavisd-new, port 10127)
with ESMTP id K85eR27WFhNi
for <bitcoin-development@lists.sourceforge.net>;
Tue, 17 Feb 2015 22:47:28 +0100 (CET)
Received: from [192.168.43.83] (unknown [10.57.52.60])
by ypsmtpproxy01.t-mobile.nl (Postfix) with ESMTP
for <bitcoin-development@lists.sourceforge.net>;
Tue, 17 Feb 2015 22:47:29 +0100 (CET)
Message-ID: <54E3B6F1.6070407@timblokdijk.nl>
Date: Tue, 17 Feb 2015 22:47:29 +0100
From: Tim Blokdijk <tim@timblokdijk.nl>
User-Agent: Mozilla/5.0 (X11; Linux i686;
rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: bitcoin-development@lists.sourceforge.net
References: <alpine.DEB.2.10.1502160947120.10329@nzrgulfg.ivfhpber.pbz>
In-Reply-To: <alpine.DEB.2.10.1502160947120.10329@nzrgulfg.ivfhpber.pbz>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1YNqGH-0007D9-8C
Subject: Re: [Bitcoin-development] Bitcoin Core 0.10.0 released
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: Tue, 17 Feb 2015 22:05:00 -0000
Let me be the first to congratulate you people on the new release!
Op 16-02-15 om 09:59 schreef Wladimir:
> Bitcoin Core version 0.10.0 is now available from:
>
> https://bitcoin.org/bin/0.10.0/
>
> This is a new major version release, bringing both new features and
> bug fixes.
>
> ,,,
|