summaryrefslogtreecommitdiff
path: root/17/a7ec753cf0db5df4a712a11410666c372f213e
blob: 8a5a392ce6b5b7299dc9ed7cc8458988de65a30d (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
Return-Path: <pete@petertodd.org>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 897301976
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sun, 27 Sep 2015 14:51:48 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from outmail149081.authsmtp.net (outmail149081.authsmtp.net
	[62.13.149.81])
	by smtp1.linuxfoundation.org (Postfix) with ESMTP id 8D0B11F3
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sun, 27 Sep 2015 14:51:47 +0000 (UTC)
Received: from mail-c235.authsmtp.com (mail-c235.authsmtp.com [62.13.128.235])
	by punt18.authsmtp.com (8.14.2/8.14.2/) with ESMTP id t8REpjh6081957
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sun, 27 Sep 2015 15:51:45 +0100 (BST)
Received: from savin.petertodd.org (75-119-251-161.dsl.teksavvy.com
	[75.119.251.161]) (authenticated bits=128)
	by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id t8REpg5R020524
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO)
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sun, 27 Sep 2015 15:51:44 +0100 (BST)
Date: Sun, 27 Sep 2015 10:51:41 -0400
From: Peter Todd <pete@petertodd.org>
To: bitcoin-dev@lists.linuxfoundation.org
Message-ID: <20150927145141.GA9745@savin.petertodd.org>
References: <20150907004324.GC21260@muck>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
In-Reply-To: <20150907004324.GC21260@muck>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Server-Quench: 4597a84f-6527-11e5-b399-002590a15da7
X-AuthReport-Spam: If SPAM / abuse - report it at:
	http://www.authsmtp.com/abuse
X-AuthRoute: OCd2Yg0TA1ZNQRgX IjsJECJaVQIpKltL GxAVJwpGK10IU0Fd
	P1hyKltILEZaQVBf Ri5dBBEKBAw1ADwr dVUTOktfZVUtCkV1
	UkhIR0JTEQ9tABYF A1AZVwdzdgxYentx e0dkX29eVENldAg5
	SiwhVToDB2diaGUd VA5ZfgZWPgdPdxgU YlQpSXUIY2IaZ3s1
	Qko5ZGFgeG0HcnkE GghUcF4bHlAxE2x0 dBoDAT4oHEtASygt
	GlQ+O0IcG0BUOEQu OlwgX1YZOVoMUksD WRlXC3YRYhEmXyct
	Njh+FUUEGSZdTDwU BRtKajhzMnRbXCYQ LVFOS1krCiVYQGFT
	SDFAViFlBlVhKUM6 Pyh3
X-Authentic-SMTP: 61633532353630.1023:706
X-AuthFastPath: 0 (Was 255)
X-AuthSMTP-Origin: 75.119.251.161/587
X-AuthVirus-Status: No virus detected - but ensure you scan with your own
	anti-virus system.
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,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] python-bitcoinlib-v0.5.0rc1 - OpenSSL crashes on
 OSX and Arch Linux should be fixed
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: Sun, 27 Sep 2015 14:51:48 -0000


--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Sep 06, 2015 at 08:43:24PM -0400, Peter Todd via bitcoin-dev wrote:
> https://github.com/petertodd/python-bitcoinlib/tree/python-bitcoinlib-v0.=
5.0rc1

No issues have been reported with the release candidate, so I've
released v0.5.0 officially pretty much as-is:

https://github.com/petertodd/python-bitcoinlib/tree/python-bitcoinlib-v0.5.0

--=20
'peter'[:-1]@petertodd.org
000000000000000002221cb8e8732f77da172a50fd6b0290cd5069d2ea192233

--sm4nu43k4a2Rpi4c
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature

-----BEGIN PGP SIGNATURE-----

iQGrBAEBCACVBQJWCAJ6XhSAAAAAABUAQGJsb2NraGFzaEBiaXRjb2luLm9yZzAw
MDAwMDAwMDAwMDAwMDAwMjIyMWNiOGU4NzMyZjc3ZGExNzJhNTBmZDZiMDI5MGNk
NTA2OWQyZWExOTIyMzMvFIAAAAAAFQARcGthLWFkZHJlc3NAZ251cGcub3JncGV0
ZUBwZXRlcnRvZC5vcmcACgkQJIFAPaXwkft/uggAn7T1q4Wkw2Es0VulUnjAR1Id
3pDoRke/Y6D2zHmyMFKRHrmx9iCmFlpAPiR1keUAXP0t2gdmbF6zHo4seg0Wbgoh
6Gcbc00d20phQZ2qIaxTOb/Oq+EKnAVvtDZSXNojI5pkYURc+zhSDVZvN8v4Ae9O
PYuORdULHtRDI+BCPH0e4XSi3Wa+NQLuX+mVAjgAGKMs3QCCFc8SIOLPvWiKk10C
pUsLGICT/HbnIyATspz6ehR7FyB2G6VLlg3Ye+PgQwnw+fJ+RQlQ68FyYNpyxFvJ
et6DvbkWRhwJjrkOwLuDDZUuInKbLxNijlyiHmc1vMLsvXjWPRFbfk7Enu5/0g==
=RvYv
-----END PGP SIGNATURE-----

--sm4nu43k4a2Rpi4c--