summaryrefslogtreecommitdiff
path: root/79/f923d399ea710931feba82ed049c01ead5bf82
blob: 707afb5281a688e73b86e03984d1c3dfadc871ea (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <jimmy.winn@gmail.com>) id 1QbIwv-0003dS-M8
	for bitcoin-development@lists.sourceforge.net;
	Mon, 27 Jun 2011 21:02:29 +0000
Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.210.175 as permitted sender)
	client-ip=209.85.210.175; envelope-from=jimmy.winn@gmail.com;
	helo=mail-iy0-f175.google.com; 
Received: from mail-iy0-f175.google.com ([209.85.210.175])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1QbIwu-00051A-H8
	for bitcoin-development@lists.sourceforge.net;
	Mon, 27 Jun 2011 21:02:29 +0000
Received: by iym10 with SMTP id 10so6337528iym.34
	for <bitcoin-development@lists.sourceforge.net>;
	Mon, 27 Jun 2011 14:02:23 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.231.112.88 with SMTP id v24mr6459660ibp.80.1309208543047; Mon,
	27 Jun 2011 14:02:23 -0700 (PDT)
Received: by 10.231.144.84 with HTTP; Mon, 27 Jun 2011 14:02:22 -0700 (PDT)
In-Reply-To: <BANLkTimgmB-gviqWfLb6dNMAzzX8wYy7WQ@mail.gmail.com>
References: <BANLkTimgmB-gviqWfLb6dNMAzzX8wYy7WQ@mail.gmail.com>
Date: Mon, 27 Jun 2011 14:02:22 -0700
Message-ID: <BANLkTi=iqPmbTrAPawQMG6isgYmnZzbSjw@mail.gmail.com>
From: Jim Nguyen <jimmy.winn@gmail.com>
To: Mike Hearn <mike@plan99.net>
Content-Type: multipart/alternative; boundary=0016e6497f522531db04a6b7def2
X-Spam-Score: -0.6 (/)
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
	(jimmy.winn[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	-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
X-Headers-End: 1QbIwu-00051A-H8
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] [ANNOUNCE] BitCoinJ v0.2
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: Mon, 27 Jun 2011 21:02:29 -0000

--0016e6497f522531db04a6b7def2
Content-Type: text/plain; charset=ISO-8859-1

This is great!  Good job guys!

Jim

On Mon, Jun 27, 2011 at 1:46 PM, Mike Hearn <mike@plan99.net> wrote:

> [also sent to bitcoin-development@]
>
> I'm pleased to announce BitCoinJ v0.2. There have been over 100 commits
> since the first release back in March, which have added:
>
>    - Full support for block chain re-orgs, including recognition of dead
>    transactions (that will never be included in the chain).
>    - Persistence of the block chain using multiple, pluggable stores. A
>    BoundedOverheadBlockStore is provided that is suitable for usage on mobile
>    devices where low memory usage and instant startup time are requirements.
>    - A much larger test suite
>    - IRC, DNS  and seed list peer discovery
>    - ASN.1 key export
>    - Many many bugfixes and minor API improvements.
>
> This release represents the work of many people. In particular I'd like to
> thank:
>
>    - Andreas Schildbach
>    - Miron Cuperman
>    - Gary Rowe
>    - Thilo Planz
>    - Micheal Swiggs
>    - Noa Resare
>    - John Sample
>    - Xiaofeng Guo
>
> --
> Google Switzerland GmbH
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>

--0016e6497f522531db04a6b7def2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

This is great! =A0Good job guys!<div><br></div><div>Jim<br><br><div class=
=3D"gmail_quote">On Mon, Jun 27, 2011 at 1:46 PM, Mike Hearn <span dir=3D"l=
tr">&lt;<a href=3D"mailto:mike@plan99.net">mike@plan99.net</a>&gt;</span> w=
rote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">[also sent to bitcoin-development@]<br><br>=
I&#39;m pleased to announce BitCoinJ v0.2. There have been over 100 commits=
 since the first release back in March, which have added:<br>
<ul><li>Full support for block chain re-orgs, including recognition of dead=
 transactions (that will never be included in the chain).</li>
<li>Persistence of the block chain using multiple, pluggable stores. A Boun=
dedOverheadBlockStore is provided that is suitable for usage on mobile devi=
ces where low memory usage and instant startup time are requirements.</li>

<li>A much larger test suite</li><li>IRC, DNS =A0and seed list peer discove=
ry</li><li>ASN.1 key export</li><li>Many many bugfixes and minor API improv=
ements.</li></ul><div>This release represents the work of many people. In p=
articular I&#39;d like to thank:</div>

<div><ul><li>Andreas Schildbach</li><li>Miron Cuperman</li><li>Gary Rowe</l=
i><li>Thilo Planz</li><li>Micheal Swiggs</li><li>Noa Resare</li><li>John Sa=
mple</li><li>Xiaofeng Guo</li></ul></div>--=A0<br>Google Switzerland GmbH<b=
r>

<br>
<br>-----------------------------------------------------------------------=
-------<br>
All of the data generated in your IT infrastructure is seriously valuable.<=
br>
Why? It contains a definitive record of application performance, security<b=
r>
threats, fraudulent activity, and more. Splunk takes this data and makes<br=
>
sense of it. IT sense. And common sense.<br>
<a href=3D"http://p.sf.net/sfu/splunk-d2d-c2" target=3D"_blank">http://p.sf=
.net/sfu/splunk-d2d-c2</a><br>_____________________________________________=
__<br>
Bitcoin-development mailing list<br>
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
pment@lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a><br>
<br></blockquote></div><br></div>

--0016e6497f522531db04a6b7def2--