summaryrefslogtreecommitdiff
path: root/c4/5d35f1117b12593d55eb523926228f55b4133c
blob: 86a6b286b1b53795a4d83e6a12c31f102d994053 (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
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mh.in.england@gmail.com>) id 1SZlIS-00024U-Sl
	for bitcoin-development@lists.sourceforge.net;
	Wed, 30 May 2012 15:58:52 +0000
Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com
	designates 74.125.82.53 as permitted sender)
	client-ip=74.125.82.53; envelope-from=mh.in.england@gmail.com;
	helo=mail-wg0-f53.google.com; 
Received: from mail-wg0-f53.google.com ([74.125.82.53])
	by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1SZlIR-0006nf-Px
	for bitcoin-development@lists.sourceforge.net;
	Wed, 30 May 2012 15:58:52 +0000
Received: by wgbfm10 with SMTP id fm10so4882363wgb.10
	for <bitcoin-development@lists.sourceforge.net>;
	Wed, 30 May 2012 08:58:45 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.216.225.15 with SMTP id y15mr9883677wep.138.1338393525608;
	Wed, 30 May 2012 08:58:45 -0700 (PDT)
Sender: mh.in.england@gmail.com
Received: by 10.216.26.140 with HTTP; Wed, 30 May 2012 08:58:45 -0700 (PDT)
Date: Wed, 30 May 2012 17:58:45 +0200
X-Google-Sender-Auth: 9XadoHiqOz4Pefxe0ZCD4wxPk_A
Message-ID: <CANEZrP23TAkQ-peJ8a8EhvXjaMnMyi1vamhTAy887Ga31ZfShA@mail.gmail.com>
From: Mike Hearn <mike@plan99.net>
To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Content-Type: multipart/alternative; boundary=00504502c86ea9e10b04c14306ac
X-Spam-Score: -0.5 (/)
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
	(mh.in.england[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	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: 1SZlIR-0006nf-Px
Subject: [Bitcoin-development] [ANNOUNCE] BitCoinJ 0.5 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: Wed, 30 May 2012 15:58:53 -0000

--00504502c86ea9e10b04c14306ac
Content-Type: text/plain; charset=UTF-8

I'm pleased to announce the release of BitCoinJ 0.5, the library that
powers Android Wallet, SatoshiDice, Bitcoin Status, the server side part of
BCCAPI and much more.

This release focusses on bug fixes, making the build more standard and
completing the transition to the protobuf wallet format. It also includes
the first preview of the native API, allowing you to access bitcoinj from
C++/Objective-C++ using a straightforward, intuitive mapping from the Java
API. Much easier than JNI and no JVM is required, just the libgcj support
library. Examples of a native Cocoa app for OS X and a command line hello
world app are included. Because it's not fully finished/documented yet,
this work is available on a branch rather than in the main release.

We now have a Google+ page where we'll post announcements and developer
tips/ideas: https://plus.google.com/102614914114364947458

New in this release:

   - Address.getParameters() and Address.getParametersFromAddress() let you
   figure out for what network the address is for (test, production, etc).
   BitcoinURI no longer requires a NetworkParameters for the same reason.
   - Updated to latest bouncy castle version, remove the need for the
   Android artifact by using the SpongyCastle build
   - Receives pending transactions much faster than before
   - Update to the testnet2 rules
   - Wallets now store the current chain head
   - wallet-tool can now create and broadcast transactions from the command
   line
   - Wallets will now be auto-migrated to protobuf format if they were
   previously serialized Java objects
   - Now uses the standard Maven directory layout
   - Many important bugfixes

I'd like to thank Jim Burton, Miron Cuperman, Andreas Schildbach and Gary
Young for their contributions to this release.

You can get it from the download page on www.bitcoinj.org

--00504502c86ea9e10b04c14306ac
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I&#39;m pleased to announce the release of BitCoinJ 0.5, the library that p=
owers Android Wallet, SatoshiDice, Bitcoin Status, the server side part of =
BCCAPI and much more.=C2=A0<div><br></div><div>This release focusses on bug=
 fixes, making the build more standard and completing the transition to the=
 protobuf wallet format. It also<span style=3D"font-family:arial,sans-serif=
;font-size:13px;line-height:16px">=C2=A0includes the first preview of the n=
ative API, allowing you to access bitcoinj from C++/Objective-C++ using a s=
traightforward, intuitive mapping from the Java API. Much easier than JNI a=
nd no JVM is required, just the libgcj support library. Examples of a nativ=
e Cocoa app for OS X and a command line hello world app are included. Becau=
se it&#39;s not fully finished/documented yet, this work is available on a =
branch rather than in the main release.</span><div>
<font face=3D"arial, sans-serif"><span style=3D"line-height:16px"><br></spa=
n></font></div><div><font face=3D"arial, sans-serif"><span style=3D"line-he=
ight:16px">We now have a Google+ page where we&#39;ll post announcements an=
d developer tips/ideas:=C2=A0<a href=3D"https://plus.google.com/10261491411=
4364947458">https://plus.google.com/102614914114364947458</a></span><br>
</font><div><br></div><div>New in this release:<div><ul style=3D"font-size:=
13.333333969116211px;padding-left:25px;max-width:62em;font-family:arial,san=
s-serif"><li style=3D"margin-bottom:0.3em">Address.getParameters() and Addr=
ess.getParametersFromAddress() let you figure out for what network the addr=
ess is for (test, production, etc). BitcoinURI no longer requires a Network=
Parameters=C2=A0for the same reason.</li>
<li style=3D"margin-bottom:0.3em">Updated to latest bouncy castle version, =
remove the need for the Android artifact by using the SpongyCastle=C2=A0bui=
ld</li><li style=3D"margin-bottom:0.3em">Receives pending transactions much=
 faster than before</li>
<li style=3D"margin-bottom:0.3em">Update to the testnet2 rules</li><li styl=
e=3D"margin-bottom:0.3em">Wallets now store the current chain head</li><li =
style=3D"margin-bottom:0.3em">wallet-tool can now create and broadcast tran=
sactions from the command line</li>
<li style=3D"margin-bottom:0.3em">Wallets will now be auto-migrated to prot=
obuf format if they were previously serialized Java objects</li><li style=
=3D"margin-bottom:0.3em">Now uses the standard Maven directory layout</li><=
li style=3D"margin-bottom:0.3em">
Many important bugfixes</li></ul><p style=3D"font-size:13.333333969116211px=
;line-height:1.25em;max-width:64em;font-family:arial,sans-serif">I&#39;d li=
ke to thank Jim Burton, Miron Cuperman, Andreas Schildbach and Gary Young f=
or their contributions to this release.</p>
<p style=3D"font-size:13.333333969116211px;line-height:1.25em;max-width:64e=
m;font-family:arial,sans-serif">You can get it from the download page on <a=
 href=3D"http://www.bitcoinj.org">www.bitcoinj.org</a></p></div></div></div=
>
<div><br></div></div>

--00504502c86ea9e10b04c14306ac--